]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak from stangor
authorBrian West <brian@freeswitch.org>
Tue, 16 Dec 2008 01:57:56 +0000 (01:57 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 16 Dec 2008 01:57:56 +0000 (01:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_opal/mod_opal.cpp

index a8d62d986ea93c64501aa0d0883e350d6645a20a..606e4d0e82cb2db339b8bb478daf40ec9197357a 100644 (file)
@@ -162,7 +162,7 @@ static switch_call_cause_t create_outgoing_channel(switch_core_session_t *sessio
     char name[256] = "opal/";\r
     switch_copy_string(name + 5, outbound_profile->destination_number, sizeof(name)-5);\r
     switch_channel_set_name(channel, name);\r
-\r
+    switch_channel_set_flag(channel, CF_OUTBOUND);\r
     switch_channel_set_caller_profile(channel, caller_profile);\r
     switch_channel_set_state(channel, CS_INIT);\r
 \r