提交 f04b1ade authored 作者: Brian West's avatar Brian West

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9898 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 27a33698
...@@ -693,7 +693,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi ...@@ -693,7 +693,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
caller_profile->dialplan = switch_core_strdup(caller_profile->pool, "xml"); caller_profile->dialplan = switch_core_strdup(caller_profile->pool, "xml");
} }
switch_snprintf(name, sizeof(name), "Loopback/%s-a", caller_profile->destination_number); switch_snprintf(name, sizeof(name), "loopback/%s-a", caller_profile->destination_number);
switch_channel_set_name(channel, name); switch_channel_set_name(channel, name);
switch_channel_set_caller_profile(channel, caller_profile); switch_channel_set_caller_profile(channel, caller_profile);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论