aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-02-29If the message file does not exist, just return harmlessly, instead of crashing.tilghman1-1/+3
2008-02-29Bump up the size of the uniqueid variable.file1-1/+1
2008-02-28When using autofill, members who are in use should be counted towards the mmichelson1-0/+4
2008-02-27Don't loop around infinitely trying to spy on our own channel, and don't forg...file1-5/+5
2008-02-27Fix a problem in ChanSpy where it could get stuck in an infinite loop withoutrussell1-1/+7
2008-02-27Avoid some recursion in the cleanup code for the chanspy datastorerussell1-0/+2
2008-02-26Merge changes from team/russell/smdi-1.4russell1-6/+3
2008-02-25This patch fixes some pretty significant problems with how app_chanspy handlesrussell1-32/+178
2008-02-25If the destination folder is full, don't delete a message when exiting.tilghman1-2/+4
2008-02-20Clear up confusion when viewing the QUEUE_WAITING_COUNT of a mmichelson1-0/+8
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson1-16/+23
2008-02-14Fix build for non-IMAP buildsmmichelson1-0/+4
2008-02-14Fix the new message count if delete=yes when using IMAP storage.mmichelson1-7/+12
2008-02-13Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dep...tilghman1-0/+7
2008-02-11If entering a conference with the 'w' option ensure that we can't listen or s...file1-1/+3
2008-02-09Commit fix for being unable to send voicemail from VoiceMailMaintilghman1-1/+5
2008-02-08Prevent a potential three-thread deadlock. Also added a comment blockmmichelson1-7/+22
2008-02-06Move around some defines to unbreak ODBC storage.tilghman1-27/+25
2008-02-01Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugstilghman1-29/+61
2008-02-01Remove a needless (and incorrect) call to feof() after fgets().qwell1-1/+1
2008-02-01off by one errorrussell1-2/+2
2008-02-01Don't overwrite the last character of a line if it's not a newline. This wouldrussell1-1/+3
2008-02-01From bugtracker: "fix totalAnalysisTime to handle periods of no channel activ...mmichelson1-8/+40
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