I'm having an issue calling in outbound:
- Code: Select all
call from '028888' to extension '0039347XXXXXXX' rejected because extension not found in context 'default'
These are my carrier entries
Registration string
- Code: Select all
register => user:pass@myprovider:port/user
Account entry
- Code: Select all
[voip]
disallow=all
allow=g729
allow=alaw
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=myprovider
username=user
secret=pass
fromuser=user
Dialplan entry
- Code: Select all
exten => _39XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _39XX.,2,Dial(SIP/voip/${EXTEN:2},,tTo)
exten => _39XX.,3,Hangup
Vicidial: VERSION: 2.12-491a BUILD: 150610-0934
Am I missing something?