You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/apps
Tilghman Lesher b0d8378910
Merged revisions 89540 via svnmerge from
18 years ago
..
Makefile Fix building of modules under cygwin. 18 years ago
app_adsiprog.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_alarmreceiver.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_amd.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_authenticate.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_cdr.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_chanisavail.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_channelredirect.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_chanspy.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_controlplayback.c more removal of redundant headers 18 years ago
app_db.c remove another set of redundant #include "asterisk/options.h" 18 years ago
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. 18 years ago
app_dictate.c more removal of redundant headers 18 years ago
app_directed_pickup.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_directory.c more removal of redundant headers 18 years ago
app_disa.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_dumpchan.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_echo.c more header removal 18 years ago
app_exec.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_externalivr.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_festival.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_flash.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_followme.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_forkcdr.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_getcpeid.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_ices.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_image.c remove redundant headers 18 years ago
app_ivrdemo.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_macro.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_meetme.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_milliwatt.c more header removal 18 years ago
app_minivm.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_mixmonitor.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_morsecode.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_mp3.c remove a number of #include <fcntl.h> which are either 18 years ago
app_nbscat.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_osplookup.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_page.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_parkandannounce.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_playback.c remove redundant headers 18 years ago
app_privacy.c remove another set of redundant #include "asterisk/options.h" 18 years ago
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. 18 years ago
app_read.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_readexten.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_readfile.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_record.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_rpt.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_sayunixtime.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_senddtmf.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_sendtext.c more header removal 18 years ago
app_setcallerid.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_skel.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_sms.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_softhangup.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_speech_utils.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_stack.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_system.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_talkdetect.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_test.c remove a number of #include <fcntl.h> which are either 18 years ago
app_transfer.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_url.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_userevent.c remove redundant headers 18 years ago
app_verbose.c more header removal 18 years ago
app_voicemail.c Merged revisions 89540 via svnmerge from 18 years ago
app_waitforring.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_waitforsilence.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_while.c shuffle a little bit the content of header files to reduce dependencies. 18 years ago
app_zapateller.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_zapbarge.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_zapras.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_zapscan.c remove another set of redundant #include "asterisk/options.h" 18 years ago
enter.h remove extraneous svn:executable properties 20 years ago
leave.h remove extraneous svn:executable properties 20 years ago
rpt_flow.pdf remove extraneous svn:executable properties 20 years ago