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