mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-8042, FS-8182: add ping time (in ms) to sip_registrations table, displays as part of the show commands that show registration details, add force_ping=true user var to force options ping on individual registered endpoints
This commit is contained in:
@@ -175,6 +175,7 @@ struct sofia_private {
|
||||
int destroy_me;
|
||||
int is_call;
|
||||
int is_static;
|
||||
switch_time_t ping_sent;
|
||||
};
|
||||
|
||||
#define set_param(ptr,val) if (ptr) {free(ptr) ; ptr = NULL;} if (val) {ptr = strdup(val);}
|
||||
|
||||
Reference in New Issue
Block a user