Commit Graph

2275 Commits (cb0701052c796a77a60d6fd87584185252e9709d)

Author SHA1 Message Date
Tilghman Lesher 57996e930e Reconnection doesn't happen automatically when a DB goes down (fixes issue #9389)
18 years ago
Russell Bryant 76f4f0218c (closes issue #10194)
18 years ago
Tilghman Lesher 9b71e8eef2 Voicemail with ODBC_STORAGE defined does not compile cleanly (missing def)
18 years ago
Joshua Colp 68c221f69a Add some fixes for building on Solaris.
18 years ago
Mark Michelson 5739eba48e Fixes an issue I introduced to queues wherein a queue with joinempty=yes would kick people out of the queue because of erroneously
18 years ago
Mark Michelson 7e6f78d95e If a queue uses dynamic realtime members, then the member list should be updated after each attempt to call the queue.
18 years ago
Jim Dixon 93c169da6f Much newer version, 0.70 with much additions
18 years ago
Joshua Colp ef742da9a6 Merged revisions 77767 via svnmerge from
18 years ago
Steve Murphy 17e2aff7de This fix solves problem with intense squelch noise when someone joins conf in bug 9430; We repro'd the problem with meetme opts of 'CciMo'; Josh Colp supplied this patch, and I'm applying it. It looks like playing the recorded username will louse up the next thing played into the channel. Josh rearranged the code so as to start things over before playing data directly into the conference.
18 years ago
Joshua Colp 7bd5646815 (closes issue #10303)
18 years ago
Mark Michelson ad4eb1b347 Added a membercount variable to call_queue struct which keeps track of the number of logged in members in a particular queue.
18 years ago
Tilghman Lesher 3630b5e477 It was our stated intention for 1.4 that files created in app_voicemail should
18 years ago
Joshua Colp 1fc0771298 Allow app_morsecode to build on PPC Linux by putting the value of the digit char in an int.
18 years ago
Mark Michelson 7fd9d67e7a When using users.conf for the entries in the directory, if multiple users had the same last name, only the first user listed would be available
18 years ago
Joshua Colp 34b000a0e7 Move makeannouncement variable declaration to proper place.
18 years ago
Mark Michelson 049fb8d98e The diff on this looks pretty big but all I did was remove a pointless if statement (always evaluates true).
18 years ago
Mark Michelson 1f9e2457dd Changes in handling return values of several functions in app_queue. This all started as a fix for issue #10008
18 years ago
Tilghman Lesher 0b6bdf6bf3 Merged revisions 75748 via svnmerge from
18 years ago
Joshua Colp 6d143d401f Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode using GCC 4.2.
18 years ago
Dwayne M. Hubbard 226a627244 Merged revisions 75657 via svnmerge from
18 years ago
Tilghman Lesher 6cab645954 Using a freed frame causes crashes (closes issue #9317)
18 years ago
Mark Michelson e4cc4ef183 Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I need to be sure that we only enter the if
18 years ago
Mark Michelson 402820c9e3 Restoring functionality from 1.2 wherein Retrydial will not exit if there is no announce file specified.
18 years ago
Mark Michelson 90da4da6ad Merged revisions 75066 via svnmerge from
18 years ago
Mark Michelson 4ab675ca50 Forwarding a message with IMAP storage was storing the message in the sender's box instead of the forwarded mailbox.
18 years ago
Jason Parker 05923bb562 Merged revisions 74427 via svnmerge from
18 years ago
Jason Parker 53b44803ee Merged revisions 74316 via svnmerge from
18 years ago
Mark Michelson 5112357ae1 Forgot to get rid of an extraneous debug message.
18 years ago
Mark Michelson 591f77fe14 The n option for Queue should make the queue exit immediately after failure to reach any members and should not
18 years ago
Mark Michelson 441d1bbdf5 Fixed a logic error in leave_voicemail. Pass the mailbox instead of the context to inbox_count when the context is "default."
18 years ago
Mark Michelson bf9d8ab999 Fixing a rare case which causes voicemail to crash when compiled with IMAP storage.
18 years ago
Mark Michelson 60c9f69f20 Correcting a minor CLI bug I found. When issuing the queue show command, if you type
18 years ago
Joshua Colp 0e80607e17 Merged revisions 73349 via svnmerge from
18 years ago
Joshua Colp 6fec0a545f Merged revisions 73315 via svnmerge from
18 years ago
Tilghman Lesher 3a215d6a50 Merged revisions 73052 via svnmerge from
18 years ago
Luigi Rizzo e0b32b53b1 cast a time_t so that it does not conflict with the print format.
18 years ago
Joshua Colp 6c1076bd45 Merged revisions 72378 via svnmerge from
18 years ago
Joshua Colp 2c67ae6869 Merged revisions 72327 via svnmerge from
18 years ago
Jason Parker 04524392d3 Fix another problem in voicemail with missing symbols.
18 years ago
Mark Michelson 83fd6c08d2 Removing a pointless line. This variable was already set earlier and between then and this
18 years ago
Mark Michelson 79332488f7 A few changes, the ultimate goal of which is to keep better track of the number of messages
18 years ago
Mark Michelson 555dcbc021 Fixing bug where the authuser was mistakenly pulled from the mailbox string instead
18 years ago
Tilghman Lesher 5da46f710e Merged revisions 71750 via svnmerge from
18 years ago
Jason Parker e107da04b4 Merged revisions 71065 via svnmerge from
18 years ago
Joshua Colp c7dc8d1735 Merged revisions 70898 via svnmerge from
18 years ago
Mark Michelson ac73d19138 When volgain is used don't leave a temporary file behind.
18 years ago
Russell Bryant a959ed6f67 Remove a couple of duplicate unlocks
18 years ago
Joshua Colp ce4f92604a Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao)
18 years ago
Tilghman Lesher badad4a542 Merged revisions 70444 via svnmerge from
18 years ago
Joshua Colp ff3d5422b6 Merged revisions 69894 via svnmerge from
18 years ago