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
BJ Weschke b2e48e3c22
Correct memory leak in find_user_realtime #7118 (fnordian)
19 years ago
..
Makefile remove extraneous -m64 flag that is not needed 19 years ago
app_adsiprog.c remove extraneous svn:executable properties 20 years ago
app_alarmreceiver.c move continue out of block that checks verbose level (issue #6880) 19 years ago
app_authenticate.c remove extraneous svn:executable properties 20 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 revert incorrect fix for bug #6048 from revision 7709 20 years ago
app_controlplayback.c remove extraneous svn:executable properties 20 years ago
app_curl.c remove extraneous svn:executable properties 20 years ago
app_cut.c First field is truncated 20 years ago
app_datetime.c remove extraneous svn:executable properties 20 years ago
app_db.c remove extraneous svn:executable properties 20 years ago
app_dial.c Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire) 19 years ago
app_dictate.c remove extraneous svn:executable properties 20 years ago
app_directed_pickup.c Update email address to my Digium one 19 years ago
app_directory.c remove extraneous svn:executable properties 20 years ago
app_disa.c remove extraneous svn:executable properties 20 years ago
app_dumpchan.c remove extraneous svn:executable properties 20 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 Bug 6864 - drop realtime priority on ALL external processes 19 years ago
app_festival.c Bug 6864 - drop realtime priority on ALL external processes 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 Typo fix. 19 years ago
app_hasnewvoicemail.c Bug 6051 - VMCOUNT should work as documented and count all, not quit after finding 1 20 years ago
app_ices.c Bug 6864 - drop realtime priority on ALL external processes 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 use pbx_checkcondition() instead of ast_true() to evaluate the condition 19 years ago
app_math.c remove extraneous svn:executable properties 20 years ago
app_md5.c remove extraneous svn:executable properties 20 years ago
app_meetme.c Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting) 19 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 Substitute variables in the post_process string (if it exists) before those variables could possibly disappear (channel hangup) #6462 19 years ago
app_mp3.c Bug 6864 - drop realtime priority on ALL external processes 19 years ago
app_nbscat.c Bug 6864 - drop realtime priority on ALL external processes 19 years ago
app_osplookup.c remove extraneous svn:executable properties 20 years ago
app_page.c oops... let's not set a variable and then immediately overwrite it while assuming its old value will magically return 19 years ago
app_parkandannounce.c remove extraneous svn:executable properties 20 years ago
app_playback.c remove extraneous svn:executable properties 20 years ago
app_privacy.c Prompt does not request '#' to end input, so the application should not require it 19 years ago
app_queue.c Make QueueStatusComplete event thread safe by wrapping it inside the queue lock clause already there. #7013 (bziherl reporting) 19 years ago
app_random.c Bug 6984 - off by one error in Random() 19 years ago
app_read.c remove extraneous svn:executable properties 20 years ago
app_readfile.c don't crash when asked to read from a file that doesn't exist (issue #6786) 19 years ago
app_realtime.c remove extraneous svn:executable properties 20 years ago
app_record.c remove extraneous svn:executable properties 20 years ago
app_rpt.c remove extraneous svn:executable properties 20 years ago
app_sayunixtime.c remove extraneous svn:executable properties 20 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 cast time_t to an int in printf/scanf (issue #5635) 20 years ago
app_softhangup.c remove extraneous svn:executable properties 20 years ago
app_sql_postgres.c remove extraneous svn:executable properties 20 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 remove extraneous svn:executable properties 20 years ago
app_test.c remove extraneous svn:executable properties 20 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 remove extraneous svn:executable properties 20 years ago
app_userevent.c remove extraneous svn:executable properties 20 years ago
app_verbose.c Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting) 19 years ago
app_voicemail.c Correct memory leak in find_user_realtime #7118 (fnordian) 19 years ago
app_waitforring.c remove extraneous svn:executable properties 20 years ago
app_waitforsilence.c Another app documentation tweak. 20 years ago
app_while.c use the correct function name ... 19 years ago
app_zapateller.c remove extraneous svn:executable properties 20 years ago
app_zapbarge.c remove extraneous svn:executable properties 20 years ago
app_zapras.c Bug 6864 - drop realtime priority on ALL external processes 19 years ago
app_zapscan.c remove extraneous svn:executable properties 20 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