Commit Graph

2468 Commits (2bf8f9fca312d9e738ed4e9dda6256cc286cc54c)

Author SHA1 Message Date
Joshua Colp 2bf8f9fca3 Move where unanswered CDRs are dropped to the CDR core, not everything uses app_dial.
17 years ago
Russell Bryant a04b584272 Only start the SLA thread if SLA has actually been configured.
17 years ago
Tilghman Lesher 417e8fc754 Warn the user when a temporary greeting exists
17 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
17 years ago
Joshua Colp cd703523db Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things.
17 years ago
Tilghman Lesher 8bf705f519 If the message file does not exist, just return harmlessly, instead of crashing.
17 years ago
Joshua Colp 837d4676dd Bump up the size of the uniqueid variable.
17 years ago
Mark Michelson c6387c3540 When using autofill, members who are in use should be counted towards the
17 years ago
Joshua Colp fdb44349e9 Don't loop around infinitely trying to spy on our own channel, and don't forget to free/detach the datastore upon hangup of the spy.
17 years ago
Russell Bryant 750067bd1a Fix a problem in ChanSpy where it could get stuck in an infinite loop without
18 years ago
Russell Bryant c882e6da6f Avoid some recursion in the cleanup code for the chanspy datastore
18 years ago
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
Russell Bryant f64df49235 This patch fixes some pretty significant problems with how app_chanspy handles
18 years ago
Tilghman Lesher 5184be27ed If the destination folder is full, don't delete a message when exiting.
18 years ago
Mark Michelson 70b222e46f Clear up confusion when viewing the QUEUE_WAITING_COUNT of a
18 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
18 years ago
Mark Michelson 0d470a0525 Fix build for non-IMAP builds
18 years ago
Mark Michelson e70abb4a9e Fix the new message count if delete=yes when using IMAP storage.
18 years ago
Tilghman Lesher 3e014ecd0b Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dependency)
18 years ago
Joshua Colp 0b110bb5e8 If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears.
18 years ago
Tilghman Lesher 42463c4bb2 Commit fix for being unable to send voicemail from VoiceMailMain
18 years ago
Mark Michelson cb8ffc789e Prevent a potential three-thread deadlock. Also added a comment block
18 years ago
Tilghman Lesher c9bb4fc12a Move around some defines to unbreak ODBC storage.
18 years ago
Tilghman Lesher 5f7afc8678 Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugs
18 years ago
Jason Parker d80ecba23f Remove a needless (and incorrect) call to feof() after fgets().
18 years ago
Russell Bryant aa58033acb off by one error
18 years ago
Russell Bryant 552f2e1b4c Don't overwrite the last character of a line if it's not a newline. This would
18 years ago
Mark Michelson a4c24a807c From bugtracker: "fix totalAnalysisTime to handle periods of no channel activity"
18 years ago
Mark Michelson 2e4650c242 Fix a logic error with regards to autofill. Prior to this change, it was possible
18 years ago
Mark Michelson da3e5f571a Remove a memory leak from updating realtime queues
18 years ago
Mark Michelson ad19e1c4b6 Fixing an erroneous return value returned when attempting to pause or unpause a queue member
18 years ago
Joshua Colp f665fa0556 Don't forget to record the channel so we know whether it is bridged or not later.
18 years ago
Jason Parker cec60d345d When using ODBC_STORAGE, make sure we put greeting files into the database like we do with the others.
18 years ago
Mark Michelson 1d9576115c Fixing a typo.
18 years ago
Russell Bryant ece4c9c40c ChanSpy issues a beep when it starts at the beginning of a list of channels to
18 years ago
Tilghman Lesher 60c9fba58f When we reset the password via an external command, we should also reset the
18 years ago
Olle Johansson 48066f4cfd Add more dependencies on chan_local and add a note to the description of chan_local
18 years ago
Olle Johansson 3d434f14c3 Add dependency on chan_local to app_dial.
18 years ago
Joshua Colp fa640604de Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
18 years ago
Mark Michelson d186a861cf Adding in appropriate unlocks for the locks I added. Thanks to joetester on IRC
18 years ago
Mark Michelson 8e3c058e44 Fixing another compilation error. I'm a bit off today :(
18 years ago
Mark Michelson 1a95cfaf45 Oops. Last commit had compilation error.
18 years ago
Mark Michelson aa320d23a9 Adding explicit defaults for missing options to init_queue. This is necessary because
18 years ago
Joshua Colp 441b809159 Ensure the return value of ast_bridge_call is passed back up as the application return value. This is needed for transfers to function so the PBX core knows to continue execution.
18 years ago
Mark Michelson 87a55d5882 Let us leave a voicemail for ourself if we have logged into VoiceMailMain and chosen
18 years ago
Mark Michelson 2da89b6120 Part 2 of app_queue doxygen improvements. Some smaller functions this time
18 years ago
Joshua Colp 7a3ee5a7fc Don't do conferencing totally in Zaptel if Monitor is running on the channel.
18 years ago
Mark Michelson 34f994f017 use the \retval doxygen command properly
18 years ago
Mark Michelson 2a0748b0fe Part 1 of N of adding doxygen comments to app_queue. I picked some of the most common functions
18 years ago
Mark Michelson fdd5c25103 Some coding guidelines-related cleanup
18 years ago