[Freeswitch-trunk] [commit] r12539 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
brian at freeswitch.org
Mon Mar 9 11:47:37 PDT 2009
Author: brian
Date: Mon Mar 9 13:47:37 2009
New Revision: 12539
Log:
fix dialog to skip cs_reporting
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c Mon Mar 9 13:47:37 2009
@@ -1103,7 +1103,7 @@
dft_state = "confirmed";
}
- if (!strcasecmp(state, "cs_execute") && !strstr(event_status, "hold")) {
+ if ((!strcasecmp(state, "cs_execute") && !strstr(event_status, "hold")) || !strcasecmp(state, "cs_reporting")) {
goto end;
}
More information about the Freeswitch-trunk
mailing list