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
Mark Michelson 4596af13fc
Adding feature to support the storage and retrieval of voicemail greetings using IMAP storage.
18 years ago
..
Makefile Merged revisions 59273 via svnmerge from 18 years ago
app_adsiprog.c Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
app_alarmreceiver.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_amd.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_authenticate.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_cdr.c Merged revisions 60989 via svnmerge from 18 years ago
app_chanisavail.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_channelredirect.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_chanspy.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_controlplayback.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_db.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_dial.c Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p) 18 years ago
app_dictate.c Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p) 18 years ago
app_directed_pickup.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_directory.c Convert uses of strdup() to ast_strdup() 18 years ago
app_disa.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_dumpchan.c Add the channel's Language to the "show channel" CLI command and the DumpChan 18 years ago
app_echo.c Merged revisions 53880 via svnmerge from 18 years ago
app_exec.c Few more code clean ups. 18 years ago
app_externalivr.c Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
app_festival.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_flash.c Few more code clean ups. 18 years ago
app_followme.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_forkcdr.c
app_getcpeid.c
app_ices.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_image.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_ivrdemo.c
app_macro.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_meetme.c Conversions to ast_debug() 18 years ago
app_milliwatt.c Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
app_minivm.c Conversions to ast_debug() 18 years ago
app_mixmonitor.c Issue 9970 - Ensure directory exists before trying to write an output file 18 years ago
app_morsecode.c
app_mp3.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_nbscat.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_osplookup.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_page.c Merged revisions 66879 via svnmerge from 18 years ago
app_parkandannounce.c
app_playback.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_privacy.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_queue.c Fix trunk brokenness; also, optimize application registration 18 years ago
app_read.c
app_readfile.c Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
app_record.c Create directory if it does not exist. 18 years ago
app_rpt.c Conversions to ast_debug() 18 years ago
app_sayunixtime.c
app_senddtmf.c
app_sendtext.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_setcallerid.c Add CALLERPRES dialplan function and deprecate SetCallerPres application 19 years ago
app_skel.c Conversions to ast_debug() 18 years ago
app_sms.c Code cleanups 18 years ago
app_softhangup.c
app_speech_utils.c Merged revisions 71068 via svnmerge from 18 years ago
app_stack.c Oops, shouldn't have taken that last shortcut (also add some checks) 18 years ago
app_system.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_talkdetect.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_test.c Conversions to ast_debug() 18 years ago
app_transfer.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_url.c Completely remove all of the code related to jumping to priority n + 101. yay! 18 years ago
app_userevent.c Merged revisions 53042 via svnmerge from 19 years ago
app_verbose.c
app_voicemail.c Adding feature to support the storage and retrieval of voicemail greetings using IMAP storage. 18 years ago
app_waitforring.c
app_waitforsilence.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_while.c Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them. 18 years ago
app_zapateller.c
app_zapbarge.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_zapras.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
app_zapscan.c Add a massive set of changes for converting to use the ast_debug() macro. 18 years ago
enter.h
leave.h
rpt_flow.pdf