asterisk/apps
Mark Spencer b5ad8c24be Make '*' count as cancel (bug #2098)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-20 22:24:15 +00:00
..
.cvsignore Add and update .cvsignore files for .depend 2003-05-08 03:46:43 +00:00
Makefile Merge musiconhold stuff (bug #2027), restructure AGI to eventually support registration 2004-07-17 20:12:28 +00:00
app_adsiprog.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_alarmreceiver.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_authenticate.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_cdr.c Fix compile warnings (bug #389) 2003-10-22 02:53:39 +00:00
app_chanisavail.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_controlplayback.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_cut.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_datetime.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_db.c Fixes from bkw_. Formatting in app_db.c and handle start right in cdr_pgsql.c 2004-07-09 16:19:00 +00:00
app_dial.c Make '*' count as cancel (bug #2098) 2004-07-20 22:24:15 +00:00
app_directory.c Directory fixes (bug #1887) 2004-06-28 15:08:39 +00:00
app_disa.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_echo.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_enumlookup.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_eval.c Add the app_eval.c file 2004-03-09 15:57:56 +00:00
app_exec.c Add app_exec (bug 1198 2004-04-20 20:05:14 +00:00
app_festival.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_flash.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_getcpeid.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_groupcount.c Allow multiple groups (group categories) 2004-07-16 04:32:17 +00:00
app_hasnewvoicemail.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_ices.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_image.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_intercom.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_lookupblacklist.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_lookupcidname.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_macro.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_meetme.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 2004-07-14 07:22:30 +00:00
app_milliwatt.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_mp3.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_nbscat.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_osplookup.c Small outgoing OSP cleanups 2004-06-25 04:27:55 +00:00
app_parkandannounce.c rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions 2004-07-17 20:58:01 +00:00
app_playback.c Fix signalling for GR303 FXSKS CPE so we can look like a concentrator 2004-07-19 02:18:11 +00:00
app_privacy.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_qcall.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_queue.c rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions 2004-07-17 20:58:01 +00:00
app_random.c Fix app_random.c (bug #792) 2004-03-01 20:44:48 +00:00
app_read.c Read/Record updates (bug #1947) 2004-06-30 16:04:28 +00:00
app_record.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_rpt.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_sayunixtime.c language is not supported in datetime. Bug 686 2004-03-19 18:23:33 +00:00
app_senddtmf.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_sendtext.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_setcallerid.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_setcdruserfield.c Make ast_channel_walk become ast_channel_walk_locked 2004-05-20 16:30:10 +00:00
app_setcidname.c Oops forgot one (bug #2038) 2004-07-14 07:48:47 +00:00
app_setcidnum.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_skel.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_sms.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_softhangup.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_sql_postgres.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_striplsd.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_substring.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_system.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_talkdetect.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_transfer.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_txtcidname.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_url.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_userevent.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_voicemail.c Grab the Message-ID too 2004-07-18 20:50:37 +00:00
app_waitforring.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_zapateller.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_zapbarge.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +00:00
app_zapras.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 2004-06-22 19:32:52 +00:00
app_zapscan.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 2004-07-14 07:34:34 +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