aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-08-09Improved a bit of logic regarding comma-separated mailboxes in has_voicemail....mmichelson1-5/+11
2007-08-09Removing some extra debug code I left in my last commitmmichelson1-7/+0
2007-08-09Quite a few changes regarding IMAP storage.mmichelson1-102/+160
2007-08-09add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed ...russell1-0/+1
2007-08-09Fix subscriptions to multiple mailboxes for ODBC_STORAGE. Also, leave arussell1-10/+11
2007-08-09Fix a problem with the combination of the 'F' option to pass DTMF through arussell1-2/+8
2007-08-08Fixed some compiler warnings so that compiling with dev-mode and IMAP storage...mmichelson1-2/+4
2007-08-08Changing a bit of logic so that someone will NEVER exit the queue on timeout ...mmichelson1-11/+8
2007-08-07The logic behind inboxcount's return value was reversed in has_voicemail and ...mmichelson1-4/+4
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman2-193/+106
2007-08-03(closes issue #10194)russell1-0/+7
2007-08-01Voicemail with ODBC_STORAGE defined does not compile cleanly (missing def)tilghman1-0/+2
2007-08-01Add some fixes for building on Solaris.file1-2/+2
2007-08-01Fixes an issue I introduced to queues wherein a queue with joinempty=yes woul...mmichelson1-0/+5
2007-08-01If a queue uses dynamic realtime members, then the member list should be upda...mmichelson1-0/+54
2007-07-31Much newer version, 0.70 with much additionsjdixon1-1263/+4902
2007-07-30Merged revisions 77767 via svnmerge from file1-2/+2
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