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 Spencer e95fa2a065
Add ability to store voicemail in ODBC database
21 years ago
..
.cvsignore Add and update .cvsignore files for .depend 22 years ago
Makefile Add ability to store voicemail in ODBC database 21 years ago
app_adsiprog.c Fix ADSI prog to only accept 253 (bug #2135) 21 years ago
app_alarmreceiver.c Quickie fix to remove unnecessary newline (bug #2922) 21 years ago
app_authenticate.c On second thought, require 'j' option to enable new jumping feature 21 years ago
app_cdr.c Fix compile warnings (bug #389) 22 years ago
app_chanisavail.c Channel availability updates (bug #2829 with mods) 21 years ago
app_controlplayback.c Add n+101 jump if file does not exist (bug #2722) 21 years ago
app_cut.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 21 years ago
app_datetime.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_db.c Huge callerid rework (might break H.323, others) 21 years ago
app_dial.c Little dial typo fix and make WaitExten continue if nothing entered and there is a step n+1 21 years ago
app_directory.c Huge callerid rework (might break H.323, others) 21 years ago
app_disa.c DISA enhancemnets (bug #2766) 21 years ago
app_dumpchan.c fix typo 21 years ago
app_echo.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_enumlookup.c Huge callerid rework (might break H.323, others) 21 years ago
app_eval.c Add the app_eval.c file 22 years ago
app_exec.c Add app_exec (bug 1198 21 years ago
app_festival.c Oops it didn't make it in 21 years ago
app_flash.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_forkcdr.c Minor Fix to disposition on clone routine 21 years ago
app_getcpeid.c Merge rgagnon's pedantic string checks (apps a-m, bug #2035) 21 years ago
app_groupcount.c Improve groupcount handling (bug #2529) thanks! 21 years ago
app_hasnewvoicemail.c Add app_hasnewvoicemail 21 years ago
app_ices.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_image.c Huge callerid rework (might break H.323, others) 21 years ago
app_intercom.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_lookupblacklist.c Huge callerid rework (might break H.323, others) 21 years ago
app_lookupcidname.c Fix lookup cidname (bug #2609) 21 years ago
app_macro.c Merge anthm's MacroIf patch (bug #2912) 21 years ago
app_math.c fix subtraction error 21 years ago
app_meetme.c Fix meetmesecs (bug #2936) 21 years ago
app_milliwatt.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_mp3.c Update mp3 copyright header, fix pedantic + register in SIP (bug #2422) 21 years ago
app_nbscat.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_osplookup.c Huge callerid rework (might break H.323, others) 21 years ago
app_parkandannounce.c Fix spelling error (bug #2810) 21 years ago
app_playback.c Add n+101 jump if file does not exist (bug #2722) 21 years ago
app_privacy.c Huge callerid rework (might break H.323, others) 21 years ago
app_qcall.c Merge BSD stack size work (bug #2067) 21 years ago
app_queue.c Fix app_queue when working in conjunction with anthm's moh patch (bug #2891) 21 years ago
app_random.c Fix app_random.c (bug #792) 22 years ago
app_read.c Fix both app_read and underlying read issue (bug #2352) 21 years ago
app_realtime.c Add CLI for realtime stuff (bug #2626) 21 years ago
app_record.c Fix Record with "." in filename (bug #2923) 21 years ago
app_rpt.c Updated so that it will work with latest changes in asterisk, plus fixed a couple of little problems. 21 years ago
app_sayunixtime.c Updates from char * to const char * + german syntax + enumeration (bug #2780) 21 years ago
app_senddtmf.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_sendtext.c Huge callerid rework (might break H.323, others) 21 years ago
app_setcallerid.c Huge callerid rework (might break H.323, others) 21 years ago
app_setcdruserfield.c Make ast_channel_walk become ast_channel_walk_locked 21 years ago
app_setcidname.c Huge callerid rework (might break H.323, others) 21 years ago
app_setcidnum.c Huge callerid rework (might break H.323, others) 21 years ago
app_skel.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_sms.c Fix SMS thingy for Bezeq (bug #2708) 21 years ago
app_softhangup.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_sql_postgres.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 21 years ago
app_striplsd.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 21 years ago
app_substring.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 21 years ago
app_system.c Huge callerid rework (might break H.323, others) 21 years ago
app_talkdetect.c Add TALK_DETECTED variable (bug #2628) 21 years ago
app_test.c Check to be sure # of samples is > 0... 21 years ago
app_transfer.c Huge callerid rework (might break H.323, others) 21 years ago
app_txtcidname.c Huge callerid rework (might break H.323, others) 21 years ago
app_url.c Huge callerid rework (might break H.323, others) 21 years ago
app_userevent.c Fix user event body (bug #2713) 21 years ago
app_verbose.c Merge the remaining bit of the verbose update (bug #2213) 21 years ago
app_voicemail.c Add ability to store voicemail in ODBC database 21 years ago
app_waitforring.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_waitforsilence.c Fix missing ) 21 years ago
app_zapateller.c Huge callerid rework (might break H.323, others) 21 years ago
app_zapbarge.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 21 years ago
app_zapras.c Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h). 21 years ago
app_zapscan.c Merge rgagnon's pedantic string changes (apps n-z) (bug #2038) 21 years ago
enter.h Version 0.1.12 from FTP 24 years ago
leave.h Version 0.1.12 from FTP 24 years ago
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) 21 years ago