tweak from stangor

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-12-16 01:57:56 +00:00
parent d1a20a12d1
commit 38de33d545
1 changed files with 1 additions and 1 deletions

View File

@ -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);