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/
[EMAIL PROTECTED] 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})
 
[EMAIL PROTECTED] asterisk]#
 
 
And here is my sip.conf file:
 
[EMAIL PROTECTED] 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>
[EMAIL PROTECTED]
host-dynamic
dtmfmode=rfc2833
 
[7301]
type=friend
context=from-sip
username=7301
callerid="mdm" <7301>
[EMAIL PROTECTED]
host=dynamic
dtmfmode=rfc2833
 
[7302]
type=friend
context=from-sip
username=7302
callerid="Moses" <7302>
[EMAIL PROTECTED]
host=dynamic
dtmfmode=rfc2833
[EMAIL PROTECTED] 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
 

 
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to