[asterisk-users] Can't get second line of Sangoma A200 to work.

Jim Lynch jim at fayettedigital.com
Mon Oct 2 03:21:20 MST 2006


I set up extension 120 for the first and 121 for the second.  The first 
one works as expected but I can't get a dial tone on the second one.  I 
hear a buzzing in the second port much like the first, but no dial 
tone.  I have power since the dtmf keys work OK.  I tried changing the  
exten => 121,hint,ZAP/2 to exten => 121,hint,ZAP/1 not really knowing 
what the number after the ZAP/ was, but that didn't work.

Can someone give me a clue as to the proper configuration for the second 
port?  I also can't get the fxo ports to work either but I'll wait to 
ask that one later after I've played with them a bit.  I'm using 
Tribox.  Another strange thing is that when I make a change and press 
the red bar at the top of the page, then Asterisk completely quits 
working until I do a /etc/init.d/asterisk stop and start.  But I can 
live with that.

Thanks,
Jim.

extensions_additional.conf
[ext-local]
include => ext-local-custom
exten => 101,1,Macro(exten-vm,101,101)
exten => 101,hint,SIP/101
exten => ${VM_PREFIX}101,1,Macro(vm,101,DIRECTDIAL)
exten => 102,1,Macro(exten-vm,novm,102)
exten => 102,hint,SIP/102
exten => 120,1,Macro(exten-vm,novm,120)
exten => 120,hint,ZAP/1
exten => 121,1,Macro(exten-vm,novm,121)
exten => 121,hint,ZAP/2

zapata_additional.conf
;;;;;;[120]
signalling=fxo_ks
record_out=Adhoc
record_in=Adhoc
mailbox=120 at device
echotraining=800
echocancelwhenbridged=no
echocancel=yes
context=from-internal
callprogress=no
callerid=120 <120>
busydetect=no
busycount=7
accountcode=
channel=>1

;;;;;;[121]
signalling=fxo_ks
record_out=Adhoc
record_in=Adhoc
mailbox=121 at device
echotraining=800
echocancelwhenbridged=no
echocancel=yes
context=from-internal
callprogress=no
callerid=121 <121>
busydetect=no
busycount=7
accountcode=
channel=>2



More information about the asterisk-users mailing list