[Asterisk-code-review] app.[ch], mwi core: Move core MWI functionality into its own files (...asterisk[13])
Kevin Harwell
asteriskteam at digium.com
Wed Apr 10 10:54:32 CDT 2019
Hello Friendly Automation, George Joseph,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/c/asterisk/+/11250
to look at the new patch set (#2).
Change subject: app.[ch], mwi core: Move core MWI functionality into its own files
......................................................................
app.[ch], mwi core: Move core MWI functionality into its own files
There is enough MWI functionality to warrant it having its own 'c' and header
files. This patch moves all current core MWI data structures, and functions
into the following files:
main/mwi.h
main/mwi.c
Note, code was simply moved, and not modified. However, this patch is also in
preparation for core MWI changes, and additions to come.
Change-Id: I9dde8bfae1e7ec254fa63166e090f77e4d3097e0
---
M apps/app_minivm.c
M apps/app_voicemail.c
M channels/chan_dahdi.c
M channels/chan_iax2.c
M channels/chan_mgcp.c
M channels/chan_sip.c
M channels/chan_skinny.c
M channels/chan_unistim.c
M include/asterisk/app.h
A include/asterisk/mwi.h
M main/app.c
M main/asterisk.c
M main/manager.c
M main/manager_mwi.c
A main/mwi.c
M res/res_corosync.c
M res/res_mwi_devstate.c
M res/res_mwi_external.c
M res/res_pjsip_mwi.c
M res/res_pjsip_publish_asterisk.c
M res/res_pjsip_pubsub.c
M res/res_smdi.c
M res/res_xmpp.c
23 files changed, 631 insertions(+), 531 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/50/11250/2
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11250
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I9dde8bfae1e7ec254fa63166e090f77e4d3097e0
Gerrit-Change-Number: 11250
Gerrit-PatchSet: 2
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190410/b56f6136/attachment.html>
More information about the asterisk-code-review
mailing list