I'm having trouble installing the carrier, can not perform.
Must configure the dialplan for the Brazil region. (Xx) xxxxx-xxxx
Can anybody help me ??
Asterisk 1.8.21.0-vici-beta
Carrier:
- Code: Select all
register => USERNAME:PASS@186.193.XXX.XXX:5060
- Code: Select all
[smart]
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g729
nat=yes
type=friend
username=xxxxxx
secret=yyyyyyy
host=186.193.xxx.xxx
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
global string
- Code: Select all
SIPVIOLA = SIP/smart
Dial plan (code area = 11 and contry = 55)
- Code: Select all
exten => _11XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _11XXXXXXXXX,2,Dial({SIPVIOLA}/${EXTEN:55},,to)
exten => _11XXXXXXXXX,3,Hangup
When trying to dial the number, shows the following message: I am sorry this is not a valid extension. Please try again
Thank you very much