[Asterisk-Users] dialplan

Ed Greenberg edg at greenberg.org
Mon Dec 6 17:01:01 MST 2004



--On Monday, December 06, 2004 2:48 PM -0800 Melbourne Lewis 
<fatheadl at yahoo.com> wrote:

> i would like to setup asterisk for any call that comes
> in on a x100p is answered and is automatically
> connected to a sip destination external to my
> asterisk. what is the best dialplan to use?  thanks in advance.
>
>
> 	

In zapata.conf, put the card in a context that will appear in 
extension.conf:
;start channel 1
immediate=no
signalling=fxs_ks
context=Zap1
rxgain=0.0
txgain=1.5
channel => 1 	

Then, in extensions.conf:
[Zap1]
exten => s,1,Dial(SIP/whatever)




More information about the asterisk-users mailing list