aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Make compilation succeed in dev-mode when IMAP storage is enabled.mmichelson1-1/+1
2009-03-05[IMAP] Fix message retrieval issues when identical mailbox names were defined...mmichelson1-0/+2
2009-03-05Fix broken mailbox parsing when searchcontexts option is enabled.mmichelson1-10/+18
2009-03-03Clarify some documentation of queues.conf.samplemmichelson1-0/+4
2009-03-02Move ast_waitfor() down to avoid the results of the API call becoming stale.russell1-4/+3
2009-02-24Change include order to make compile on Centos 5 with DAHDItwilson1-2/+3
2009-02-19Fix up potential crashes, by reducing the sharing between interactive and non...tilghman1-3/+42
2009-02-19If we are able to create a speech structure unset the ERROR variable in case ...file1-0/+2
2009-02-16Remove unused variable and make dev-mode compilation happymmichelson1-1/+0
2009-02-16Open the DAHDI pseudo device and set it to be nonblocking atomicallymmichelson1-13/+2
2009-02-13Fix a potential crash situation when using IMAP voicemailmmichelson1-1/+2
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