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 Voipfone 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 = Voipfone-(ACCOUNT_NUMBER)
- Outbound CallerID = (PHONE_NUMBER)
- Click on the "pjsip Settings" tab and in the "General" tab section make the following changes:
- Username = (ACCOUNT_NUMBER)
- Secret = (ACCOUNT_PASSWORD)
- Authentication = Outbound
- Registration = Send
- Language Code = English - United Kingdom
- SIP Server = sip.voipfone.net
- SIP Server Port = 5060
- Context = from-pstn
- 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 = 60
- Qualify Frequency = 20
- Contact User = (ACCOUNT_NUMBER)
- From Domain = (YOUR_IP)
- From User = (ACCOUNT_NUMBER)
- Client URI = sip:(ACCOUNT_NUMBER)@sip.voipfone.net:5060
- Server URI = sip:sip.voipfone.net:5060
- AOR Contact = sip:(ACCOUNT_NUMBER)@sip.voipfone.net:5060
- Match (Permit) = sip.voipfone.net
- Finally click on the "Submit" button to save your changes and then "Apply Changes" to implement them.
Additional information on how to convert extensions from chan_sip to chan_pjsip can be read here: WelshPaul @ FREEPBX - New tool to assist converting from SIP to PJSIP
NOTE: Replace the following (in the above configuration) with your real Voipfone credentials:
- (ACCOUNT_NUMBER) = Your Voipfone account number (the 8-digit number starting with 3) followed by star and your 3-digit extension number.
- (ACCOUNT_PASSWORD) = Your Voipfone extension account password. Passwords for all your extensions can be found in your Control Panel.
- (YOUR_IP) = Your IP Address (Find it here: Settings > Asterisk SIP Settings > NAT Settings > External Address)
How did this post make you feel?