dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/apps
kpfleming dad8943fab reset channel volumes when exiting apps that use them
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6525 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 14:15:37 +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 more ast_copy_string conversions 2005-07-10 23:12:25 +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 fix buglets in new authentication code (issue #4860) 2005-08-23 15:21:48 +00:00
app_cdr.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_chanisavail.c queue device state changes and handle them serially in a background thread 2005-07-08 21:14:34 +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 Add SIP video fixes 2005-08-30 02:12:09 +00:00
app_dictate.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_directory.c phase two of string portability stuff: 2005-07-15 22:06:15 +00:00
app_disa.c ensure account code is not overwritten when none is supplied (bug #4743) 2005-07-19 23:45:21 +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 ensure that file handles are never double closed 2005-09-01 19:44:51 +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 compiler warning 2005-08-29 21:18:35 +00:00
app_groupcount.c ensure that format string macros are undef'd after use (bug #4716) 2005-07-15 16:13:26 +00:00
app_hasnewvoicemail.c the last round of file version tags 2005-06-06 22:39:32 +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 the last round of file version tags 2005-06-06 22:39:32 +00:00
app_lookupcidname.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_macro.c define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION 2005-07-10 23:49:57 +00:00
app_math.c more ast_copy_string conversions 2005-07-10 23:12:25 +00:00
app_md5.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_meetme.c reset channel volumes when exiting apps that use them 2005-09-07 14:15:37 +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 the last round of file version tags 2005-06-06 22:39:32 +00:00
app_parkandannounce.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_playback.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_privacy.c the last round of file version tags 2005-06-06 22:39:32 +00:00
app_queue.c fix stupid thinko (thanks velter!) 2005-09-01 22:32:29 +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 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_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 the last round of file version tags 2005-06-06 22:39:32 +00:00
app_talkdetect.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_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 more ast_copy_string conversions 2005-07-10 23:12:25 +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 fix mem leak from not destrying config (issue #5048) 2005-08-29 16:08:53 +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