mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
1 of many PRI/SIP gateway related updates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@648 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -499,7 +499,7 @@ static switch_status channel_outgoing_channel(switch_core_session *session, swit
|
||||
if (outbound_profile) {
|
||||
char name[128];
|
||||
snprintf(name, sizeof(name), "PortAudio/%s-%04x",
|
||||
caller_profile->destination_number ? outbound_profile->destination_number : modname,
|
||||
outbound_profile->destination_number ? outbound_profile->destination_number : modname,
|
||||
rand() & 0xffff);
|
||||
switch_channel_set_name(channel, name);
|
||||
|
||||
|
Reference in New Issue
Block a user