Zap Autopatch

Well, I was hoping I could figure this out but no luck yet. I'm attempting to get out bound calls working. The TDM410 card is working thanks to Jim. I'm getting dial tone twice, once after *6 and once after entering the phone number. But I don't hear DTMF dialing.

I really haven't changed much except extensions.conf as follows:

[default]
; exten => _1NXXNXXXXXX,1,Dial(IAX2/${VOIPTERM}/${EXTEN},40,L(180000:30000))
exten => _1NXXNXXXXXX,1,Dial(Zap/1,20/${EXTEN})
exten => _1NXXNXXXXXX,2,Hangup

Obviously that's not the entire answer... if even the partial answer.

Thanks to the list once again,

ยทยทยท

--
Tim
:wq

Tim Sawyer wrote:

Well, I was hoping I could figure this out but no luck yet. I'm
attempting to get out bound calls working. The TDM410 card is working
thanks to Jim. I'm getting dial tone twice, once after *6 and once
after entering the phone number. But I don't hear DTMF dialing.

I really haven't changed much except extensions.conf as follows:

[default]
; exten => _1NXXNXXXXXX,1,Dial(IAX2/${VOIPTERM}/${EXTEN},
40,L(180000:30000))
exten => _1NXXNXXXXXX,1,Dial(Zap/1,20/${EXTEN})
exten => _1NXXNXXXXXX,2,Hangup

Obviously that's not the entire answer... if even the partial answer.

Thanks to the list once again,
--
Tim
:wq

_______________________________________________
App_rpt-users mailing list
App_rpt-users@qrvc.com
http://qrvc.com/mailman/listinfo/app_rpt-users

The problem is most likely this:

Dial(Zap/1,20/${EXTEN})

It should probably look like this:

Dial(Zap/1/${EXTEN})

See Asterisk cmd Dial - VoIP-Info

for further details.

Steve
WA6ZFT