【问题标题】:Asterisk Transfer an active call to another extension [closed]Asterisk 将活动呼叫转移到另一个分机[关闭]
【发布时间】:2016-12-01 07:34:12
【问题描述】:

这里我有一个场景:

H:指酒店前台工作人员,酒店电话12345678

A:指酒店外的人

B:表示Room1000酒店内的顾客

A拨打12345678,H接电话;然后 A 告诉 H 他想联系 Room100 内的客户,经过身份验证后,H 将电话转接给 B 并挂断

我的问题是,如何将电话盲转给B。信道是基于SIP协议建立的。

编辑

输入 cmd $ asterisk -rx "功能显示"

内置功能默认当前 --------------- ------- -------

皮卡*8 *8
盲转###
参加转会 *2
一键式显示器 *1
断开通话 * **
停车呼叫
一键式混合监视器

动态功能默认电流

--------------- ------- -------

apprecord no def *1

功能组:

(无)

但是当在软电话中按## 时会导致“找不到分机”。有什么想法吗?

【问题讨论】:

    标签: asterisk freepbx


    【解决方案1】:

    默认为*2+号码+挂断电话。

    你可以通过dooing看到你的代码

    asterisk -rx "features show"
    

    【讨论】:

    • Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # ## 是使用您建议的命令返回的,但是当我按 ## 时会导致“找不到扩展”,知道如何解决吗?
    • 我已经更新到问题,知道为什么它会导致“扩展”而不是功能代码?
    【解决方案2】:

    您是否还使用 Dial() 标志 t 和/或 T

    t - Allow the called party to transfer the calling party by sending the DTMF sequence defined in features.conf. This setting does not perform policy enforcement on transfers initiated by other methods.
    T - Allow the calling party to transfer the called party by sending the DTMF sequence defined in features.conf. This setting does not perform policy enforcement on transfers initiated by other methods.
    

    见:https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Dial

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-11-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多