Add sip trunk

What are SIP Trunks?

SIP Trunks are phone line trunks delivered over IP using the SIP protocol. Using this standard protocol, telecom service (VoIP) providers connect one or more channels to the customer’s PBX. Phone numbers and DIDs are linked to the SIP trunk. In many cases numbers can be ported to the SIP Trunk.



Navigate to PBX>Trunks, click “Add SIP Trunk”.

Enter the following configuration as below, in this case, the IP of service 2 is 172.16.101.2.



UC

host=172.16.101.2

type=friend

context=from-trunk

username=8000 

secret=8000 

qualify=0 

insecure=invite,port 

canreinvite=no

Fromuser=8000

Service 2

host=172.16.101.1

type=friend

context=from-trunk

username=8000 

secret=8000 

qualify=0 

insecure=invite,port

canreinvite=no

Fromuser=8000