aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-11-06issue #5605russell84-146/+250
2005-11-06issue #5622russell1-1/+2
2005-11-06alphabetize option listsrussell6-38/+38
2005-11-06Handle ODBC forwarding properly (bug #5606)markster1-1/+4
2005-11-06Allow mixmon names to have dots (bug #5607)markster1-1/+1
2005-11-06Janitor project, app_controlplayback (bug #5610)markster1-8/+28
2005-11-06Dial janitor patch (bug #5613)markster1-8/+7
2005-11-06Meetme whitespace changes (bug #5615)markster1-5/+5
2005-11-06Add missing newline (bug #5616)markster1-1/+1
2005-11-04issue #5609kpfleming1-1/+1
2005-11-03flags usage simplificationkpfleming1-125/+108
2005-11-03major update to arg/option parsing APIs and documentationkpfleming10-116/+138
2005-11-03Fixed a couple of silly boo-boo'sjim1-4/+4
2005-11-02uhh... oopskpfleming1-2/+2
2005-11-02upgrade Dial() app to use API-based argument/option parsingkpfleming1-363/+255
2005-11-01issue #4678kpfleming1-7/+13
2005-11-01issue #5564kpfleming1-1/+4
2005-11-01issue #5560kpfleming1-10/+9
2005-11-01issue #5561kpfleming1-5/+5
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-100/+111
2005-11-01when going through new user setup, don't change the password if they don'trussell1-20/+25
2005-10-31handle comments containing what appear to be context names during voicemail.c...kpfleming1-46/+84
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not say...kpfleming1-121/+53
2005-10-31correct commentkpfleming1-1/+1
2005-10-28update Makefile for new app namekpfleming1-1/+1
2005-10-28complete the rename of MuxMon to MixMonitorkpfleming1-456/+0
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming3-921/+580
2005-10-28use API call for frame volume adjustmentkpfleming1-18/+4
2005-10-27strncpy to ast_copy_stringrussell1-3/+3
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell59-109/+108
2005-10-26Many changes and new stuff including Reverse Autopatch and completely new aut...jim1-68/+589
2005-10-24Doxygen documentation update from oej (issue #5505)russell86-191/+186
2005-10-23Fix app_disa to set the proper variable before goign to invalid (bug #5439)markster1-0/+1
2005-10-21Fix DISA documentation (bug #5461)markster1-23/+20
2005-10-20fix up help text (issue #5479)russell1-5/+4
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell74-404/+816
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell85-225/+671
2005-10-18Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)markster1-1/+7
2005-10-18Small paging fixups (bug #5460)markster2-7/+7
2005-10-18Fix off-by-one issue with sort (bug #5459)markster1-6/+6
2005-10-18Don't only accept AST_DEVICE_UNKNOWN when we're trying to determine if the de...twisted1-1/+1
2005-10-18implement TXTCIDNAME as a dialplan function and mark the application deprecatedrussell1-2/+8
2005-10-18remove unnecessary config file loadingrussell1-41/+3
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)markster1-17/+18
2005-10-16minor changes and eliminate some compiler warningskpfleming2-6/+0
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)markster3-1/+1058
2005-10-14Don't wait for channels to answer before moving on!markster1-4/+55
2005-10-14ensure Dial() options are sorted in help output (issue #5386)kpfleming1-40/+40
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced o...kpfleming1-0/+2
2005-10-13make DISA() use 'i' extension if it exists (issue #5439 with mods)kpfleming1-14/+24