Page 1 of 1

Dialplan was not update

PostPosted: Wed May 15, 2013 3:57 pm
by cvieri
Hello, I have added a carrier, just for example like this:

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?

Re: Dialplan was not update

PostPosted: Thu May 16, 2013 4:04 am
by DomeDan
Hay, you spelled dialplan wrong:
asterisk -rx 'dialplna show' | grep _91XXXXXXXXXX

Re: Dialplan was not update

PostPosted: Thu May 16, 2013 12:10 pm
by cvieri
I know, but that is not a problem, just mistake here. The problem is that i do not see the dialplan from carrier section

Re: Dialplan was not update

PostPosted: Thu May 16, 2013 12:47 pm
by cvieri
the problem was in that i changed the ip of server after vicibax install.