]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove global symbol requirement from app_voicemail.
authorJason Parker <jparker@digium.com>
Thu, 14 Jun 2012 18:47:03 +0000 (18:47 +0000)
committerJason Parker <jparker@digium.com>
Thu, 14 Jun 2012 18:47:03 +0000 (18:47 +0000)
commit6b9dfb906112adc1e4db69f1750c825d5313a3ef
tree6797f8a025911cb6a6f4a40c074eba4ae098ed9e
parente58c3f3441b8bafa4199f1ce481a07bd124a8f6d
Remove global symbol requirement from app_voicemail.

This uses the existing "function installation" stuff that already existed for
other functions, like getting message counts.

(closes issue AST-807)
(issue AST-901)
(issue AST-908)

Review: https://reviewboard.asterisk.org/r/1965/
........

Merged revisions 368962 from http://svn.asterisk.org/svn/asterisk/certified/branches/1.8.11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@368963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c
include/asterisk/app.h
include/asterisk/app_voicemail.h
main/app.c
tests/test_voicemail_api.c