aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-08-20Fix the build of app_queuerussell1-49/+49
2007-08-20After a discussion on #asterisk-dev, it was decided that this should be in 1....mmichelson1-0/+2
2007-08-20Found a pointless ternary if. member->dynamic was set to 1 and has no opportu...mmichelson1-1/+1
2007-08-20Ukrainian language voicemail support.mmichelson1-0/+95
2007-08-20Missing curly braces. Oops. (Reported by snuffy via IRC)tilghman1-3/+4
2007-08-18Don't allocate vmu for messagecount when we could just use the stack instead ...tilghman1-15/+2
2007-08-17Patch allows for more seamless transition from file storage voicemail to ODBC...mmichelson1-1/+11
2007-08-16base_encode is not trying to open a log file, so we should not call it a log ...mmichelson1-1/+1
2007-08-15Fixed an error in the Russian language voicemail intro.mmichelson1-1/+1
2007-08-13Instead of accepting a single DTMF character accept a full string.file1-1/+1
2007-08-13Add an API call to allow the engine to know that DTMF was received.file1-0/+1
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