[Asterisk-Users] RE: Configure Voipjet.com content in Asterisk

Chris Blunt chris.blunt at entropy-it.com
Wed May 24 01:55:41 MST 2006


Hi Chandramouli
 
Setting up VoipJet is quite simple really, you have done all the hard bit to
get you Asterisk config this far.

Firstly may I point out if you are posting your configuration to this list
you change your password information, as you have just given everyone access
to your account at voipjet.

Make the changes to your iax.conf as voipjet suggest, the config they give
you is generated for you and is not generic.

Then you will need to add some provision in your dialplan (extensions.conf)
to route your outbound calls.

Something like:

exten => _9.,1,SetCIDNum(123456432)     ; This is your proper phone number
exten => _9.,2,Dial(IAX2/1082 at voipjet/${EXTEN:1},45,tr) ;dials the number

What this does:  To make a call dial 9 followed by the number and press dial
on x-lite.  The first command sets your Caller ID number.  The second line
strips the 9 from the beginning of your number and hands the call to voipjet
to terminate.

You will need to ensure that your users have access to the context in wich
you put these entries.

As voipjet are US based you will need to dial your numbers in a us format.
Ie. 312 xxx xxxx (for calling Chicago).

Hope this helps you out.

Chris






More information about the asterisk-users mailing list