update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7608 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7e93ce0ce0
commit
8c8c1cbdc2
|
@ -614,7 +614,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
|||
char *open;
|
||||
char *prpid;
|
||||
int done = 0;
|
||||
const char *ct;
|
||||
const char *ct = "no/idea";
|
||||
time_t exptime = switch_timestamp(NULL) + 3600;
|
||||
char exp[80] = "";
|
||||
int is_dialog = 0;
|
||||
|
|
Loading…
Reference in New Issue