dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/apps
rizzo 15e517d2ae remove some useless includes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89521 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-22 02:30:58 +00:00
..
Makefile Fix building of modules under cygwin. 2007-11-20 16:12:10 +00:00
app_adsiprog.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_controlplayback.c more removal of redundant headers 2007-11-22 02:07:33 +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 closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly. 2007-11-21 23:54:12 +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 more removal of redundant headers 2007-11-22 02:07:33 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_echo.c remove redundant headers 2007-11-22 01:39:06 +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 another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_milliwatt.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_minivm.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_mixmonitor.c more removal of redundant headers 2007-11-22 02:07:33 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 remove redundant headers 2007-11-22 01:39:06 +00:00
app_privacy.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_queue.c closes issue #11285, where an unload of a module that creates a dialplan context, causes a crash when you do a 'dialplan show' of that context. This is because the registrar string is defined in the module, and the stale pointer is traversed. The reporter offered a patch that would always strdup the registrar string, which is practical, but I preferred to destroy the created contexts in each module where one is created. That seemed more symmetric. There were only 6 place in asterisk where this is done: chan_sip, chan_iax2, chan_skinny, res_features, app_dial, and app_queue. The two apps destroyed the context, but left the contexts. All is fixed now and unloads should be dialplan friendly. 2007-11-21 23:54:12 +00:00
app_read.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_readexten.c more removal of redundant headers 2007-11-22 02:07:33 +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 remove redundant headers 2007-11-22 01:39:06 +00:00
app_rpt.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 more removal of redundant headers 2007-11-22 02:07:33 +00:00
app_sendtext.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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 more removal of redundant headers 2007-11-22 02:07:33 +00:00
app_system.c remove redundant headers 2007-11-22 01:39:06 +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 remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_url.c remove some useless includes 2007-11-22 02:30:58 +00:00
app_userevent.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_verbose.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_voicemail.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +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_while.c remove redundant headers 2007-11-22 01:39:06 +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 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
leave.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
rpt_flow.pdf git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00