[asterisk-bugs] [Asterisk 0011215]: extensions.conf looks for a [default] context, even if not defined in zapata.conf
noreply at bugs.digium.com
noreply at bugs.digium.com
Sun Nov 11 16:16:49 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11215
======================================================================
Reported By: ddougan
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 11215
Category: Core/Configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-10-2007 21:58 CST
Last Modified: 11-11-2007 16:16 CST
======================================================================
Summary: extensions.conf looks for a [default] context, even
if not defined in zapata.conf
Description:
Although I can't find it documented anywhere (I have checked both editions
of TFOT, as well as searching the wiki), it appears that extensions.conf
requires a default context, even if the context defined in zapata.conf has
a different name.
======================================================================
----------------------------------------------------------------------
ddougan - 11-11-07 16:16
----------------------------------------------------------------------
> zap show channels
Chan Extension Context Language MOH Interpret
pseudo incoming default
1 internal default
4 default
This is my incoming context:
[incoming]
;
; incoming calls from the FXO port are directed to this context from
zapata.conf
;
exten => s,1,Answer()
exten => s,n,Background(custom/welcome-message)
exten => s,n,WaitExten()
exten => 1,1,Goto(internal,6000,1)
exten => 2,1,Goto(internal,6002,1)
exten => 8,1,Directory(internal,internal,f)
exten => 9,1,Directory(internal,internal)
exten => i,1,Playback(pbx-invalid)
exten => i,2,Goto(incoming,s,1)
exten => t,1,Playback(vm-goodbye)
exten => t,2,Hangup()
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 16:16 ddougan Note Added: 0073495
======================================================================
More information about the asterisk-bugs
mailing list