aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-08-22Bug 7779 - Using initstate(3) means that we cannot unload this module once lo...tilghman1-3/+2
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell2-12/+22
2006-08-17Make app_macro compile againfile1-1/+1
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7
2006-08-15This revision fixes bug 7731, the inability for macros to be called more than...murf1-4/+4
2006-08-05remove duplicate queue log entry when the caller exits on a timeoutrussell1-1/+0
2006-08-05make sure the priv-callerintros directory exists before trying to create a filerussell1-1/+8
2006-08-03Bug 7648 - Checking wrong count for plurality on new messages for Dutch languagetilghman1-1/+1
2006-07-27use the enum that defines the option arguments, so that the likelihood of mis...kpfleming1-4/+4
2006-07-14Bug 7526 - previous commit broke app_smstilghman1-1/+2
2006-07-13don't fail/abort if the message category sound file cannot be played, just ge...kpfleming1-0/+5
2006-07-12fix a weird case where a lock file could be left (but would happen almost never)kpfleming1-1/+2
2006-07-12remove some more bad examples of using printfkpfleming1-6/+0
2006-06-30Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.tilghman1-0/+134
2006-06-23 We should lock the queue before we go making changes to member interface sta...bweschke1-0/+2
2006-06-19Call reset_user_pw upon changing the password using externpass (issue #7395 r...file1-1/+3
2006-06-19Issue 7357 - txt file left behind when going to operator. Also, fix a possib...tilghman1-1/+6
2006-06-15don't use prefixed structure names for internal structureskpfleming1-50/+50
2006-06-15VoicemailMain exits on any key, when the language is set to Italian, instead oftilghman1-1/+1
2006-06-14coding style cleanups on queue interface handling code that was committed for...kpfleming1-74/+71
2006-06-14clarify file headers that mention disclaimer usagekpfleming2-2/+4
2006-06-13memory allocation optimizationskpfleming1-58/+55
2006-06-13fix various places where the code returns without unlocking vmlock orrussell1-3/+9
2006-06-13add a missing close of an open fd, destroy of open config, and removal of therussell1-0/+3
2006-06-12Greatly simply the mixmonitor thread, and move channel reference directly to ...file1-105/+108
2006-06-11fix up five little places where frames would not be free'd and remove anrussell1-2/+7
2006-06-11fix a place that would leak a frame (all of these fixes are in applicationsrussell1-0/+1
2006-06-11fix a couple places that would leak a framerussell1-0/+2
2006-06-11fix two places that would cause a frame to be leakedrussell1-0/+2
2006-06-11fix a case where an HTML frame would be leakedrussell1-0/+1
2006-06-11Free frames read from the channel when measuring noise. This resulted in aboutrussell1-0/+1
2006-06-11backport a couple of frame leak fixes from the trunk (revisions 33446, 33447)russell2-0/+3
2006-06-09Allow the format outputted by meetme list to be used for meetme commands (lik...file1-12/+17
2006-06-09Handle hangup during recording of screened name (issue #7304 reported by kull...file1-7/+16
2006-06-09Add missing newlines (issue #7323 reported by darkskiez)file1-2/+2
2006-06-06Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voice...tilghman1-1/+2
2006-06-04return bridge exit logic to what it was before i broke it :-(kpfleming1-1/+1
2006-05-30 Fix infinite loop scenario and add some sanity checking to prevent segfault ...bweschke1-0/+10
2006-05-26 A new way to try and deal with deadlocks that occur in app_queue at present....bweschke1-29/+146
2006-05-25 Oops.bweschke1-1/+1
2006-05-25Don't play the enter sound twice when a person joins a conference after the l...file1-1/+1
2006-05-24app_meemte used the ast_max_exten instead of path_maxmogorman1-1/+1
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+10
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ...kpfleming1-26/+24
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-6/+1
2006-05-22Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 ...file1-1/+1
2006-05-22Bug 7194 - spelling fixtilghman1-1/+1
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ...kpfleming1-4/+4
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
2006-05-19When forwarding messages use the context that the active voicemail user was f...file1-2/+2