mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise originate #resolve
This commit is contained in:
parent
862667f7e7
commit
14a8cde321
@ -1684,7 +1684,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_enterprise_originate(switch_core_sess
|
||||
continue;
|
||||
}
|
||||
|
||||
if (channel && handles[i].cause && handles[i].cause != SWITCH_CAUSE_SUCCESS) {
|
||||
if (getcause && channel && handles[i].cause && handles[i].cause != SWITCH_CAUSE_SUCCESS) {
|
||||
switch_channel_handle_cause(channel, handles[i].cause);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user