asterisk/apps
Mark Michelson 51a48a2ed9 The changes to header inclusion in trunk broke compilation of app_voicemail when using
IMAP storage. The reason is that c-client has its own definitions for LOG_WARNING
and LOG_DEBUG, so we need to be sure to include asterisk's definitions last so that
we use the proper values in app_voicemail.

(closes issue #11437, reported by blitzrage, patch suggested by blitzrage)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-12-20 23:43:24 +00:00
..
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
app_adsiprog.c remove unnecessary (char *) casts for ast_config_AST_* variables. 2007-12-18 09:46:18 +00:00
app_alarmreceiver.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_amd.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_authenticate.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_cdr.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_chanisavail.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_channelredirect.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_chanspy.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_controlplayback.c Add variable to show which key was pressed to stop playback. 2007-12-11 21:17:37 +00:00
app_db.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_dial.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_dictate.c more removal of redundant headers 2007-11-22 02:07:33 +00:00
app_directed_pickup.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_directory.c Resolve compiler warnings. 2007-12-05 17:44:59 +00:00
app_disa.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_dumpchan.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_echo.c more header removal 2007-11-22 04:37:08 +00:00
app_exec.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_externalivr.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_festival.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_flash.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_followme.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_forkcdr.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_getcpeid.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_ices.c remove unnecessary (char *) casts for ast_config_AST_* variables. 2007-12-18 09:46:18 +00:00
app_image.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_ivrdemo.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_macro.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_meetme.c gcc 4.1.3 wants a union used here. 2007-12-14 18:24:12 +00:00
app_milliwatt.c more header removal 2007-11-22 04:37:08 +00:00
app_minivm.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_mixmonitor.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_morsecode.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_mp3.c remove a number of #include <fcntl.h> which are either 2007-11-22 01:03:02 +00:00
app_nbscat.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_osplookup.c add missing header file 2007-12-19 00:09:05 +00:00
app_page.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_parkandannounce.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_playback.c Merged revisions 89618 via svnmerge from 2007-11-26 23:11:29 +00:00
app_privacy.c Remove use of privacy.conf by the Privacy app. 2007-12-14 19:27:54 +00:00
app_queue.c 1. Unify the check for a penalty < 0 into the set_member_penalty code. 2007-12-19 23:17:42 +00:00
app_read.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_readexten.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_readfile.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_record.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_rpt.c Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functions in a few documentation places. 2007-12-13 20:23:48 +00:00
app_sayunixtime.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_senddtmf.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_sendtext.c more header removal 2007-11-22 04:37:08 +00:00
app_setcallerid.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_skel.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_sms.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_softhangup.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_speech_utils.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_stack.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_system.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_talkdetect.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_test.c remove a number of #include <fcntl.h> which are either 2007-11-22 01:03:02 +00:00
app_transfer.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_url.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_userevent.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_verbose.c more header removal 2007-11-22 04:37:08 +00:00
app_voicemail.c The changes to header inclusion in trunk broke compilation of app_voicemail when using 2007-12-20 23:43:24 +00:00
app_waitforring.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_waitforsilence.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_waituntil.c Add contributed WaitUntil app. 2007-12-19 20:06:23 +00:00
app_while.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_zapateller.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_zapbarge.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_zapras.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_zapscan.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
enter.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
leave.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00