aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-12For whatever reason, gcc only warned me about the possible use of an uninitia...jpeeler1-1/+1
2008-11-12(closes issue #13173)jpeeler1-23/+149
2008-11-12When doing some tests, I was having a crash at the end of every callmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright2-42/+44
2008-11-03Attempting to expunge a mailbox when the mailstream is NULL will crash Asterisk.tilghman1-1/+1
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming6-12/+37
2008-10-31Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_featurestwilson1-10/+24
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-14/+25
2008-10-29A little documentation cross-ref between features andmurf2-13/+31
2008-10-29The magic trick to avoid this crash is not tomurf2-26/+30
2008-10-28Quoting in the wrong directiontilghman1-1/+1
2008-10-28Reset all DIAL variables back to blank, in case Dial is called multiple timestilghman1-0/+7
2008-10-14Update the queue with the correct number of calls andmmichelson1-3/+8
2008-10-14Check correct values in the return of ast_waitfor(); also, get rid of atilghman1-2/+4
2008-10-14Some compilers warn, some don't. Fixing.tilghman1-1/+1
2008-10-14Ensure that mail headers are 7-bit clean, even when UTF-8 characters are usedtilghman1-24/+136