连接freeswitch上的内部号码

时间:2016-02-18 07:21:57

标签: freeswitch

我想将两个内部号码连接到一个,我的意思是如果我拨打499,那么两个电话应响铃,例如123,127。 目录/ default中的.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)?

1 个答案:

答案 0 :(得分:2)

在你的拨号方案中,你应该像这样调用桥接应用程序。

with tf.control_dependencies([optimizer]):
    loss_after_optimizer = tf.identity(loss)

_, l2 = sess.run([optimizer, loss_after_optimizer], feed_dict={x: X, y: Y})
  • 因此,如果您致电1001,那么它将响至1001,1002,1003