git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7608 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-02-14 17:51:16 +00:00
parent 7e93ce0ce0
commit 8c8c1cbdc2
1 changed files with 1 additions and 1 deletions

View File

@ -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;