Freeola Voice on Asterisk (Sample Code)
Last updated on by Freeola Support
2 out of 2 people found this article useful.
Welcome to the Freeola Internet customer support pages. This page is offered as a basic outline for using Freeola Voice home VoIP services on a device using Asterisk. For more internet help topics please visit our main Support Page.
Please note, this code is provided for example purposes only. We will not provide support on configuration of Asterisk other than the code samples given here.
In your sip.conf file
Add text as below:
In all examples below, replace bolded text below with appropriate details from your Freeola Voice settings in your MyFreeola Account.
register => Username/SIP Account No:Password@sip.voip123.co.uk/Username/SIP Account No
[Username/SIP Account No]type=friend
username=Username/SIP Account No
secret= Password
dtmfmode=rfc2833
host=sip.voip123.co.uk
context=freeolavoice_incoming
outboundproxy=sip.voip123.co.uk
port=5060
fromuser=Username/SIP Account No
fromdomain=sip.voip123.co.uk
usereqphone=yes
canreinvite=no
In your extensions.conf file
This example assumes you've already got a phone in the extensions.conf file configured with the extension 1000.
[freeolavoice_incoming]
exten => Username/SIP Account No,1,Dial(SIP/1000)
The outgoing section should be included in the context for the extension you've setup on 1000.
exten => _90.,1,Dial(SIP/${EXTEN:1}@Username/SIP Account No,30,trg)
exten => _90.,2,Hangupexten => _80.,1,Dial(SIP/*67${EXTEN:1}@Username/SIP Account No,30,trg)
exten => _80.,2,Hangup
The first dialplan will match numbers starting 90, it will strip the 9 from the beginning and dial out giving Caller ID (if you've enabled this option from within your MyFreeola Control Panel).
The second dialplan will match numbers starting 80, it will strip the 8 from the beginning and dial out without Caller ID for that specific call.
Live Chat is offline
Live Chat is available:
9:30am to 5:30pm Monday to Friday (excluding bank holidays).
It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, Edge, or Opera will provide a better, safer browsing experience for you.