fix dialog to skip cs_reporting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12539 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bfb4fd36db
commit
cba58fc418
|
@ -1103,7 +1103,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue