mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
make failure_causes work for more than one entry
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16491 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4ae072d547
commit
52ddd86884
@ -2364,13 +2364,13 @@ SWITCH_STANDARD_APP(audio_bridge_function)
|
|||||||
x++;
|
x++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (!x) {
|
if (!x) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG,
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG,
|
||||||
"Failiure causes [%s]: Cause: %s\n", failure_causes, cause_str);
|
"Failiure causes [%s]: Cause: %s\n", failure_causes, cause_str);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (continue_on_fail) {
|
if (continue_on_fail) {
|
||||||
if (switch_true(continue_on_fail)) {
|
if (switch_true(continue_on_fail)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user