asterisk/apps
Mark Spencer 87c9e1db33 Warn if flags is signed instead of unsigned (bug #3279)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-08 19:00:46 +00:00
..
.cvsignore Add and update .cvsignore files for .depend 2003-05-08 03:46:43 +00:00
Makefile Remove app_qcall entirely 2004-12-29 23:18:18 +00:00
app_adsiprog.c Fix ADSI prog to only accept 253 (bug #2135) 2004-07-26 03:23:38 +00:00
app_alarmreceiver.c Quickie fix to remove unnecessary newline (bug #2922) 2004-11-23 02:13:56 +00:00
app_authenticate.c On second thought, require 'j' option to enable new jumping feature 2004-11-11 15:16:50 +00:00
app_cdr.c Fix compile warnings (bug #389) 2003-10-22 02:53:39 +00:00
app_chanisavail.c Documentation fixes (bug #3170) 2004-12-28 23:58:12 +00:00
app_controlplayback.c Add n+101 jump if file does not exist (bug #2722) 2004-10-26 02:25:50 +00:00
app_curl.c Allow post data, too (bug #3151) 2005-01-05 06:38:39 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_dial.c Make queue support channel variable inheritance (bug #3274) 2005-01-08 17:23:29 +00:00
app_directory.c Allow '*' to exit the directory (bug #3118) 2004-12-21 22:43:25 +00:00
app_disa.c DISA fix, makefile fix (bug #3049) 2004-12-15 20:29:31 +00:00
app_dumpchan.c Merge OEJ's print groups feature (bug #3228, with changes) 2005-01-03 00:51:57 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +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 Olle's comment patch (bug #3097) 2004-12-19 21:13:41 +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_forkcdr.c Minor Fix to disposition on clone routine 2004-11-19 17:52:53 +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 Improve groupcount handling (bug #2529) thanks! 2004-10-03 16:34:52 +00:00
app_hasnewvoicemail.c Add app_hasnewvoicemail 2004-10-03 21:23:54 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_lookupcidname.c Fix lookup cidname (bug #2609) 2004-10-08 15:44:28 +00:00
app_macro.c Fix macro formatting (bug #3275) 2005-01-08 18:45:13 +00:00
app_math.c fix subtraction error 2004-11-14 00:24:35 +00:00
app_meetme.c Merge Moc's announcement patch (bug #3219) 2005-01-07 07:23:31 +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 Merge Olle's comment patch (bug #3097) 2004-12-19 21:13:41 +00:00
app_nbscat.c Merge slimey's Solaris compatibility (with small mods) (bug #2740) 2004-12-14 23:36:30 +00:00
app_osplookup.c Merge OSP updates from matt nicholson (with changes) 2005-01-05 15:15:12 +00:00
app_parkandannounce.c Fix spelling error (bug #2810) 2004-11-08 14:57:54 +00:00
app_playback.c Add n+101 jump if file does not exist (bug #2722) 2004-10-26 02:25:50 +00:00
app_privacy.c Merge privacy enhancements (bug #2091) 2004-12-12 01:24:35 +00:00
app_queue.c Warn if flags is signed instead of unsigned (bug #3279) 2005-01-08 19:00:46 +00:00
app_random.c Fix app_random.c (bug #792) 2004-03-01 20:44:48 +00:00
app_read.c let's see how many times we can commit app_read in 1 day =D 2004-12-29 19:20:18 +00:00
app_realtime.c Add CLI for realtime stuff (bug #2626) 2004-10-14 04:17:34 +00:00
app_record.c Fix Record with "." in filename (bug #2923) 2004-11-23 02:35:46 +00:00
app_rpt.c Made changes to go with pciradio zaptel driver changes 2004-12-22 05:02:00 +00:00
app_sayunixtime.c Updates from char * to const char * + german syntax + enumeration (bug #2780) 2004-11-13 16:13:07 +00:00
app_senddtmf.c Merge anthm's senddtmf chagnes (bug #3193) 2004-12-31 00:29:29 +00:00
app_sendtext.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_setcallerid.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_setcidnum.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +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 SMS fix, pbx optimization (bug #3098) 2004-12-19 17:16:39 +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 List improvements from kpfleming (bugs #3166,#3140) 2005-01-01 21:26:37 +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 Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_talkdetect.c Add TALK_DETECTED variable (bug #2628) 2004-11-01 02:04:05 +00:00
app_test.c Fix various formatting errors (bug #3226) 2005-01-03 01:46:19 +00:00
app_transfer.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_txtcidname.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_url.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +00:00
app_userevent.c Fix user event body (bug #2713) 2004-10-24 03:17:37 +00:00
app_verbose.c Merge the remaining bit of the verbose update (bug #2213) 2004-08-06 17:09:54 +00:00
app_voicemail.c Warn if flags is signed instead of unsigned (bug #3279) 2005-01-08 19:00:46 +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_waitforsilence.c Fix missing ) 2004-11-25 18:52:16 +00:00
app_while.c Fix for FreeBSD portability 2004-12-27 13:08:45 +00:00
app_zapateller.c Huge callerid rework (might break H.323, others) 2004-10-02 00:58:31 +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 Allow zapscan to operate on a group (bug #2927) 2004-12-21 01:21:12 +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