Commit Graph

1561 Commits (377dac8495c1990537c50a4d19eba79da99eecb4)

Author SHA1 Message Date
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Tilghman Lesher 6728ebb72c cid is passed to a destructive function; thus a copy is needed (issue 7961)
19 years ago
Joshua Colp b1708137da Add deprecation notice about app_math (issue #7957 reported by k-egg)
19 years ago
Tilghman Lesher 88ccb83574 Directory used the wrong context for delivery of 0- and *- keypresses
19 years ago
Tilghman Lesher b2122691de When the marked user enters the conference, we should no longer timeout
19 years ago
Tilghman Lesher ca79503d56 Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before used
19 years ago
Tilghman Lesher 9c8d9ce377 When paging, only wait 5 seconds for the marked user to enter the conference.
19 years ago
Tilghman Lesher ec7535bba2 Jump logic was backwards: goto returns 0 if it succeeds, and we should jump if authentication fails. (Bug #7907)
19 years ago
Tilghman Lesher 0cfb462845 Format vulnerability fix - allowing the user to specify a format is not a good idea (Bug 7811)
19 years ago
Joshua Colp 68de3c0b29 Merge in last round of spy fixes. This should hopefully eliminate all the issues people have been seeing by distinctly separating what each component (core/spy) is responsible for. Core is responsible for adding a spy to a channel, feeding frames to the spy, removing the spy from a channel, and telling the spy to stop. Spy is responsible for reading frames in, and cleaning up after itself.
19 years ago
BJ Weschke a05a361fc3 Make sure the forwarded channel inherits variables appropriately when we receive a call forward in the queue. (#7867 - raarts reported and patched)
19 years ago
BJ Weschke aaf0ad7b77 Don't keep trying the same member in certain strategies when members of the queue are unavailable (#7278 - diLLec reported and patched) - This should have been patched here first and then merged into /trunk. My bad!
19 years ago
BJ Weschke 919cb0b1a8 Let's NOT spy on Zap/psuedo channels, mmmmmmmmk?
19 years ago
BJ Weschke c3b61adc5b Setting a retry of 0 is generally not a good idea and shouldn't be allowed. (#7574 - reported by regin)
19 years ago
Steve Murphy 6daea8e8fb According to a note added to 7731 by mneuhauser, this
19 years ago
Tilghman Lesher e83bbab1ec Text only - clarify the reason for entry into authentication mode when the skipuser option is ignored
19 years ago
Tilghman Lesher dad6bc4d32 Bug 7779 - Using initstate(3) means that we cannot unload this module once loaded.
19 years ago
Jason Parker d98055d875 Fix a bug with app_voicemail when trying to use app_directory to leave messages
19 years ago
Joshua Colp afedbd97af Make app_macro compile again
19 years ago
Steve Murphy 4098ad798d In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs. This fix mirrors the changes made in r40200 in trunk.
19 years ago
Steve Murphy f4e47e9b51 This revision fixes bug 7731, the inability for macros to be called more than one level deep in the 'h' extension.
19 years ago
Russell Bryant e81646d2dd remove duplicate queue log entry when the caller exits on a timeout
19 years ago
Russell Bryant 183541b44d make sure the priv-callerintros directory exists before trying to create a file
19 years ago
Tilghman Lesher 84ad1fe0f3 Bug 7648 - Checking wrong count for plurality on new messages for Dutch language
19 years ago
Kevin P. Fleming 7b9abdf138 use the enum that defines the option arguments, so that the likelihood of mismatched option indexes is reduced (which in this case was a bug, the volume argument was not checked properly)
19 years ago
Tilghman Lesher ce37a590e5 Bug 7526 - previous commit broke app_sms
20 years ago
Kevin P. Fleming 6ea65400a0 don't fail/abort if the message category sound file cannot be played, just generate a warning message and continue message playback
20 years ago
Kevin P. Fleming ff3890a952 fix a weird case where a lock file could be left (but would happen almost never)
20 years ago
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