View previous topic :: View next topic |
Author |
Message |
nadin Tux's lil' helper
Joined: 05 Aug 2003 Posts: 103
|
Posted: Sat Jan 07, 2006 9:01 pm Post subject: Asterisk + Zapatel + anwers both incomign and outgoing |
|
|
Hello,
I am working on an asterisk box. The box answers the phone correctly using a zapatel card when people call. However if I am using the phone line (on a regualr phone) and I dial anywhere say a pizza place, asterisk (whom i am sharing the line with) seems to register that as an incoming call. How do I get anterisk not answer the phone when I am trying ot place outgoing calls?
Code: |
/etc/zapatel.conf
fxsks=1
loadzone = us
|
Code: |
/etc/asterisk/zapatel.conf
[channels]
switchtype=national
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=yes
musiconhold=random
faxdetect=outgoing
context=incoming
group=1
channel=>1
|
Code: |
/etc/asterisk/extensions.conf
[general]
static=yes
writeprotect=yes
[globals]
[default]
[incoming]
exten => s,1,AGI(my_script.agi)
|
Thanks,
Nadin |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Sat Jan 07, 2006 9:06 pm Post subject: |
|
|
you'll probably have to go to an asterisk forum for this, my guess is that your setup is a bit unique, normally if you were placing an outgoing call it would be going through asterisk. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|