I have been working on this for a few days now.
I have a computer w/modem that needs to dial out and connect remotely.
The problem is that the modem dials out fine, but after the remote host
picks up, I hear both sides start and then connection drops.
If I bypass the * box then it works just fine. I am not sure if it is not
possible to do this or if my configuration is incorrect.
I am running asterisk-1.2.9.1, zaptel-1.2.6 on Centos 4.3 (RHEL4).
my zapata.conf is:
[channels]
context=default
switchtype=national
rxwink=300
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
signalling=fxo_ks
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
context=default
callerid="jafo" <4000>
channel => 1
signalling=fxs_ks
group=2
context=incoming
callerid=asreceived
channel => 4
Any help would be greatly appreciated.