[Asterisk-Users] Dialplan not showing up.
Michael Di Martino
mdm at telx.com
Wed Apr 20 10:40:22 MST 2005
I recently updated my sip.conf and extensions.conf files and after
shutting down asterisk and restarting it (asterisk -cvvv)
it shows and empty dialplan (show dialplan)
*CLI> show dialplan
-= 0 extensions (0 priorities) in 0 contexts. =-
What could cause somthing like this
below is a copy of my extensions.conf file located in /etc/asterisk/
[root at Asterisk-NY17S asterisk]# more extensions.conf
[general]
static=yes
writeprotect=yes
[bogons]
exten => _.,1,Congestion
[from-sip]
exten => 1001,1,Dial(SIP/1001,20)
exten => 1001,2,Voicemail(u1001)
exten => 1001,102,Voicemail(b1001)
exten => 1001,103,Hangup
exten => 7301,1,Dial(SIP/7301,20)
exten => 7301,2,Voicemail(u7301)
exten => 7301,102,Voicemail(b7301)
exten => 7301,103,Hangup
exten => 7302,1,Dial(SIP/7302,10)
exten => 7302,2,Voicemail(u7302)
exten => 7302,102,Voicemail(b7302)
exten => 7302,103,Hangup
exten => 1999,1,VoicemailMain(${CALLERIDNUM})
[root at Asterisk-NY17S asterisk]#
And here is my sip.conf file:
[root at Asterisk-NY17S asterisk]# more sip.conf
[general]
port=5060
bindaddr=0.0.0.0
allow=all
context=bogons
[1001]
type=friend
context=from-sip
username=1001
callerid="1001"<1001>
mailbox=1001 at telx.com
host-dynamic
dtmfmode=rfc2833
[7301]
type=friend
context=from-sip
username=7301
callerid="mdm" <7301>
mailbox=7301 at telx.com
host=dynamic
dtmfmode=rfc2833
[7302]
type=friend
context=from-sip
username=7302
callerid="Moses" <7302>
mailbox=7302 at telx.com
host=dynamic
dtmfmode=rfc2833
[root at Asterisk-NY17S asterisk]#
Regards,
Michael DiMartino
Director of MIS
The telx Group, Inc.
17 State St, 33rd Floor
New York, NY 10004
T: 212.480.3300 X2022
C: 646.207.6603
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050420/1e7e17eb/attachment.htm
More information about the asterisk-users
mailing list