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 > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
