«aql messaging services»    «aql voice services»
 


»Sign Up     »Contact Us  
 
 
       

Frequently Asked Questions




Account Login
Lost password?

aql ®
  Award Winning Service
 
aql SMS Messaging
  Click here to view aql's range of SMS messaging solutions
 
Getting Started
  Sign up online for FREE internet phone calls




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=iax
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«