【发布时间】:2016-02-18 07:21:56
【问题描述】:
我想将两个内部号码连接到一个,我的意思是如果我拨打 499,那么两个电话应该响铃,例如 123、127。 我在目录/默认中的 .xml 文件如下所示:
<include>
<user id="127" mailbox="127">
<params>
<param name="password" value="xxxx"/>
<param name="vm-password" value="127"/>
</params>
<variables>
<variable name="toll_allow" value="domestic,international,local"/>
<variable name="accountcode" value="127"/>
<variable name="user_context" value="default"/>
<variable name="effective_caller_id_name" value="Extension 127"/>
<variable name="effective_caller_id_number" value="127"/>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/>
<variable name="callgroup" value="techsupport"/>
</variables>
123 和 499 号码类似。 当有人拨打 499 时,如何更改它以使两个电话响铃(123,127)?
【问题讨论】:
标签: freeswitch