From: Anthony Minessale Date: Tue, 18 Nov 2008 15:47:46 +0000 (+0000) Subject: close MODENDP-149 X-Git-Tag: v1.0.2~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41ba7ac4df1248973e8f5b958dfe0de7b20f19f;p=thirdparty%2Ffreeswitch.git close MODENDP-149 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10440 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c index 3aa63fd4b7..e74f8c0ff4 100644 --- a/src/mod/endpoints/mod_loopback/mod_loopback.c +++ b/src/mod/endpoints/mod_loopback/mod_loopback.c @@ -694,6 +694,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi switch_snprintf(name, sizeof(name), "loopback/%s-a", caller_profile->destination_number); switch_channel_set_name(channel, name); + switch_channel_set_flag(channel, CF_OUTBOUND); switch_channel_set_caller_profile(channel, caller_profile); tech_pvt->caller_profile = caller_profile;