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
Kevin P. Fleming c446ef9782
correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user
20 years ago
..
Makefile remove extraneous -m64 flag that is not needed 20 years ago
app_adsiprog.c remove extraneous svn:executable properties 20 years ago
app_alarmreceiver.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 20 years ago
app_authenticate.c Jump logic was backwards: goto returns 0 if it succeeds, and we should jump if authentication fails. (Bug #7907) 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 Turn on volume adjustment if it needs to be on (issue #8136 reported by mnicholson) 20 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 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 fixes some verbose vs debug issues. patch from bug 2617 20 years ago
app_dictate.c remove extraneous svn:executable properties 20 years ago
app_directed_pickup.c Update email address to my Digium one 20 years ago
app_directory.c Directory used the wrong context for delivery of 0- and *- keypresses 20 years ago
app_disa.c remove extraneous svn:executable properties 20 years ago
app_dumpchan.c clarify file headers that mention disclaimer usage 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 We should always be using _exit() after a fork() or vfork() instead of exit(). 20 years ago
app_festival.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 20 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. 20 years ago
app_hasnewvoicemail.c Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) 20 years ago
app_ices.c fix a place that would leak a frame (all of these fixes are in applications 20 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 For bug 7776, I have inserted a warning about Macro nesting vs. stack limitations 20 years ago
app_math.c Add deprecation notice about app_math (issue #7957 reported by k-egg) 20 years ago
app_md5.c remove extraneous svn:executable properties 20 years ago
app_meetme.c Stop the stream after waitstream returns so that our formats get restored. (issue #7370 reported by kryptolus) 20 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 Merge in last round of spy fixes. This should hopefully eliminate all the issues people have been seeing by distinctly separating what each component (core/spy) is responsible for. Core is responsible for adding a spy to a channel, feeding frames to the spy, removing the spy from a channel, and telling the spy to stop. Spy is responsible for reading frames in, and cleaning up after itself. 20 years ago
app_mp3.c Bug 6864 - drop realtime priority on ALL external processes 20 years ago
app_nbscat.c Bug 6864 - drop realtime priority on ALL external processes 20 years ago
app_osplookup.c OSPNext does not handle success/failure correctly (issue #7147 reported and fixed by eborgstrom) 20 years ago
app_page.c When paging, only wait 5 seconds for the marked user to enter the conference. 20 years ago
app_parkandannounce.c remove extraneous svn:executable properties 20 years ago
app_playback.c Playback() wasn't setting PLAYBACKSTATUS under several circumstances. 20 years ago
app_privacy.c Prompt does not request '#' to end input, so the application should not require it 20 years ago
app_queue.c fix a logic error in my previous fix to the queue reload code 20 years ago
app_random.c Bug 7779 - Using initstate(3) means that we cannot unload this module once loaded. 20 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) 20 years ago
app_realtime.c remove extraneous svn:executable properties 20 years ago
app_record.c Format vulnerability fix - allowing the user to specify a format is not a good idea (Bug 7811) 20 years ago
app_rpt.c Whitespace change... really just an excuse to test repotools 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. 20 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 20 years ago
app_sms.c When sending an SMS with a user data header properly set the UDH flag in the first byte. (issue #8347 reported by hoffmeis) 20 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 20 years ago
app_stack.c Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell) 20 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 Free frames read from the channel when measuring noise. This resulted in about 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 fix a case where an HTML frame would be leaked 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) 20 years ago
app_voicemail.c correct argument name typo that caused global variable to be used instead of the one for the specified voicemail user 20 years ago
app_waitforring.c remove extraneous svn:executable properties 20 years ago
app_waitforsilence.c Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper) 20 years ago
app_while.c use the correct function name ... 20 years ago
app_zapateller.c remove extraneous svn:executable properties 20 years ago
app_zapbarge.c backport a couple of frame leak fixes from the trunk (revisions 33446, 33447) 20 years ago
app_zapras.c remove some more bad examples of using printf 20 years ago
app_zapscan.c backport a couple of frame leak fixes from the trunk (revisions 33446, 33447) 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