Commit Graph

750 Commits (c8b5d2ea034aef9ae44730b91da529d7bdfddefa)

Author SHA1 Message Date
Tilghman Lesher 2c651fc500 If both dbhost and dbsock were not set, a NULL deref could result
19 years ago
Jason Parker 8579b0ff93 Fix crash in ParkAndAnnounce application.
19 years ago
Tilghman Lesher 817da97389 Properly escape input buffers (Fixes AST-2007-025)
19 years ago
Mark Michelson 601df8f699 Changing some calls from free() to ast_free() since they were allocated with
19 years ago
Joshua Colp 4ac8f69d0a Add module counting removal for error conditions.
19 years ago
Tilghman Lesher 095108273b We previously attempted to use the ESCAPE clause to set the escape delimiter to
19 years ago
Tilghman Lesher 7808fb44f1 Free some frames that would otherwise leak on error.
19 years ago
Tilghman Lesher 528dd04ecb Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.
19 years ago
Terry Wilson 9c29d80d70 If a channel gets masqueraded in the middle of a park, don't play the
19 years ago
Joshua Colp 34a3095877 Print out the correct filename (features.conf) in the log message when parkpos options are incorrect.
19 years ago
Jason Parker b0e9d400ff Revert change from revision 67064.
19 years ago
Steve Murphy 164d8a5e61 In response to 10578, I just ran 1.4 thru valgrind; some of the config leakage I've already fixed, but it doesn't hurt to double check. I found and fixed leaks in res_jabber, cdr_tds, pbx_ael. Nothing major, tho.
19 years ago
Russell Bryant 6e74f69b51 Fix init_classes() so that classes that actually do have files loaded aren't
19 years ago
Russell Bryant 3946288786 If someone were to delete the files used by an existing MOH class, and then
19 years ago
Tilghman Lesher 1d5bf38048 Don't check used pooled connections for connection status, as it will cause issues for prepared queries.
19 years ago
Jason Parker f43de2908a Make sure we free some allocated memory before returning.
19 years ago
Joshua Colp 8f4659cc89 Add two more checks before printing out a warning message about bridging. If either channel has hungup of course the bridge will have failed.
19 years ago
Russell Bryant 9723b7d878 Fix a spelling error in a log message. SMDI, not SDMI.
19 years ago
Philippe Sultan 95e24c44c1 Presence packets from a client who's connected with our Jabber ID are
19 years ago
Philippe Sultan c7e7a27bac Prevent Asterisk from crashing when receiving a presence packet
19 years ago
Jason Parker ede010d0d0 Fix some odd formatting I missed..
19 years ago
Jason Parker 01480eb1fb Finish up on transferee channel before return on failure.
19 years ago
Russell Bryant 63217678cb Add another sanity check in the AGI read loop. We really don't care about
19 years ago
Joshua Colp 27a869e423 Fix randomness. save_pos was being set to 0 initially instead of -1, causing it to jump to position 0 when moh started.
19 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
19 years ago
Russell Bryant 0f23b76a39 Add a new patch to handle interrupting the fgets() call when using FastAGI.
19 years ago
Russell Bryant db99815a6a Handle the case where there are multiple dynamic features with the same digit
19 years ago
Russell Bryant 4b6653a436 Fix a check of the wrong pointer, as pointed out by an XXX comment left in
19 years ago
Russell Bryant 347dce5c71 revert patch from issue #10553, as someone not using fastagi reported that this
19 years ago
Russell Bryant faad24c675 (closes issue #10553)
19 years ago
Mark Michelson 2a3b64bf70 Fixes a memory leak
19 years ago
Philippe Sultan 022b5c1696 According to both RFC 3920 - section 9.1.2 - and Google's XMPP server
19 years ago
Russell Bryant aa3b7e22f5 Fix an issue that can occur when you do an attended transfer to parking. If
19 years ago
Joshua Colp a026dc5f43 Make it the engine's responsible to check for the presence of results.
19 years ago
Joshua Colp 85bf0ee987 (closes issue #10618)
19 years ago
Joshua Colp 279d96a974 (closes issue #10009)
19 years ago
Joshua Colp a47dcc167c (issue #10599)
19 years ago
Russell Bryant 6e01a4ddaf (closes issue #10419)
19 years ago
Russell Bryant ed6d4ec72c When executing a dynamic feature, don't look it up a second time by digit pattern
19 years ago
Russell Bryant fa1bc2a13b Revert res_agi fix that didn't quite work until we get it right ...
19 years ago
Russell Bryant 99adc3f020 Juggie in #asterisk-dev was reporting problems where fgets would return
19 years ago
Russell Bryant e24788d06f Fix a little race condition that could cause a crash if two channels had MOH
19 years ago
Russell Bryant 3301d70848 This patch fixes a bug where reloading the module with "module reload" did not
19 years ago
Philippe Sultan c6365f5138 A fix for two critical problems detected while working with Daniel
19 years ago
Joshua Colp 784d5f32c0 (closes issue #10415)
19 years ago
Joshua Colp 924c88d3d0 Instead of accepting a single DTMF character accept a full string.
19 years ago
Joshua Colp 4f8857d608 Add an API call to allow the engine to know that DTMF was received.
19 years ago
Tilghman Lesher d0489c9f50 Ensure the connection gets marked as used at allocation time (closes issue #10429, report and fix by mnicholson)
19 years ago
Russell Bryant 0db2a076e1 Fix the build of this module on 64-bit platforms
19 years ago
Tilghman Lesher 75a3499df0 Don't free the environment handle when the connection fails, because other connections might be depending upon it
19 years ago