[Freeswitch-svn] [commit] r10786 - freeswitch/trunk/src/mod/endpoints/mod_opal
FreeSWITCH SVN
brian at freeswitch.org
Mon Dec 15 17:57:57 PST 2008
Author: brian
Date: Mon Dec 15 20:57:56 2008
New Revision: 10786
Log:
tweak from stangor
Modified:
freeswitch/trunk/src/mod/endpoints/mod_opal/mod_opal.cpp
Modified: freeswitch/trunk/src/mod/endpoints/mod_opal/mod_opal.cpp
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_opal/mod_opal.cpp (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_opal/mod_opal.cpp Mon Dec 15 20:57:56 2008
@@ -162,7 +162,7 @@
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);
More information about the Freeswitch-svn
mailing list