Basic Sip trunk configuration for adding VoiceCloud as a SIP Trunk to your Asterisk-based PBX

 

 

Create SIP Trunk

  1. Using Chrome or Firefox navigate to the web console of the PBX.
  2. Click on FreePBX Administration.
    1595626630261-BOs.png
  3. Log in with your administrator credentials.
  4. From the navigation at the top select Connectivity and then Trunks.
    1595626638236-j2M.png
  5. Click on + Add Trunk and then + Add (chan_sip) Trunk.
    1595626643685-Rts.png
  6. Trunk Name: Hosted PBX
    1595853264481-9IY.png
  7.  Click on the tab for sip Settings.
    1595626673296-hYg.png
  8. On the tab for Outgoing fill out the following details
    • Trunk Name: pbx-out
    • PEER Details:
      username={YOURSIPUSERNAME} // e.g  '5001-USERNAME'
      type=friend
      trustrpid=yes
      sendrpid=yes
      secret={YOURSIPPASSWORD} // e.g  '*************'
      qualify=yes
      nat=yes
      keepalive=60
      insecure=port,invite
      host=sip1.giant.net.uk
      fromuser={YOURSIPUSERNAME} // e.g  '5001-USERNAME'
      fromdomain=sip.giant.net.uk
      dtmfmode=inband
      relaxdtmf=yes
      disallow=all
      directmedia=no
      context=from-trunk
      allow=ulaw // Any other codecs you may need
    • Click Submit.
      1595626720341-750.png
  9. You will will receiving a popup. Click OK
    1595626729459-nY4.png

  10. Click Apply Configuration.
    1595626738122-n8Q.png