aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman25-69/+69
2009-05-15IAX2 REGAUTH loopdvossel1-1/+1
2007-07-30(closes issue #10334)file1-2/+2
2007-07-18Store prior to copy (closes issue #10193)tilghman1-1/+9
2007-07-18removed the word 'pissed' from ast_log(...) function call for BE-90dhubbard1-1/+1
2007-07-13Fixed an issue where chanspy flags were uninitialized if no options were passed.mmichelson1-0/+2
2007-07-10Fix an issue where it was possible to have a service level of over 100%qwell1-10/+13
2007-07-10Fix a small typo in description in of Voicemail() application.qwell1-1/+1
2007-07-05Tweak spy locking. (issue #9951 reported by welles)file1-1/+2
2007-07-05Reset ServicelevelPerf variable back to 0 if we are unable to calculate it ea...file1-2/+1
2007-07-03RetryDial should accept a 0 argument, but it does not, because atoi does not ...tilghman1-2/+2
2007-06-27Update documentation to clarify variable usage with MixMonitor. (issue #9494 ...file1-2/+2
2007-06-27Fix issue where queue log events might be missing. (issue #7765 reported by m...file1-0/+4
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
2007-06-26Issue 10062 - Trying to move a message without selecting one first results in...tilghman1-0/+5
2007-06-21Don't explode if the gain option is specified without a value. (issue #9274 r...file1-1/+5
2007-06-20Issue 9997 - Timelimit times out the wrong channeltilghman1-1/+1
2007-06-19Perform an extra hangup check just in case. (issue #9589 reported by bcnit)file1-0/+4
2007-06-08Don't automatically hang up after running Dictate so that callers can exitrussell1-1/+1
2007-06-07Don't try to save voicemail greetings unless the user presses '1' to accept/s...qwell1-6/+18
2007-06-07Allow the 'g' option to work if used with the 'S' option. (issue #9888 report...file1-1/+4
2007-05-31Issue 9818 - Fix for issue 8329 breaks pbx_realtime. Issue 8329 will remain ...tilghman1-5/+6
2007-05-22Fix a memory leak that I just noticed in the device state handling in app_queue.russell1-0/+2
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf1-0/+7
2007-05-17If we have a negative current message, we shouldn't go back even further...qwell1-1/+1
2007-05-09Replicate fix from 51158 (app_voicemail) to app_directory (Issue 9224)tilghman1-2/+2
2007-05-08Issue 9602 - segfault in app_macrotilghman1-18/+32
2007-05-08Issue 9527 - upon entering a folder, no message is selected (curmsg == -1), s...tilghman1-14/+17
2007-04-25Merge rewritten group counting support. No more storing data on the variable ...file1-20/+12
2007-04-20If the '* to hangup' option is not enabled, we don't need to disable * as a v...qwell1-1/+1
2007-04-13Add OUTBOUND_GROUP_ONCE variable to app_dial. This behaves the same as OUTBOU...file1-4/+12
2007-04-09Allow matching on names shorter than 3 chars.qwell1-1/+1
2007-04-09When calling a device that then forwards us elsewhere... we have to make our ...file1-3/+5
2007-04-08Gosub called within a Macro resets the arguments improperly and causes genera...tilghman1-2/+108
2007-04-05Just because we can't find the voicemail configuration file, doesn'tqwell1-1/+1
2007-04-02Increase the maximum size for a string of mailboxes to 1024. (issue #9270 rep...file1-1/+1
2007-03-29Keep a global array of variables indicating whether certain conference rooms ...file1-21/+16
2007-03-27Oopstilghman1-1/+1
2007-03-27Fix a few remaining bad mmap(2) return valuestilghman1-5/+5
2007-03-27Fix the check of the return value from mmap(). Thanks to Corydon for catchingrussell1-3/+3
2007-03-23Ugh. that was dumb. Fixed an error.murf1-1/+1
2007-03-23Added a few words in the Macro doc strings about the behavior of macros with ...murf1-0/+5
2007-03-05Make create_dirpath use our standard for return values. -1 is failure, 0 is s...file1-8/+8
2007-03-03Memory leak of a list, if call recording was abandonedtilghman1-0/+8
2007-02-21Change naughty warning message to provide useful information. If a write now ...file1-1/+1
2007-02-21Fix random crashes when using the MeetMe application. This patch converts listrussell1-187/+135
2007-02-20Convert a tab to spaces so that the documentation is printed out properlyrussell1-1/+1
2007-02-19forcename and forcegreetings options should check to see if the recording alr...tilghman1-9/+16
2007-02-18Documentation update (#9053, jsmith)oej1-1/+2
2007-02-17Answer the channel before recording privacy information. (issue #8926 reporte...file1-0/+1