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
Steve Murphy 86476c607f
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
..
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 Start untangling header inclusion in a way that does not affect 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 remove another set of redundant #include "asterisk/options.h" 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 move asterisk/paths.h outside asterisk.h and into those files 18 years ago
app_directed_pickup.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_directory.c move asterisk/paths.h outside asterisk.h and into those files 18 years ago
app_disa.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_dumpchan.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_echo.c include "logger.h" and errno.h from asterisk.h - usage shows that they 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 another set of redundant #include "asterisk/options.h" 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 errno.h removal 18 years ago
app_minivm.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_mixmonitor.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_morsecode.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_mp3.c remove another set of redundant #include "asterisk/options.h" 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 another set of redundant #include "asterisk/options.h" 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 remove another set of redundant #include "asterisk/options.h" 18 years ago
app_readexten.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_readfile.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_record.c remove another set of redundant #include "asterisk/options.h" 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 remove another set of redundant #include "asterisk/options.h" 18 years ago
app_sendtext.c remove another set of redundant #include "asterisk/options.h" 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 remove another set of redundant #include "asterisk/options.h" 18 years ago
app_system.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_talkdetect.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_test.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_transfer.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_url.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_userevent.c include "logger.h" and errno.h from asterisk.h - usage shows that they 18 years ago
app_verbose.c remove another set of redundant #include "asterisk/options.h" 18 years ago
app_voicemail.c remove another set of redundant #include "asterisk/options.h" 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 remove another set of redundant #include "asterisk/options.h" 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