Hi there,
This question is mainly aimed at selintra, but anyone else please feel free to help out.
Yesterday I took the punt and installed a new SME 7.3 box with SAIL 2.2.1-589. I have been running an Asterisk box on SME v6 for a number of years now. However it was time to upgrade the SME box to 7 and I thought I would have a look at SAIL.
I am having troubles with a VSP I use here in Australia. The VSP is Simtex (
www.simtex.com.au) who provide a very good service with good prices and excellent technical support. However they don't know about SAIL.
I added them as a carrier like so:
Carrier Name: Simtex
Technology: IAX2
Type: VOIP
Description: AUS carrier Simtex
Host URL: sip.simtex.net.au
Registration Template (Optional): username:password@sip.simtex.net.au
The USER and PEER templates are normal.
BTW please add them to the list of carriers. If you are in Australia or looking for an Australian DID I would recommend them.
Now Simtex assign you an account number and password which you can use to log in to administer your account. They suggest the following configuration for IAX.conf:
[76320610]
type=friend
host=dynamic
secret=XXXX
context=76320610
And the following change to EXTENSIONS.conf:
[76320610]
exten => 61864248280,1,Wait(1)()
exten => 61864248280,2,NoOp()
exten => 61864248280,3,Dial(SIP/76320610,45)
exten => 61864248280,4,Hangup()
exten => 61864248281,1,Wait(1)()
exten => 61864248281,2,NoOp()
exten => 61864248281,3,Dial(SIP/76320610,45)
exten => 61864248281,4,Hangup()
exten => _X.,1,Dial(IAX2/76320610:XXXX@sip.simtex.net.au/BYEXTENSION)
This example has my actual account number and DID numbers. Though to tell the truth I have not used their system in my old Asterisk box.
My question is how do I best set up SAIL to accept multiple DID numbers from one VSP account/trunk? It is possible of course that I have got the whole thing confused and should be setting it up another way entirely and if thats the case I'm sure I'm about to be told I'm a dunce!
Thanks!
adam