aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-01-30Fix a logic error with regards to autofill. Prior to this change, it was poss...mmichelson1-2/+3
2008-01-29Remove a memory leak from updating realtime queuesmmichelson1-2/+2
2008-01-29Fixing an erroneous return value returned when attempting to pause or unpause...mmichelson1-2/+2
2008-01-29Don't forget to record the channel so we know whether it is bridged or not la...file1-0/+1
2008-01-28When using ODBC_STORAGE, make sure we put greeting files into the database li...qwell1-33/+40
2008-01-23Fixing a typo.mmichelson1-1/+1
2008-01-23ChanSpy issues a beep when it starts at the beginning of a list of channels torussell1-2/+5
2008-01-23When we reset the password via an external command, we should also reset thetilghman1-1/+4
2008-01-22Add more dependencies on chan_local and add a note to the description of chan...oej1-0/+4
2008-01-22Add dependency on chan_local to app_dial.oej1-0/+5
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file3-181/+103
2008-01-14Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRCmmichelson1-0/+3
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