aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Fixing another compilation error. I'm a bit off today :(mmichelson1-1/+1
2008-01-14Oops. Last commit had compilation error.mmichelson1-1/+1
2008-01-14Adding explicit defaults for missing options to init_queue. This is necessary...mmichelson1-0/+11
2008-01-11Ensure the return value of ast_bridge_call is passed back up as the applicati...file1-1/+0
2008-01-10Let us leave a voicemail for ourself if we have logged into VoiceMailMain and...mmichelson1-2/+2
2008-01-09Part 2 of app_queue doxygen improvements. Some smaller functions this timemmichelson1-4/+11
2008-01-09Don't do conferencing totally in Zaptel if Monitor is running on the channel.file1-3/+3
2008-01-09use the \retval doxygen command properlymmichelson1-1/+2
2008-01-08Part 1 of N of adding doxygen comments to app_queue. I picked some of the mos...mmichelson1-3/+82
2008-01-08Some coding guidelines-related cleanupmmichelson1-11/+11
2008-01-08Making some changes designed to not allow for a corrupted mailstream for a vm...mmichelson1-4/+8
2008-01-08Make app_queue calls work with directed pickup.file1-0/+10
2008-01-02We need to reset the membername to NULL on each iteration of this loop, other...mmichelson1-0/+1
2008-01-02app_macro only needs a rdlock on the contexts list.russell1-1/+1
2008-01-02A change to improve the accuracy of queue logging in the case where a member ...mmichelson1-6/+23
2007-12-28I found a bug while browsing the queue code and managed to reproduce it in a ...mmichelson1-4/+2
2007-12-21Bunch of coding guidelines cleanupmmichelson1-79/+77
2007-12-21Better quota support for using IMAP storage voicemailmmichelson1-1/+38
2007-12-21The mail_copy c-client function does not expect a full imap mailbox string, j...mmichelson1-7/+3
2007-12-21Removing a debug message I accidentally just committedmmichelson1-1/+0
2007-12-21Fixing Portuguese syntax for saying dates and times. Also some coding guideli...mmichelson1-0/+1
2007-12-17We need to create the directory for a voicemail user even if they are using I...mmichelson1-2/+0
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+4
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-2/+8
2007-12-13Prevent another potential fd leakmmichelson1-0/+1
2007-12-13Prevent a possible fd leak. mmichelson1-2/+2
2007-12-12Don't increment user count until after name has been recorded (if enabled).qwell1-21/+29
2007-12-12Removing an unused variable.mmichelson1-7/+0
2007-12-11Fixing autofill to be more accurate. Specifically, if calls ahead of the currentmmichelson1-1/+4
2007-12-10If there are no members in a queue, then the loop where the datastore for det...mmichelson1-2/+4
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-26/+43
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-17/+39
2007-12-07Don't unlock the dialed_interfaces list until we're done messing with the ite...russell1-1/+1
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell2-4/+3
2007-12-07Fix in an issue in the call forwarding handling code that was causing crashesrussell1-1/+2
2007-12-06IMAP storage did not honor the maxmsg setting in voicemail.conf, and it also ...mmichelson1-0/+14
2007-12-05Reverting extra stuff I didn't mean to commitmmichelson1-0/+2
2007-12-05The 'G' option for Dial() did not properly handle the case where only a label...mmichelson2-4/+4
2007-12-04Fix build issue on the build cluster.file1-1/+1
2007-12-03A big one...mmichelson2-72/+128
2007-12-03Make sure we always close the conference fd if we have an open one.qwell1-1/+1
2007-12-02The other day when I went through making changes as a result of the ao2_link()russell1-2/+3
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-0/+6
2007-11-29This patch handles the case where a queue member with a negative penalty is a...mmichelson1-1/+1
2007-11-28Fix a few memory leaks.file1-0/+1
2007-11-28Recording greetings when using IMAP storage was causing zero-length files to ...mmichelson1-0/+4
2007-11-27Instead of depending on the return value of ast_true(), explicitly set therussell1-1/+1
2007-11-27Two changes with regards to the 'eventwhencalled' option of queues.confmmichelson1-3/+3
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-1/+21
2007-11-26After issuing a "say load new", if a caller hangs up during the middle of pla...mmichelson1-1/+5