![]() ![]() |
||
|
|
''The following page is provided as a convenience to show how to configure an Asterisk-based PBX to work with The Binary Telecom service. Feedback is appreciated. == 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:password@sip.hostedvoiptelecom.com/15035554100 register => 12065554101:password@sip.hostedvoiptelecom.com/15035554101 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
|
|