From: Anthony Minessale Date: Tue, 10 Apr 2012 20:32:23 +0000 (-0500) Subject: FS-4024 --resolve X-Git-Tag: v1.2-rc1~17^2~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2406edaaa54eec8b0dae28bcba0ae16467b908;p=thirdparty%2Ffreeswitch.git FS-4024 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 4a9c89c203..a736a5d64c 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -2703,9 +2703,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * rpid = "on-the-phone"; force_status = 1; } else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) { - rpid = "online"; - dialog_rpid = ""; - force_event_status = "Available"; + //rpid = "online"; + //dialog_rpid = ""; + //force_event_status = "Available"; term = 1; }