[asterisk-bugs] [Asterisk 0013822]: [patch] multiple voicemail and	directory modules
    Asterisk Bug Tracker 
    noreply at bugs.digium.com
       
    Tue Nov  4 15:23:19 CST 2008
    
    
  
A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13822 
====================================================================== 
Reported By:                tzafrir
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13822
Category:                   Core/BuildSystem
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-11-02 11:06 CST
Last Modified:              2008-11-04 15:23 CST
====================================================================== 
Summary:                    [patch] multiple voicemail and directory modules
Description: 
The attached patch is intended to generate multiple instances of
app_voicemail and app_directory that can be built separately.
This is done by copying e.g. app_voicemail.c to app_voicemail_imap.c and
editing its MODULES comment.
This is a first working draft (I'm testing it in the Debian package. We
initially had a much uglier hack).  
Obvious problem of this at run-time is that the multiple voicemail or
directory modules cannot be loaded together and an explicit noload must be
used.
====================================================================== 
---------------------------------------------------------------------- 
 (0094567) Corydon76 (administrator) - 2008-11-04 15:23
 http://bugs.digium.com/view.php?id=13822#c94567 
---------------------------------------------------------------------- 
I don't know that this really goes in a direction that is preferred.  I
think the preferable solution would be to allow multiple backends to be in
use at once, probably with a plugin architecture that allows administrators
to choose different backends for different users (or groups of users). 
This was part of the idea behind the ast_storage branch in the team/group
area. 
Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-04 15:23 Corydon76      Note Added: 0094567                          
======================================================================
    
    
More information about the asterisk-bugs
mailing list