提交 27053181 authored 作者: Ken Rice's avatar Ken Rice

get rid of the arbitrary channel variable and lets put it in RDNIS in the the…

get rid of the arbitrary channel variable and lets put it in RDNIS in the the transfer function so its consistant on all transfers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7258 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b68396f4
......@@ -622,7 +622,6 @@ SWITCH_STANDARD_APP(limit_function)
switch_channel_set_variable(channel, "limit_realm", realm);
switch_channel_set_variable(channel, "limit_id", id);
switch_channel_set_variable(channel, "limit_max", argv[2]);
switch_channel_set_variable(channel, "limit_orignal_destination", switch_channel_get_variable(channel, "destination_number"));
cbt.buf = buf;
cbt.len = sizeof(buf);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论