Text us or call us on : 011 33 20 30 40
aql Telecoms

Click here to view aql's range of voice fax and Business Voice over IP telephony solutions.
Click Here...
 
category: Connecting with Asterisk

How do I set up Asterisk to connect to aql using SIP?

6xxxxx = Your VoIP number
ppppp = Your VoIP password

You should have the following in your sip.conf file:

[general]
register => 6xxxxx:ppppp@sip.aql.com/6xxxxx

[aqlsip]
context=inbound
type=friend
insecure=invite
secret=ppppp
username=6xxxxx
host=sip.aql.com

You should have something similar to the following in your extensions.conf file:

[outbound]
exten => _X.,3,Set(CALLERID(number)=6xxxxx)
exten => _X.,4,Dial(SIP/aqlsip/${EXTEN})

[inbound]
exten => 6xxxxx,1,Dial(SIP/100)





More help available from technicians via our online support system.

Back to list of faq categories«