PRI DIAL PLAN NOT WORKING
Added by VINISH VIJAYAN almost 10 years ago
Hi,
Pl help me to configure dial plan.
1) I am using Sangoma PRI card and wanpipe is configured and group is g0.
2) pri show spans showing Status UP
3) Error log
chan_sip.c:23534 handle_request_invite: Call from '8001' (182.71.107.198:40488) to extension '919560302445' rejected because extension not found in context 'default'.
dial Plan configured
exten => _91.,1,AGI
exten => _91.,2,Dial(DAHDI/g0/${EXTEN:1},,Tto)
exten => _91.,3,Hangup()
Replies (3)
RE: PRI DIAL PLAN NOT WORKING
-
Added by striker 247 almost 10 years ago
make sure your dialplan has been updated in the asterisk
type
asterisk -rx "dialplan show 919560302445@default"
if it shows empty then either you have not updated the new ip of the goautodial in db
run the below command to update the newly updated ip
/usr/share/astguiclient/ADMIN_update_server_ip.pl
br
striker
www.striker24x7.blogspot.com
RE: PRI DIAL PLAN NOT WORKING
-
Added by VINISH VIJAYAN almost 10 years ago
Hi
asterisk -rx "dialplan show 919560302445@default" command showing below message.
[root@go ~]# asterisk -rx "dialplan show 919560302445@default"
There is no existence of 919560302445@default extension
Command 'dialplan show 919560302445@default' failed.
and already updated server ip-address
RE: PRI DIAL PLAN NOT WORKING
-
Added by striker 247 almost 10 years ago
seems your dialplan not executed in asterisk conf file
make sure you have update the ip by running /usr/share/astguiclient/ADMIN_update_server_ip.pl
br
striker
www.striker24x7.blogspot.com