Displaying 1 result from an estimated 1 matches for "fromcapi".
Did you mean:
fromani
2005 Jun 22
1
Dialplan Q: Dialing with Capi
Hello,
I'm using asterisk 1.0.7. with a somewhat advanced setup with IAX and CAPI
as channels. A call comes in via IAX2 and should be redirected to CAPI.
So I wrote the following dialplan:
[fromiax]
exten => _8XXX,1,Answer
exten => _8XXX,2,Dial(CAPI/265:B${EXTEN:1},,r)
[fromcapi]
exten => 265,1,Answer
exten => 265,2,Dial(IAX2/PoC/11@from-lw)
exten => 265-BUSY,1,Busy
exten => 265-NOANSWER,1,Busy
[default]
exten => s,1,Answer
exten => s,2,Congestion
The asterisk on the described side is connected to a classic company pbx
(from Ericsson) and has local Ex...