Asterisk Configuration Example - Direct IP

If you are using a direct-IP account for your SIP termination - simply use the configuration example shown below to route your calls across to Control Networks via direct IP.

[cr0]

type=friend
disallow=all
allow=alaw
context=inbound
host=cr0.sip.neural.net.au
qualify=1000
dtmfmode=rfc2833
canreinvite=yes
insecure=port,invite

[cr1]
type=friend
disallow=all
allow=alaw
context=inbound
host=cr1.sip.neural.net.au
qualify=1000
dtmfmode=rfc2833
canreinvite=yes
insecure=port,invite

 

It's important to note that we're adding two addresses, CR0 and CR1.   One of these clusters will be assigned as your primary for inbound calls (you will receive calls from this peer), but either can be used for outbound calling.  In the event of a fail over on Neural's infrastructure you may start to see your inbound calls coming from the alternate peer.

We recommend the use of dialplan logic (in extensions.conf) to route your outbound calls via the alternate peer to your inbound calls (in most cases CR1) then fail over to your primary (inbound) peer in the event of unreachability.

  • 10 Users Found This Useful
Was this answer helpful?

Related Articles

How many simultaneous calls can I send or receive?

Control Networks does not currently place any limitation on the number of inbound or outbound...

Bria for iPhone and Android - Manual Configuration

Please follow these steps to manually attach your mobile's Bria client to your Control Networks...

Firewall Requirements for Business VoIP

To ensure proper operation, your firewall device on the connection your handsets are using to...

Asterisk Anonymous Caller ID

In order to send private calls outbound from your Business VoIP or Wholesale trunk, you will need...

Sending caller ID from your SIP server or device

Caller ID can be set via the VoIP Commander interface (voip.controlnetworks.com.au), or...