我使用的是8端口Asterisk卡。我有一部PBX。我想从1个频道(DAHDI / 1-1)调用扩展“222”,我可以使用
exten =>s,1,Dial(DAHDI/3-1/222)
它使用频道3作为桥梁。但是我想直接拨打“222”。
实际上我将把它用于这个场馆:
A is customer
B is call center member
C is asterisk agi which I use credit card payment on phone line.
A calls B
B take infomations of A then
B tranfer A to C (Dial 111 on the phone)
A finish conversation with C (make payment succesfully)
Then I want to reconnect A and B (dialing B's caller ID (112))
答案 0 :(得分:0)
你需要创建一个拨号方案,它将记录B(扩展名)并将A转移到C,然后再转回A到B(记录在变量中)。
然而,所有这些仍将使用卡上的频道。你不能打电话不使用频道。