Change:

callprogress=yes


To:
callprogress=no


Also when dialing over the Zap FXO ports make sure to add the ww
before the DTMF digits so that your extension.conf reads like this:

exten => 9,1,Dial(Zap/g1/ww9 )


On 8/3/06, Pablo Mora <[EMAIL PROTECTED]> wrote:




Ok





Here goes dialplan



[general]

static=yes

writeprotect=yes



[incoming]

exten => s,1,Answer

exten => s,2,Background(pbx)

exten => s,3,Set(TIMEOUT(response)=5)

exten => 1001,1,Dial,SIP/1001|20

exten => 1001,2,Hangup

exten => 1001,102,Congestion,3

exten => 1002,1,Dial,SIP/1002|20

exten => 1002,2,Hangup

exten => 1002,102,Congestion,3



[sip]

include => outgoing

exten => 1001,1,Dial(SIP/1001,20)

exten => 1001,2,Hangup

exten => 1001,102,Congestion,3

exten => 1002,1,Dial(SIP/1002,20)

exten => 1002,2,Hangup

exten => 1002,102,Congestion,3



[outgoing]

exten => 0,1,Dial,Zap/g1

exten => 0,2,Hangup

exten => 0,102,Congestion



exten => 9,1,Dial,Zap/g1/9

exten => 9,2,Hangup

exten => 9,102,Congestion







Here goes zapata



[trunkgroups]



[channels]

context=default

switchtype=national

signalling=fxs_ks

rxwink=300

usecallerid=no

hidecallerid=no

callwaiting=no

callprogress=yes

;progzone=us

usecallingpres=yes

threewaycalling=no

transfer=no

cancallforward=yes

callreturn=yes

echocancel=yes

echocancelwhenbridged=yes

busydetect=yes

rxgain=0.0

txgain=0.0



group=1

callgroup=1

pickupgroup=1

immediate=no

signalling=fxs_ks

group=1

callerid=asreceived

context=incoming

channel =>1

channel =>2

channel =>3

channel =>4


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to