diff options
Diffstat (limited to 'src/phone.h')
-rw-r--r-- | src/phone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/phone.h b/src/phone.h index 771db3b..52217eb 100644 --- a/src/phone.h +++ b/src/phone.h @@ -256,6 +256,8 @@ protected: */ t_line *find_line_in_dialog_request(t_request *r, t_tid tid); + // Variation of get_ip_sip() for when phone_users_mtx is already locked + string get_ip_sip_locked(const t_user *user, const string &auto_ip) const; // Events void recvd_provisional(t_response *r, t_tuid tuid, t_tid tid); void recvd_success(t_response *r, t_tuid tuid, t_tid tid); |