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:
Michael Jerris
2015-09-18 16:55:10 -05:00
parent 7dda9d01ea
commit cd4ebc67c4
5 changed files with 96 additions and 58 deletions
+1
View File
@@ -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);}