[Asterisk-code-review] app_voicemail: now separated into three modules (...asterisk[16])

Christian Savinovich asteriskteam at digium.com
Tue May 28 01:08:34 CDT 2019


Christian Savinovich has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/11415


Change subject: app_voicemail: now separated into three modules
......................................................................

app_voicemail: now separated into three modules

app_voicemail.c is now:
1. app_voicemail.c (loads by default, with code corresponding to
   app_voicemail_file)
2. app_voicemail_odbc (odbc based voicemail)
3. app_voicemail_imap (imap based voicemail)
In addition, the voicemail section was removed from menuselect. In
its place the desired app_voicemail can be selected in the apps section.
This was done to allow the building of the three modules at the same time.
Onlyh app_voicemail.so will load by default. The other two app_voicemail
modules can easily be activated for production using modules.conf or the
respective module cli command.

Change-Id: Ifac3a909680185778c4fb0dbee6e4a7782642059
---
M apps/app_voicemail.c
A apps/app_voicemail_imap.c
A apps/app_voicemail_odbc.c
A include/asterisk/resvoicemail.h
A res/res_voicemail.c
A res/res_voicemail.exports.in
6 files changed, 28,976 insertions(+), 4,972 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/11415/1


-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11415
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Ifac3a909680185778c4fb0dbee6e4a7782642059
Gerrit-Change-Number: 11415
Gerrit-PatchSet: 1
Gerrit-Owner: Christian Savinovich <csavinovich at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190528/0a038793/attachment.html>


More information about the asterisk-code-review mailing list