how do i create these setting in the latest AsteriskNow GUI interface i cant seem to find it
Creating an extension for the UVP on Asterisk
Normally, the file containing the extensions resides in /etc/asterisk/sip.conf. For example, to add extension 100 you would have to add the following text snippet to this file:
[100]
type=friend
host=dynamic
disallow=all
allow=ulaw
qualify=1000
canreinvite=no
nat=force_rport
dtmfmode=rfc2833
context=from-internal
username=100
callerid=Your Name <100>
secret=password
dial=SIP/100
To be able to call this extension you will need to hook it up to the corresponding dialplan. Normally, the file containing the dialplan resides in /etc/asterisk/extensions.conf. We would need to create the context from-internal which is what we specified as the outbound context for the SIP extension 100.
[from-internal]
exten => 100,1,Dial(SIP/${EXTEN}|40|Ttr)
this is where is found the settings, this is for get Asterisk to work with unifi phones
http://community.ubnt.com/t5/UniFi-VoIP-Sample-3rd-Party-PBX/Asterisk-SIP-Configuration
Thank you
Statistics : Posted by agonciulea • on Thu Aug 20, 2015 12:07 pm • Replies 1 • Views 94
Creating an extension for the UVP on Asterisk
Normally, the file containing the extensions resides in /etc/asterisk/sip.conf. For example, to add extension 100 you would have to add the following text snippet to this file:
[100]
type=friend
host=dynamic
disallow=all
allow=ulaw
qualify=1000
canreinvite=no
nat=force_rport
dtmfmode=rfc2833
context=from-internal
username=100
callerid=Your Name <100>
secret=password
dial=SIP/100
To be able to call this extension you will need to hook it up to the corresponding dialplan. Normally, the file containing the dialplan resides in /etc/asterisk/extensions.conf. We would need to create the context from-internal which is what we specified as the outbound context for the SIP extension 100.
[from-internal]
exten => 100,1,Dial(SIP/${EXTEN}|40|Ttr)
this is where is found the settings, this is for get Asterisk to work with unifi phones
http://community.ubnt.com/t5/UniFi-VoIP-Sample-3rd-Party-PBX/Asterisk-SIP-Configuration
Thank you
Statistics : Posted by agonciulea • on Thu Aug 20, 2015 12:07 pm • Replies 1 • Views 94