Jeff Glassman
2005-Mar-27  08:21 UTC
[Asterisk-Users] trying to add the free voipjet test to my
Message: 10
Date: Sat, 26 Mar 2005 23:19:17 -0500
From: Jon Walsh <walshie69@gmail.com>
Subject: [Asterisk-Users] trying to add the free voipjet test to my
	asterisk	at home???
To: Asterisk-Users@lists.digium.com
Message-ID: <30123c870503262019726960bc@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
No Dice so far,  anyone now how to add anIAX trunk? What are the
settings exactly? I have added everything but I do not know what are the
registration strings? Jonathan
-----------------------------
I set it up manually
iax.conf
[voipjet]
type=peer
secret=<PW>
notransfer=yes
host=216.118.117.46
context=default
auth=md5
       
extensions.conf
exten => _1NXXNXXXXXX,1,SetCallerID(1234567890); Set your CallerID as a
ten digit number like this. See our FAQ 
exten => _1NXXNXXXXXX,2,Dial,IAX2/1234@voipjet/${EXTEN} ; VoipJet.com
NANPA 
exten => _011.,1,SetCallerID(1234567890); Set your CallerID as a ten
digit number like this. See our FAQ. 
exten => _011.,2,Dial,IAX2/1234@voipjet/${EXTEN} ; VoipJet.com WORLD 
;Do not change IAX2/2082 in the above two lines!
Replace (1234567890) with your own caller ID
Replace the 1234 in 1234@voipjet with your account number  
However it will use voipjet as the default trunk when you
dial 1 xxx xxx xxxx
I have not been able to put a prefix dial out for it
Jeff