diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index d3691e365c..b891fc88aa 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -2945,7 +2945,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess switch_status_t mstatus = SWITCH_STATUS_FALSE; if (caller_channel) { - if ((mstatus = switch_channel_caller_extension_masquerade(caller_channel, holding_channel, 1)) == SWITCH_STATUS_SUCCESS) { + if ((mstatus = switch_channel_caller_extension_masquerade(caller_channel, holding_channel, 0)) == SWITCH_STATUS_SUCCESS) { switch_channel_restart(holding_channel); } }