aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Restore a behavior that was recently changed, when we fixed issue #13962 andtilghman1-0/+17
2009-02-10This patch solves some compiler complaintsmurf1-4/+7
2009-02-05Add new configuration option to make shared IMAP mailboxes function as expected.jpeeler1-2/+11
2009-02-05Fix situations where queue members could be autopaused unexpectedlymmichelson1-6/+6
2009-02-05Add some missing cleanup to app_mixmonitormmichelson1-0/+2
2009-02-05Fix a problem where a channel pointer becomes invalid due to masquerading or ...mmichelson1-6/+89
2009-02-04Revert my previous change because it was stupidmmichelson1-3/+1
2009-02-04Add a missing unlock. Extremely unlikely to ever matter, but it's needed.mmichelson1-1/+3
2009-01-30Fix feature inheritance with builtin featurestwilson1-73/+0
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman6-11/+120
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+5
2009-01-25Resolve a logic error that was causing Page() to crash when more than oneseanbright1-4/+7
2009-01-23When a call is forwarded stop any active indications. The new channel will pr...file1-0/+3
2009-01-22If we are unable to request a DAHDI pseudo channel and we are using the user ...file1-4/+4
2009-01-19Truncate userevents at the end of a line, when the command exceeds the buffer.tilghman1-3/+8
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-148/+98
2009-01-15Fix some crashes from bad datastore handling in app_queue.cmmichelson1-5/+10
2009-01-14app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This chan...murf1-1/+1
2009-01-14Don't overflow when paging more than 128 extensionstwilson1-5/+19
2009-01-13Revert unnecessary indications API change from rev 122314russell2-2/+2
2008-12-19This merges the masqpark branch into 1.4murf2-34/+25
2008-12-19(closes issue #13480)jpeeler3-16/+4
2008-12-19Ensure that the chanspy datastore is fully initialized.russell1-1/+1
2008-12-18Add mutexes around accesses to the IMAP library interface. This preventstilghman1-8/+42
2008-12-18Do not crash if we are not passed in a followme id.file1-6/+10
2008-12-17Reverse the fix from issue #6176 and add proper handling for that issue.tilghman1-19/+54
2008-12-17Fix some memory leaks found while looking at how realtimemmichelson4-7/+15
2008-12-16Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.russell1-1/+1
2008-12-15Can we try not to assign an unsigned int to -1?file1-1/+1
2008-12-13Change the default calldurationlimit from the special value 0 to -1, so wetilghman1-3/+3
2008-12-11Revert this cast to long. Using time_t here causes build failures on a mmichelson1-2/+2
2008-12-11Fix a potential crash due to unsafe datastore handling.mmichelson1-21/+21
2008-12-09Oops, should be "tz", not "zonetag".tilghman1-1/+1
2008-12-09We appear to have documented tz= in the [general] section of voicemail.conf,tilghman1-0/+5
2008-12-09Add 'down' as a valid state for directed call pickup. This creeps up when we ...file1-1/+1
2008-12-09Fix an issue where callers on an incoming call on an SLA trunk would not hear...russell1-7/+27
2008-12-09Fix double declaration of 'x' on the PPC platform.file1-1/+0
2008-12-09Allow DISA to handle extensions that start with #.russell1-2/+8
2008-12-03Some compilers warn on null format strings; some don't (caught by buildbot)tilghman1-6/+6
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman1-1/+3
2008-11-25Add missing variable declaration in the PPC codetwilson1-0/+1
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-0/+6
2008-11-21This change had somehow gotten reverted due to ammichelson1-2/+3
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson1-0/+3
2008-11-18(closes issue #13899)jpeeler1-1/+1
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson2-0/+11
2008-11-14If the prompt to reenter a voicemail password timed out, itmmichelson1-1/+1
2008-11-14ast_waitfordigit() requires that the channel be up, for no good logicaltilghman1-1/+5
2008-11-12When using call limits under 1 second, infinite call lengths are allowed,tilghman1-1/+4
2008-11-12If the SLA thread is not started, then reload causes a memory leak.tilghman1-0/+4