]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4024 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Apr 2012 20:32:23 +0000 (15:32 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Apr 2012 20:32:23 +0000 (15:32 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 4a9c89c203d39c17da3e79bb89fafc97c8060bfe..a736a5d64caf5c4fdb854a38c0fa112a9ce7bc3e 100644 (file)
@@ -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;
                                        }