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
Tilghman Lesher 2581eeb8e8
AST-2009-005
16 years ago
..
Makefile remove extraneous -m64 flag that is not needed 19 years ago
app_adsiprog.c AST-2009-005 16 years ago
app_alarmreceiver.c AST-2009-005 16 years ago
app_authenticate.c Jump logic was backwards: goto returns 0 if it succeeds, and we should jump if authentication fails. (Bug #7907) 19 years ago
app_cdr.c remove extraneous svn:executable properties 20 years ago
app_chanisavail.c remove extraneous svn:executable properties 20 years ago
app_chanspy.c AST-2009-005 16 years ago
app_controlplayback.c remove extraneous svn:executable properties 20 years ago
app_curl.c Move thread-unsafe initializer to the module loading code; add the 19 years ago
app_cut.c AST-2009-005 16 years ago
app_datetime.c remove extraneous svn:executable properties 20 years ago
app_db.c Fix a couple of typos in applications.. Initially spotted by mrobinson. 19 years ago
app_dial.c AST-2009-005 16 years ago
app_dictate.c Don't automatically hang up after running Dictate so that callers can exit 18 years ago
app_directed_pickup.c Update email address to my Digium one 19 years ago
app_directory.c Replicate fix from 51158 (app_voicemail) to app_directory (Issue 9224) 18 years ago
app_disa.c AST-2009-005 16 years ago
app_dumpchan.c clarify file headers that mention disclaimer usage 19 years ago
app_echo.c remove extraneous svn:executable properties 20 years ago
app_enumlookup.c remove extraneous svn:executable properties 20 years ago
app_eval.c remove extraneous svn:executable properties 20 years ago
app_exec.c remove extraneous svn:executable properties 20 years ago
app_externalivr.c app_externalivr needs a real silence file, and additional 19 years ago
app_festival.c When doing a fork() and exec(), two problems existed (Issue 8086): 19 years ago
app_flash.c remove extraneous svn:executable properties 20 years ago
app_forkcdr.c remove extraneous svn:executable properties 20 years ago
app_getcpeid.c remove extraneous svn:executable properties 20 years ago
app_groupcount.c AST-2009-005 16 years ago
app_hasnewvoicemail.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 19 years ago
app_ices.c When doing a fork() and exec(), two problems existed (Issue 8086): 19 years ago
app_image.c remove extraneous svn:executable properties 20 years ago
app_intercom.c remove extraneous svn:executable properties 20 years ago
app_ivrdemo.c remove extraneous svn:executable properties 20 years ago
app_lookupblacklist.c remove extraneous svn:executable properties 20 years ago
app_lookupcidname.c remove extraneous svn:executable properties 20 years ago
app_macro.c AST-2009-005 16 years ago
app_math.c AST-2009-005 16 years ago
app_md5.c remove extraneous svn:executable properties 20 years ago
app_meetme.c AST-2009-005 16 years ago
app_milliwatt.c fix a seg fault due to assuming that space gets allocatted on the stack in the 20 years ago
app_mixmonitor.c AST-2009-005 16 years ago
app_mp3.c When doing a fork() and exec(), two problems existed (Issue 8086): 19 years ago
app_nbscat.c When doing a fork() and exec(), two problems existed (Issue 8086): 19 years ago
app_osplookup.c AST-2009-005 16 years ago
app_page.c Convert a tab to spaces so that the documentation is printed out properly 18 years ago
app_parkandannounce.c remove extraneous svn:executable properties 20 years ago
app_playback.c Playback() wasn't setting PLAYBACKSTATUS under several circumstances. 19 years ago
app_privacy.c AST-2009-005 16 years ago
app_queue.c AST-2009-005 16 years ago
app_random.c AST-2009-005 16 years ago
app_read.c remove extraneous svn:executable properties 20 years ago
app_readfile.c AST-2009-005 16 years ago
app_realtime.c remove extraneous svn:executable properties 20 years ago
app_record.c AST-2009-005 16 years ago
app_rpt.c Fix a bunch of places where pthread_attr_init() was called, but 19 years ago
app_sayunixtime.c AST-2009-005 16 years ago
app_senddtmf.c Adds documentation to show what the w flag. 19 years ago
app_sendtext.c remove extraneous svn:executable properties 20 years ago
app_setcallerid.c remove extraneous svn:executable properties 20 years ago
app_setcdruserfield.c remove extraneous svn:executable properties 20 years ago
app_setcidname.c remove extraneous svn:executable properties 20 years ago
app_setcidnum.c remove extraneous svn:executable properties 20 years ago
app_setrdnis.c remove extraneous svn:executable properties 20 years ago
app_settransfercapability.c remove extraneous svn:executable properties 20 years ago
app_skel.c fix this to actually compile so people can learn from it 19 years ago
app_sms.c AST-2009-005 16 years ago
app_softhangup.c remove extraneous svn:executable properties 20 years ago
app_sql_postgres.c backport some mutex initialization and linked list handling fixes from trunk 19 years ago
app_stack.c Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell) 19 years ago
app_system.c remove extraneous svn:executable properties 20 years ago
app_talkdetect.c AST-2009-005 16 years ago
app_test.c Free frames read from the channel when measuring noise. This resulted in about 19 years ago
app_transfer.c remove extraneous svn:executable properties 20 years ago
app_txtcidname.c remove extraneous svn:executable properties 20 years ago
app_url.c fix a case where an HTML frame would be leaked 19 years ago
app_userevent.c remove extraneous svn:executable properties 20 years ago
app_verbose.c AST-2009-005 16 years ago
app_voicemail.c AST-2009-005 16 years ago
app_waitforring.c AST-2009-005 16 years ago
app_waitforsilence.c AST-2009-005 16 years ago
app_while.c Don't set a new value for the END_ variable on the channel before using the 19 years ago
app_zapateller.c remove extraneous svn:executable properties 20 years ago
app_zapbarge.c AST-2009-005 16 years ago
app_zapras.c When doing a fork() and exec(), two problems existed (Issue 8086): 19 years ago
app_zapscan.c backport a couple of frame leak fixes from the trunk (revisions 33446, 33447) 19 years ago
enter.h remove extraneous svn:executable properties 20 years ago
leave.h remove extraneous svn:executable properties 20 years ago
rpt_flow.pdf remove extraneous svn:executable properties 20 years ago