- Mon 9th Nov 2020, 22:23
#6010
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
Below is my Sipgate Basic PJSIP configuration that I use with my FreePBX 15.0.16.78 setup. So far so good!
First thing you will need to do is enable the "SIP Channel Driver" to use both chan_sip and chan_pjsip. You can do that by navigating to the Settings > Advanced Settings configuration page and scrolling down until you see the "SIP Channel Driver" setting. Make sure that "both" is selected in the dropdown box. If it isn't, make the change and click "Submit" to save it and then "Apply Changes" to implement it.
Now that's out of the way, let's create a Sipgate Basic PJSIP Trunk...
NOTE: Replace the following (in the above configuration) with your real Voipfone credentials:
First thing you will need to do is enable the "SIP Channel Driver" to use both chan_sip and chan_pjsip. You can do that by navigating to the Settings > Advanced Settings configuration page and scrolling down until you see the "SIP Channel Driver" setting. Make sure that "both" is selected in the dropdown box. If it isn't, make the change and click "Submit" to save it and then "Apply Changes" to implement it.
Now that's out of the way, let's create a Sipgate Basic PJSIP Trunk...
- Navigate to Connectivity > Trunks > + Add Trunk > Add SIP (chan_pjsip) Trunk page.
You should be at the following screen:
- Under the "General" tab section make the following changes:
- Trunk Name = Sipgate-(SIP-ID)
- Outbound CallerID = (PHONE-NUMBER)
- Click on the "pjsip Settings" tab and in the "General" tab section make the following changes:
- Username = (SIP-ID)
- Secret = (SIP-PASSWORD)
- Authentication = Outbound
- Registration = Send
- Language Code = English - United Kingdom
- SIP Server = sipgate.co.uk
- SIP Server Port = 5060
- Context = from-trunk
- Transport = 0.0.0.0-udp
- While still in the "pjsip Settings" tab click on the "Advanced" tab and make the following changes:
- Forbidden Retry Interval = 20
- Fatal Retry Interval = 20
- General Retry Interval = 20
- Expiration = 600
- Qualify Frequency = 20
- Contact User = (SIP-ID)
- From Domain = (YOUR-IP)
- From User = (SIP-ID)
- Client URI = sip:(SIP-ID)@sipgate.co.uk:5060
- Server URI = sip:sipgate.co.uk:5060
- AOR Contact = sip:(SIP-ID)@sipgate.co.uk:5060
- Match (Permit) = sipgate.co.uk
- Finally click on the "Submit" button to save your changes and then "Apply Changes" to implement them.
NOTE: Replace the following (in the above configuration) with your real Voipfone credentials:
- (SIP-ID) = Your Sipgate Basic SIP-ID number.
- (PHONE-NUMBER) = Your Sipgate Basic Phone Number
- (SIP-PASSWORD) = Your Sipgate Basic SIP Password.
- (YOUR-IP) = Your IP Address (Find it here: Settings > Asterisk SIP Settings > NAT Settings > External Address)
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
How did this post make you feel?