[Asterisk-Users] Manual Rindown
Mark Spencer
markster at digium.com
Sat Nov 15 16:21:06 MST 2003
you can do it with immediate=yes in zapata.conf on your FXO signalled
(FXS) interfaces, and then dump them in a context with s extension that
dials another phone.
extensions.conf:
[autodialz1]
exten => s,1,Dial(Zap/1)
exten => s,2,Congestion
[autodialz2]
exten => s,1,Dial(Zap/2)
exten => s,2,Congestion
zapata.conf:
signalling = fxo_ks
immediate=yes
context=autodialz2
channel => 1
context=autodialz1
channel => 2
That (untested) should create an auto ringdown where channel 1 calls
channel 2, etc.
Mark
On Sat, 15 Nov 2003, Paul Wasik wrote:
> Hi all,
>
> Does anyone know of a way to implement manual ringdown circuits via Asterisk?
>
> Thanks,
>
> PW
>
More information about the asterisk-users
mailing list