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
Russell Bryant e309393920
Added the ability to do "meetme concise" with the "meetme" CLI command.
18 years ago
..
Makefile Merged revisions 59273 via svnmerge from 18 years ago
app_adsiprog.c Remove redundant includes (patch by snuffy) (Closes issue #10922) 18 years ago
app_alarmreceiver.c Don't reload a configuration file if nothing has changed. 18 years ago
app_amd.c "show application <foo>" changes for clarity. 18 years ago
app_authenticate.c Clean up code in app_authenticate. 18 years ago
app_cdr.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_chanisavail.c "show application <foo>" changes for clarity. 18 years ago
app_channelredirect.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
app_chanspy.c "show application <foo>" changes for clarity. 18 years ago
app_controlplayback.c Merged revisions 86754 via svnmerge from 18 years ago
app_db.c Fix indentation in app_db. 18 years ago
app_dial.c This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 18 years ago
app_dictate.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_directed_pickup.c "show application <foo>" changes for clarity. 18 years ago
app_directory.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 18 years ago
app_disa.c Merged revisions 83246 via svnmerge from 18 years ago
app_dumpchan.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_echo.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_exec.c "show application <foo>" changes for clarity. 18 years ago
app_externalivr.c (closes issue #10381) 18 years ago
app_festival.c "show application <foo>" changes for clarity. 18 years ago
app_flash.c Merged revisions 82992 via svnmerge from 18 years ago
app_followme.c "show application <foo>" changes for clarity. 18 years ago
app_forkcdr.c "show application <foo>" changes for clarity. 18 years ago
app_getcpeid.c "show application <foo>" changes for clarity. 18 years ago
app_ices.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_image.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_ivrdemo.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_macro.c "show application <foo>" changes for clarity. 18 years ago
app_meetme.c Added the ability to do "meetme concise" with the "meetme" CLI command. 18 years ago
app_milliwatt.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_minivm.c "show application <foo>" changes for clarity. 18 years ago
app_mixmonitor.c "show application <foo>" changes for clarity. 18 years ago
app_morsecode.c "show application <foo>" changes for clarity. 18 years ago
app_mp3.c "show application <foo>" changes for clarity. 18 years ago
app_nbscat.c "show application <foo>" changes for clarity. 18 years ago
app_osplookup.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 18 years ago
app_page.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_parkandannounce.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 18 years ago
app_playback.c "show application <foo>" changes for clarity. 18 years ago
app_privacy.c Don't reload a configuration file if nothing has changed. 18 years ago
app_queue.c Adding the queue strategy wrandom 18 years ago
app_read.c Fixing app_read so that if a timeout of less than 1 ms is specified, 18 years ago
app_readexten.c Change wording as requested by Kevin 18 years ago
app_readfile.c "show application <foo>" changes for clarity. 18 years ago
app_record.c Make sure we set flags to a 0 value before trying to use it. Pointed out by seanbright while I was debugging issue 11109. 18 years ago
app_rpt.c This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 18 years ago
app_sayunixtime.c "show application <foo>" changes for clarity. 18 years ago
app_senddtmf.c Fix bug where a NULL timeout would make things explode if SendDTMF was called with it. 18 years ago
app_sendtext.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_setcallerid.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_skel.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
app_sms.c "show application <foo>" changes for clarity. 18 years ago
app_softhangup.c "show application <foo>" changes for clarity. 18 years ago
app_speech_utils.c "show application <foo>" changes for clarity. 18 years ago
app_stack.c "show application <foo>" changes for clarity. 18 years ago
app_system.c Merged revisions 83179 via svnmerge from 18 years ago
app_talkdetect.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_test.c "show application <foo>" changes for clarity. 18 years ago
app_transfer.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_url.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_userevent.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
app_verbose.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 18 years ago
app_voicemail.c Remove duplicate stdlib.h include. 18 years ago
app_waitforring.c "show application <foo>" changes for clarity. 18 years ago
app_waitforsilence.c "show application <foo>" changes for clarity. 18 years ago
app_while.c "show application <foo>" changes for clarity. 18 years ago
app_zapateller.c Another major doc directory update from IgorG. This patch includes 18 years ago
app_zapbarge.c Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
app_zapras.c Remove redundant includes (patch by snuffy) (Closes issue #10922) 18 years ago
app_zapscan.c convert various places that access the channel lock directly to use the channel lock wrappers 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