aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-03-17Make sure that we release the lock on the spyee channel if the spyee or spy h...mmichelson1-1/+3
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-0/+10
2008-03-13Fix a couple uses of sprintf. The second one could actually cause an overflowrussell1-2/+2
2008-03-12(closes issue #12187, reported by atis, fixed by me after some brainstormingrussell1-1/+3
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-1/+1
2008-03-11Add a newline on a logqwell1-1/+1
2008-03-11Add an additional check for setting conference parameter when using the marke...file1-1/+1
2008-03-11Fix a minor spelling error.file1-1/+1
2008-03-11backport a fix from trunkkpfleming1-6/+2
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming1-2/+2
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-19/+0
2008-03-07Only start the SLA thread if SLA has actually been configured.russell1-1/+2
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Safely use the strncat() function.tilghman4-7/+7
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file2-1/+11
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