Skip to content
Snippets Groups Projects
  • George Joseph's avatar
    c6980e32
    app_voicemail: Add Mailbox Aliases · c6980e32
    George Joseph authored
    You can now define an "aliases" context in voicemail.conf
    whose entries point to actual mailboxes.  These can be used anywhere
    the mailbox is specified.
    
    Example:
    [general]
    aliasescontext = myaliases
    
    [default]
    1234 = yadayada
    
    [myaliases]
    4321@devices = 1234@default
    
    Now you can use 4321@devices to refer to the 1234@default mailbox.
    
    This can be useful to provide channel drivers with constant
    mailbox specifications such as <extension>@devices leaving
    app_voicemail to control exactly which mailbox the alias points to.
    Now, only voicemail has to be reloaded to make changes instead of
    individual channel drivers which are usually more expensive to
    reload.
    
    Change-Id: I395b9205c91523a334fe971be0d1de4522067b04
    c6980e32
    History
    app_voicemail: Add Mailbox Aliases
    George Joseph authored
    You can now define an "aliases" context in voicemail.conf
    whose entries point to actual mailboxes.  These can be used anywhere
    the mailbox is specified.
    
    Example:
    [general]
    aliasescontext = myaliases
    
    [default]
    1234 = yadayada
    
    [myaliases]
    4321@devices = 1234@default
    
    Now you can use 4321@devices to refer to the 1234@default mailbox.
    
    This can be useful to provide channel drivers with constant
    mailbox specifications such as <extension>@devices leaving
    app_voicemail to control exactly which mailbox the alias points to.
    Now, only voicemail has to be reloaded to make changes instead of
    individual channel drivers which are usually more expensive to
    reload.
    
    Change-Id: I395b9205c91523a334fe971be0d1de4522067b04
To find the state of this project's repository at the time of any of these versions, check out the tags.