Commit Graph

1533 Commits (0c754a13a89fa55a241c71c91e005dcf5db0016f)

Author SHA1 Message Date
Kevin P. Fleming 648bc1828d remove some more bad examples of using printf
20 years ago
Tilghman Lesher 4bee2f3210 Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.
20 years ago
BJ Weschke 64def5d791 We should lock the queue before we go making changes to member interface statuses.
20 years ago
Joshua Colp 43ad959914 Call reset_user_pw upon changing the password using externpass (issue #7395 reported by Ryan Cumming)
20 years ago
Tilghman Lesher 4c688bb3b3 Issue 7357 - txt file left behind when going to operator. Also, fix a possible file descriptor leak.
20 years ago
Kevin P. Fleming d00c50cd14 don't use prefixed structure names for internal structures
20 years ago
Tilghman Lesher 2159afd1ae VoicemailMain exits on any key, when the language is set to Italian, instead of
20 years ago
Kevin P. Fleming 55ba8ef5c4 coding style cleanups on queue interface handling code that was committed for the last release
20 years ago
Kevin P. Fleming 724b3d0004 clarify file headers that mention disclaimer usage
20 years ago
Kevin P. Fleming 5ae03d8ff8 memory allocation optimizations
20 years ago
Russell Bryant ec39ee2c34 fix various places where the code returns without unlocking vmlock or
20 years ago
Russell Bryant ecbc33eb78 add a missing close of an open fd, destroy of open config, and removal of the
20 years ago
Joshua Colp d1afe5c64f Greatly simply the mixmonitor thread, and move channel reference directly to spy structure so that the core can modify it.
20 years ago
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