|
The following page is provided as a convenience to show how to configure an Asterisk-based PBX to work with our Unlimited Monthly Calling service. Feedback is appreciated. Overview of the Asterisk IP PBX == sip.conf == in the `[general]` section of your sip.conf. Next, you will need to create a `register` line for your TNs. Note that you can register multiple accounts to our switch at the same time. Your register lines should look like this: register => 15035554100:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
/15035554100 register => 12065554101:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
/12065554101 Lastly, you will need to create a host entry for the TN which you will be placing outgoing calls from. Note that it is not required (nor always even desirable) to dial out calls through each individual TN. [hosted] type=friend disallow=all allow=g729 allow=ulaw insecure=invite username=15035554100 secret=password host=sip.hostedvoiptelecom.com context=default
== extensions.conf == exten => _15035554100,1,Ringing exten => _15035554100,1,Wait,3 exten => _15035554100,2,Answer exten => _15035554100,3,Wait,2 exten => _15035554100,4,Dial(Zap/1) exten => _15035554100,5,Hangup
|