aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Merged revisions 74316 via svnmerge from qwell1-1/+1
2007-07-09Forgot to get rid of an extraneous debug message.mmichelson1-1/+0
2007-07-09The n option for Queue should make the queue exit immediately after failure t...mmichelson1-12/+14
2007-07-09Fixed a logic error in leave_voicemail. Pass the mailbox instead of the conte...mmichelson1-1/+1
2007-07-06Fixing a rare case which causes voicemail to crash when compiled with IMAP st...mmichelson1-2/+19
2007-07-05Correcting a minor CLI bug I found. When issuing the queue show command, if y...mmichelson1-2/+9
2007-07-05Merged revisions 73349 via svnmerge from file1-1/+2
2007-07-05Merged revisions 73315 via svnmerge from file1-2/+1
2007-07-03Merged revisions 73052 via svnmerge from tilghman1-2/+2
2007-06-28cast a time_t so that it does not conflict with the print format.rizzo1-1/+1
2007-06-27Merged revisions 72378 via svnmerge from file1-2/+2
2007-06-27Merged revisions 72327 via svnmerge from file1-0/+2
2007-06-27Fix another problem in voicemail with missing symbols.qwell1-4/+4
2007-06-26Removing a pointless line. This variable was already set earlier and between ...mmichelson1-1/+0
2007-06-26A few changes, the ultimate goal of which is to keep better track of the numb...mmichelson1-23/+26
2007-06-26Fixing bug where the authuser was mistakenly pulled from the mailbox string i...mmichelson1-2/+2
2007-06-26Merged revisions 71750 via svnmerge from tilghman1-0/+5
2007-06-22Merged revisions 71065 via svnmerge from qwell1-2/+1
2007-06-21Merged revisions 70898 via svnmerge from file1-1/+1
2007-06-21When volgain is used don't leave a temporary file behind.mmichelson1-12/+16
2007-06-21Remove a couple of duplicate unlocksrussell1-2/+0
2007-06-21Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)file1-3/+2
2007-06-20Merged revisions 70444 via svnmerge from tilghman1-1/+1
2007-06-19Merged revisions 69894 via svnmerge from file1-2/+4
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+1
2007-06-15Add support for setting the maximum length of acceptable DTMF in SpeechBackgr...file1-1/+9
2007-06-15The SLATRUNK_STATUS variable indicated "SUCCESS" for both an answer of therussell1-4/+14
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-3/+3
2007-06-13Contains a patch for fixing an encoding problem when using Outlook to view vo...mmichelson1-4/+4
2007-06-13Really ignore NULL frames and check whether the channel hungup or not. (issue...file1-0/+4
2007-06-11Issue 9947 - fn2 was unused / incorrectly usedtilghman1-5/+1
2007-06-08Merged revisions 68526 via svnmerge from russell1-1/+1
2007-06-07Fix incorrect French syntax of "old messages".qwell1-3/+3
2007-06-07Fix loading persistent queue members when using realtime configuration for qu...russell1-1/+5
2007-06-07Merged revisions 68204 via svnmerge from qwell1-8/+19
2007-06-07Submitting a fix for Issue 8016. Added a check to make sure that greetings ge...mmichelson1-2/+5
2007-06-07Merged revisions 68070 via svnmerge from file1-1/+4
2007-06-06Fix for Issue 9810. There was a segfault under a specific set of circumstances:mmichelson1-5/+7
2007-06-06Include macroexten while searching for a channel to pick up in case they are ...file1-1/+1
2007-06-05Fix some crashes related to the use of the "meetme" CLI command. The code forrussell1-2/+7
2007-06-05Fix for bug number 9786, wherein voicemails saved to IMAP storage using exten...mmichelson1-1/+18
2007-06-04Initialize cidname variable to nothing since it may be used without having be...file1-2/+2
2007-06-01Removing extraneous debugging lines from revision 66897. Sorry :)mmichelson1-4/+0
2007-06-01Submitting a fix for voicemail with IMAP storage. Attachments with format spe...mmichelson1-12/+6
2007-06-01List app_meetme as a module that app_page depends on.russell1-0/+1
2007-05-31Merged revisions 66744 via svnmerge from tilghman1-5/+6
2007-05-30Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Is...mmichelson1-0/+32
2007-05-24Ensure that frames are fully initialized. This will probably fix gettingrussell1-2/+3
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell1-0/+1
2007-05-22Remove a double const.file1-1/+1