mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
tweak from stangor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d1a20a12d1
commit
38de33d545
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user