- Code: Select all
[goautodial]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
secret=password
username=username
host=
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
- Code: Select all
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _91XXXXXXXXXX,3,Hangup
But I am not able to see the dialplan listed in that configuration using asterisk -rx 'dialplna show' | grep _91XXXXXXXXXX
What is the problem?