2

8 ポートのアスタリスク カードを使用しています。私は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))
4

1 に答える 1

0

B(内線)を録音して A を C に転送し、その後 A を B に転送するダイヤルプランを作成する必要があります(変数に記録されます)。

ただし、すべてカードのチャネルを使用します。チャネルを使用せずに呼び出すことはできません。

于 2013-12-17T12:38:31.137 に答える