asterisk/apps
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-09-07 20:39:20 +00:00
..
.cvsignore Add and update .cvsignore files for .depend 2003-05-08 03:46:43 +00:00
Makefile correct Makefile errors (issue #5072) 2005-08-31 21:29:58 +00:00
app_adsiprog.c eliminate signedness warnings (issue #5129) 2005-09-07 18:55:03 +00:00
app_alarmreceiver.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_authenticate.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_cdr.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_chanisavail.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_chanspy.c reset channel volumes when exiting apps that use them 2005-09-07 14:15:37 +00:00
app_controlplayback.c add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693) 2005-08-22 19:06:42 +00:00
app_curl.c eliminate compiler warning 2005-08-29 23:49:43 +00:00
app_cut.c convert Cut() into CUT() function (issue #4892) 2005-08-26 20:01:22 +00:00
app_datetime.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_db.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_dial.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_dictate.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_directory.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_disa.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_dumpchan.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_echo.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_enumlookup.c Fix lookup to use proper API call... 2005-08-07 22:32:30 +00:00
app_eval.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_exec.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_externalivr.c fix some race conditions 2005-09-07 15:32:01 +00:00
app_festival.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_flash.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_forkcdr.c use CDR API calls instead of re-implementing them (bug #4726) 2005-07-25 22:56:18 +00:00
app_getcpeid.c eliminate signedness warnings (issue #5129) 2005-09-07 18:55:03 +00:00
app_groupcount.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_hasnewvoicemail.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_ices.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_image.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_intercom.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_ivrdemo.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_lookupblacklist.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_lookupcidname.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_macro.c put a limit on Macro depth (to combat recursion) (issue #5114) 2005-09-07 20:39:20 +00:00
app_math.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_md5.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_meetme.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_milliwatt.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_mp3.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_nbscat.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_osplookup.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_parkandannounce.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_playback.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_privacy.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_queue.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_random.c ensure that Random() can support priority labels as targets (issue #5013) 2005-08-25 04:04:14 +00:00
app_read.c make CLI output use singular/plural when appropriate (bug #4654) 2005-07-07 22:32:20 +00:00
app_readfile.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_realtime.c make CLI output use singular/plural when appropriate (bug #4654) 2005-07-07 22:32:20 +00:00
app_record.c Add SIP video fixes 2005-08-30 02:12:09 +00:00
app_rpt.c Added support for Yaesu FT-897 HF/VHF/UHF radio and other improvements 2005-08-22 02:38:37 +00:00
app_sayunixtime.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_senddtmf.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_sendtext.c add text status variable output to SendText() application (issue #4808) 2005-08-22 21:55:46 +00:00
app_setcallerid.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_setcdruserfield.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_setcidname.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_setcidnum.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_setrdnis.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_settransfercapability.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_skel.c minor cleanups (bug #4526 with text changes) 2005-06-21 00:52:47 +00:00
app_sms.c eliminate signedness warnings (issue #5130) 2005-09-07 18:57:01 +00:00
app_softhangup.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_sql_postgres.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_striplsd.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_substring.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_system.c add status variable output to System() app (issue #5121) 2005-09-07 18:52:54 +00:00
app_talkdetect.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_test.c add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504) 2005-07-15 23:00:47 +00:00
app_transfer.c add status output to Transfer() application (issue #4810, with mods) 2005-08-22 20:53:38 +00:00
app_txtcidname.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_url.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_userevent.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_verbose.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_voicemail.c convert a bunch of apps to use ast_goto_if_exists() (issue #5138) 2005-09-07 19:13:00 +00:00
app_waitforring.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_waitforsilence.c add WAITSTATUS channel variable output to WaitForSilence() application (bug #4256) 2005-06-09 21:04:16 +00:00
app_while.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_zapateller.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_zapbarge.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_zapras.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_zapscan.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
enter.h Version 0.1.12 from FTP 2002-04-08 21:42:26 +00:00
leave.h Version 0.1.12 from FTP 2002-04-08 21:42:26 +00:00
rpt_flow.pdf Majorly updated app_rpt.c allowing linking of repeaters/remote bases using (IAX2) and supporting remote base nodes as well (also added visual documentation in rpt_flow.pdf) 2004-06-21 04:24:50 +00:00