Commit Graph

1520 Commits (cb1dc408020901210e02dbb75e3a5d3b5b006cc2)

Author SHA1 Message Date
Russell Bryant dcebecb76e fix up five little places where frames would not be free'd and remove an
20 years ago
Russell Bryant 332880b8bc fix a place that would leak a frame (all of these fixes are in applications
20 years ago
Russell Bryant 59224d0f9f fix a couple places that would leak a frame
20 years ago
Russell Bryant 33661e9258 fix two places that would cause a frame to be leaked
20 years ago
Russell Bryant 4003aff342 fix a case where an HTML frame would be leaked
20 years ago
Russell Bryant de0d5de853 Free frames read from the channel when measuring noise. This resulted in about
20 years ago
Russell Bryant 9c99053126 backport a couple of frame leak fixes from the trunk (revisions 33446, 33447)
20 years ago
Joshua Colp 9d9a6da961 Allow the format outputted by meetme list to be used for meetme commands (like kick) (issue #7322 reported by darkskiez)
20 years ago
Joshua Colp 5ccc5a9e53 Handle hangup during recording of screened name (issue #7304 reported by kulldominique)
20 years ago
Joshua Colp 43f10147fe Add missing newlines (issue #7323 reported by darkskiez)
20 years ago
Tilghman Lesher 95cd30dc01 Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voicemail to be deleted erroneously
20 years ago
Kevin P. Fleming 5684ba5966 return bridge exit logic to what it was before i broke it :-(
20 years ago
BJ Weschke a6a17f1789 Fix infinite loop scenario and add some sanity checking to prevent segfault on a NULL parameter coming in (which probably shouldn't happen, but just to be safe...)
20 years ago
BJ Weschke a94248e7dc A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Backported from /trunk for the "bug fix".
20 years ago
BJ Weschke f1744d3e31 Oops.
20 years ago
Joshua Colp 9ef31203c9 Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)
20 years ago
Matt O'Gorman 3e830d9a85 app_meemte used the ast_max_exten instead of path_max
20 years ago
Joshua Colp 42e50f7eae Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf
20 years ago
Kevin P. Fleming f5765a22fc fix various bugs related to exiting from queue via keypress and moh handling (issue #6776, different fix)
20 years ago
Kevin P. Fleming 75ca02dbaa backport some mutex initialization and linked list handling fixes from trunk
20 years ago
Joshua Colp 919e8741b4 Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper)
20 years ago
Tilghman Lesher 6691ebf59f Bug 7194 - spelling fix
20 years ago
Kevin P. Fleming e0989958cc don't allow queue member devices to ring longer than the total queue timeout (issue #6423, reported and patched by bcnit)
20 years ago
Russell Bryant 9123735599 fix a case where code made assumptions about how memory for variables is
20 years ago
Joshua Colp 63c91a899e When forwarding messages use the context that the active voicemail user was found in. (issue #7010)
20 years ago
Joshua Colp 14285e5b2b Treat paused queue members as unreachable (issue #7127 reported by peterh)
20 years ago
Tilghman Lesher 25d2c99737 Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE was defined
20 years ago
Joshua Colp 3c8d8caca1 Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm)
20 years ago
Joshua Colp a6d8b31956 Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen)
20 years ago
Olle Johansson 9911943d3d Video in meetme? Hmmm. Removed until we do have some code for it.
20 years ago
Joshua Colp 968d069242 Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste)
20 years ago
Joshua Colp bc3570ac0f OSPNext does not handle success/failure correctly (issue #7147 reported and fixed by eborgstrom)
20 years ago
Tilghman Lesher 728e1d9a31 Bug 7125 - Fix race condition between resequencing and leaving a message
20 years ago
Joshua Colp 961bcfe98c Inherit channel variables during call forwards when going through chan_local (issue #7095 reported by raarts)
20 years ago
Tilghman Lesher ee46d2d92e Bug 7134 - File descriptor leak with ODBC storage of voicemail
20 years ago
BJ Weschke b2e48e3c22 Correct memory leak in find_user_realtime #7118 (fnordian)
20 years ago
BJ Weschke 249760b951 Make QueueStatusComplete event thread safe by wrapping it inside the queue lock clause already there. #7013 (bziherl reporting)
20 years ago
BJ Weschke d46fa7e825 Oops. :(
20 years ago
BJ Weschke 41210a37d6 Don't recheck valid_exit() after getting the result from say_position (which already checks it). Should prevent another loop if the caller hits digits during the position announcement. #6776 (tgj reporting)
20 years ago
BJ Weschke b3d0a54a6b Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting)
20 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
20 years ago
Russell Bryant d27c901fa2 use the correct function name ...
20 years ago
Russell Bryant 9d0eead218 use pbx_checkcondition() instead of ast_true() to evaluate the condition
20 years ago
Tilghman Lesher c7ee76b69f Bug 7023 - reload should not unpause members
20 years ago
BJ Weschke 092055c3a5 Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting)
20 years ago
BJ Weschke 1b107baf37 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire)
20 years ago
Tilghman Lesher 49aa847408 Prompt does not request '#' to end input, so the application should not require it
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
20 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
20 years ago