[Asterisk-Users] IAXTEL toll-free gateway
Andrew Gillham
gillham at vaultron.com
Tue May 6 19:40:55 MST 2003
On Tue, May 06, 2003 at 09:22:57AM -0400, John Lodden wrote:
>
> Hello,
>
> The 1-800 Gateway is up, in fact it handles hundreds of calls
> a day. It is very important that the Caller ID, is set to a valid 10D
> number or some tollfree long distance companies will not process the
> call. (ie AT&T) If this continues to be a problem we can set the
> Callerid to the inbound IAXTEL number of 248-724-0700. (Currently
> we allow IAXTEL to set the Callerid and pass it thru to our CLASS 4/5
> switch which passes it thru to the LD carrier of the tollfree number)
So should the following work for calling an 800 number?
exten => _91800NXXXXXX,1,SetCallerID(248-724-0700)
exten => _91800NXXXXXX,2,SetCIDName()
exten => _91800NXXXXXX,3,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
Where ${IAXINFO} is set to userid:password of my account.
Thanks.
-Andrew
More information about the asterisk-users
mailing list