Your N2Net engineer will provide you with a username, password, and registrar server address for your SIP Trunk. You will need to create the Asterisk configuration to match. Examples are below.
SIP Register String
register => USERNAME:PASSWORD@REGISTRARSERVER/n2net
SIP Peer Definition
[n2net]
type=peer
username=USERNAME
secret=PASSWORD
host=REGISTRARSERVER
dtmfmode=rfc2833
context=n2net
canreinvite=no
disallow=all
allow=ulaw
insecure=port,invite
sendrpid=pai
fromuser=USERNAME
fromdomain=REGISTRARSERVER
Changing your callerID
N2Net will allow you to send you own callerID sting provided it is in the P-Asserted-Identity header.
P-Asserted-Identity: <2165551111@samplecustomer.com>
Last Updated: April 12th, 2016