Asterisk Distribution Trunk Setup & Best Practice

Sample Asterisk Configuration Steps for use with SIP Trunks

 


1. Modify Asterisk generic UA for better support - *(Recommended but not necessary) 

a. Copy and paste the following into sip.conf: useragent='customer-name'

b. Replace 'customer-name' with your customers name

 


2. Allow Asterisk to route inbound calls based on DNIS from To: in INVITE - *(This will also allow you to have 10 digit inbound routes)

a. Copy and paste the following into extensions_custom.conf:

[from-outside-redir]
;Dialed Number routing according to SIP To: header
exten => s,1,Goto(from-trunk,${CUT(CUT(SIP_HEADER(To),@,1),:,2):1},1)

 


3. Create the SIP Trunk. You may create one 2-way trunk or individual inbound/outbound trunks.


Outgoing Settings

type=peer
insecure=invite,port
dtmfmode=auto
host=sip.sipresource.com
context=from-outside-redir
username='ACCOUNT-ID'
trustrpid=yes
sendrpid=yes
secret='SIP-PASSWORD'
allow=all
canreinvite=no


Incomming Settings

type=user
insecure=invite,port
dtmfmode=auto
host=sip.sipresource.com
context=from-outside-redir
allow=all


Register String

ACCCOUNT-ID:SIP-PASSWORD@sip.sipresource.com:5060

 

Screen shot provides a visual example.

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

NAT and FIREWALL Traversal Best Practices

What is NAT? NAT (Network Address Translation) is a technology most commonly used by firewalls...

General VoIP Phone Setup - Checklist

General Phone Settings Required Use User/Auth ID  Account ID (11 digit DID)...