aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-07-25This fix solves problem with intense squelch noise when someone joins conf in...murf1-21/+27
2007-07-25(closes issue #10303)file1-2/+10
2007-07-24Added a membercount variable to call_queue struct which keeps track of the nu...mmichelson1-11/+19
2007-07-23It was our stated intention for 1.4 that files created in app_voicemail shouldtilghman1-0/+7
2007-07-23Allow app_morsecode to build on PPC Linux by putting the value of the digit c...file1-2/+3
2007-07-20When using users.conf for the entries in the directory, if multiple users had...mmichelson1-2/+9
2007-07-20Move makeannouncement variable declaration to proper place.file1-2/+2
2007-07-19The diff on this looks pretty big but all I did was remove a pointless if sta...mmichelson1-81/+78
2007-07-19Changes in handling return values of several functions in app_queue. This all...mmichelson1-96/+70
2007-07-18Merged revisions 75748 via svnmerge from tilghman1-1/+8
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file1-6/+3
2007-07-18Merged revisions 75657 via svnmerge from dhubbard1-1/+1
2007-07-18Using a freed frame causes crashes (closes issue #9317)tilghman1-1/+1
2007-07-17Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I...mmichelson1-2/+2
2007-07-16Restoring functionality from 1.2 wherein Retrydial will not exit if there is ...mmichelson1-5/+16
2007-07-13Merged revisions 75066 via svnmerge from mmichelson1-2/+4
2007-07-10Forwarding a message with IMAP storage was storing the message in the sender'...mmichelson1-1/+14
2007-07-10Merged revisions 74427 via svnmerge from qwell1-10/+13
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