[asterisk-bugs] [Asterisk 0013105]: [patch] If context wasn't found in extensions.conf - don't give up, look in RT.

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 11 11:47:30 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13105 
====================================================================== 
Reported By:                sergee
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13105
Category:                   PBX/NewFeature
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 131907 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-07-18 03:04 CDT
Last Modified:              2008-08-11 11:47 CDT
====================================================================== 
Summary:                    [patch] If context wasn't found in extensions.conf -
don't give up, look in RT.
Description: 
Idea: i don't want to edit extensions.conf each time i add new context.
Iwant to store contexts directly in RT engine.

This issue relates to 6019. Code 6019, doesn't work as expected, so here
is another implementation of the same idea.

How it works: if context not found in memory (extensions.conf) and
alwayscheckrt is present in extensions.conf, asterisk will perfom search in
configured RT engine.

Syntax:

alwayscheckrt=[context]@[rtfamily]

- very similar to Switch=> syntax.
====================================================================== 

---------------------------------------------------------------------- 
 (0091305) Corydon76 (administrator) - 2008-08-11 11:47
 http://bugs.digium.com/view.php?id=13105#c91305 
---------------------------------------------------------------------- 
The right thing to do here is to actually fix the code in
http://bugs.digium.com/view.php?id=6019, not
disable it.  The switch type is the right way to do this, as you may want
to enable realtime lookup in some contexts, but not others, and you may
want to have realtime lookup in a realtime context that does not match the
name of the extensions.conf context. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-08-11 11:47 Corydon76      Note Added: 0091305                          
======================================================================




More information about the asterisk-bugs mailing list