From 38de33d54509d789c8f212f9ddac6aeaa3ba813e Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 16 Dec 2008 01:57:56 +0000 Subject: [PATCH] tweak from stangor git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_opal/mod_opal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_opal/mod_opal.cpp b/src/mod/endpoints/mod_opal/mod_opal.cpp index a8d62d986e..606e4d0e82 100644 --- a/src/mod/endpoints/mod_opal/mod_opal.cpp +++ b/src/mod/endpoints/mod_opal/mod_opal.cpp @@ -162,7 +162,7 @@ static switch_call_cause_t create_outgoing_channel(switch_core_session_t *sessio char name[256] = "opal/"; switch_copy_string(name + 5, outbound_profile->destination_number, sizeof(name)-5); switch_channel_set_name(channel, name); - + switch_channel_set_flag(channel, CF_OUTBOUND); switch_channel_set_caller_profile(channel, caller_profile); switch_channel_set_state(channel, CS_INIT);