[Asterisk-Users] Problems Calling Toll-free number

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Apr 1 09:54:16 MST 2003


On Tuesday 01 April 2003 04:54, Stefano Finetti wrote:
> - If I call a toll-free number with an IVR system, nothing
> happens: it continues to ring indefinitely like no-one answers
> the call.
>
> This is my part of extensions.conf related:
>
> ; Calling Mobile Numbers
> exten => _3NXXXXXXXX,1,SetCallerID,MyCallerID
> exten => _3NXXXXXXXX,2,SetMusicOnHold(default)
> exten => _3NXXXXXXXX,3,Dial,Modem/g1:${EXTEN}|30|rTt

exten => _3NXXXXXXXX,3,Dial,Modem/g1:${EXTEN}

> exten => _3NXXXXXXXX,104,Goto(main-menu,#,1)

Make that change and see if it works.  I.e. you don't really
want Asterisk to wait around for 30 seconds to see if somebody
picks up, you just want to be connected.

-Tilghman




More information about the asterisk-users mailing list