asterisk/apps
BJ Weschke 295c340164 A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-25 21:47:03 +00:00
..
Makefile Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be 2006-05-13 10:54:40 +00:00
app_adsiprog.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_alarmreceiver.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_amd.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_authenticate.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_cdr.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_chanisavail.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_channelredirect.c make this app actually compile 2006-05-16 20:09:30 +00:00
app_chanspy.c use the channel lock wrappers (issue #7120, Mithraen) 2006-05-10 15:30:59 +00:00
app_controlplayback.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_db.c add DB_DELETE function for the common case of retrieving and deleting a key in 2006-05-25 15:40:38 +00:00
app_dial.c Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf) 2006-05-24 20:00:10 +00:00
app_dictate.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_directed_pickup.c Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger) 2006-05-22 16:08:23 +00:00
app_directory.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_disa.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_dumpchan.c - use symbolic constants and macros to play with the debug flag 2006-04-21 14:49:21 +00:00
app_echo.c add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too 2006-05-25 19:21:09 +00:00
app_exec.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_externalivr.c - The recent change to linklists.h broke the build on linux for some reason. 2006-05-11 20:07:44 +00:00
app_festival.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_flash.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
app_forkcdr.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_getcpeid.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_hasnewvoicemail.c As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount. 2006-05-19 18:21:31 +00:00
app_ices.c Merged revisions 24019 via svnmerge from 2006-05-01 21:48:30 +00:00
app_image.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_ivrdemo.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
app_lookupblacklist.c - mark some applications deprecated that already have replacements 2006-05-25 19:07:31 +00:00
app_lookupcidname.c - mark some applications deprecated that already have replacements 2006-05-25 19:07:31 +00:00
app_macro.c Merged revisions 24837 via svnmerge from 2006-05-05 14:47:22 +00:00
app_meetme.c Merge in branch that adds new features to MeetMeAdmin. See application documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie) 2006-05-25 21:30:40 +00:00
app_milliwatt.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_mixmonitor.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_morsecode.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_mp3.c Merged revisions 24019 via svnmerge from 2006-05-01 21:48:30 +00:00
app_nbscat.c Merged revisions 24019 via svnmerge from 2006-05-01 21:48:30 +00:00
app_osplookup.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_page.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_parkandannounce.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_playback.c support reload say.conf to ease testing 2006-05-10 15:38:54 +00:00
app_privacy.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_queue.c A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :) 2006-05-25 21:47:03 +00:00
app_random.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_read.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_readfile.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_realtime.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_record.c don't stop recording until hangup (no terminator) (issue #7168 reported by julien23) 2006-05-22 15:48:22 +00:00
app_rpt.c Added incoming audio notch filtering, plus a bunch of command improvements, etc. 2006-05-24 07:01:02 +00:00
app_sayunixtime.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_senddtmf.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_sendtext.c use the channel lock wrappers (issue #7120, Mithraen) 2006-05-10 15:30:59 +00:00
app_setcallerid.c Deprecate SetCallerID (should have happened prior to release of 1.2) 2006-05-25 21:06:43 +00:00
app_setcdruserfield.c - mark some applications deprecated that already have replacements 2006-05-25 19:07:31 +00:00
app_settransfercapability.c - mark some applications deprecated that already have replacements 2006-05-25 19:07:31 +00:00
app_skel.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_sms.c fix up another place where the code made assumptions about how space for 2006-05-20 01:28:14 +00:00
app_softhangup.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_speech_utils.c Nothing to see here... move along 2006-05-24 23:08:39 +00:00
app_stack.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_system.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_talkdetect.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_test.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_transfer.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_url.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_userevent.c - add a UserEvent action that allows a manager client to "broadcast" an event 2006-05-20 13:29:22 +00:00
app_verbose.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_voicemail.c let's use the proper variable here, instead of segfaulting (don't know how this worked for anyone at all) 2006-05-19 22:55:02 +00:00
app_waitforring.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_waitforsilence.c Merged revisions 29555 via svnmerge from 2006-05-22 21:28:32 +00:00
app_while.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_zapateller.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
app_zapbarge.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
app_zapras.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
app_zapscan.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
enter.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
leave.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00