Commit Graph

774 Commits (749f1e1963817135701a6290efd09756cbddd868)

Author SHA1 Message Date
Jason Parker caa961fbcf Specify which digit string was matched in debug message.
18 years ago
Kevin P. Fleming 5b8cef7ecb ensure that all remaining multi-object modules are built using their proper CFLAGS and include directory paths
18 years ago
Joshua Colp 8dad56f666 Perform dialing asynchronously when using the originate CLI command so the CLI does not appear to block.
18 years ago
Mark Michelson bd9a40f98a 1. Prevent the addition of an extra '/' to the beginning of an absolute pathname.
18 years ago
Russell Bryant 9b53acdbf5 Fix a crash in ast_masq_park_call()
18 years ago
Tilghman Lesher d97a51a50b Oops, should have checked for a NULL obj, here, too
18 years ago
Olle Johansson 48066f4cfd Add more dependencies on chan_local and add a note to the description of chan_local
18 years ago
Tilghman Lesher cae4280341 Permit the user to specify number of seconds that a connection may remain idle,
18 years ago
Terry Wilson eab2f166c3 This should at least temporarily fix a problem where the 't' Dial
18 years ago
Tilghman Lesher 6efee0907d Add a connection timeout attribute, as that was what was intended with the
18 years ago
Joshua Colp ebdf2940b8 If the channel is hungup during RECORD FILE send a result code of -1 to be uniform with everything else.
18 years ago
Russell Bryant eebd74ee97 Fix saying the parking space number to the caller doing the parking ...
18 years ago
Russell Bryant 61a1ce95a5 Don't crash if something happens when setting up an SMDI interface and it gets
18 years ago
Philippe Sultan ee7978e96e Indentation fix, makes the code easier to read
18 years ago
Philippe Sultan e531dcb1af Compute the base64 value over the [authzid]\0authcid\0password string,
18 years ago
Jason Parker 6cc0887f56 Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.
18 years ago
Tilghman Lesher 6d96102150 Missed initialization caused crash.
18 years ago
Russell Bryant 39c5c66235 Don't try to send a parked call back to itself.
18 years ago
Mark Michelson b0dd0e2a68 Sox versions 13.0.0 and newer do not have "soxmix" and instead use sox -m. res_monitor
18 years ago
Kevin P. Fleming fd1e942f53 fix some copy-and-paste leftovers
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher 804d837c7d Change help documentation to match actual behavior (FAILURE vs FAILED).
18 years ago
Russell Bryant f4bb168b66 resolve compiler warning
18 years ago
Mark Michelson 097b9dc2cf Correctly detect where a dynamic feature was activated. Before this patch,
18 years ago
Tilghman Lesher 2c651fc500 If both dbhost and dbsock were not set, a NULL deref could result
18 years ago
Jason Parker 8579b0ff93 Fix crash in ParkAndAnnounce application.
18 years ago
Tilghman Lesher 817da97389 Properly escape input buffers (Fixes AST-2007-025)
18 years ago
Mark Michelson 601df8f699 Changing some calls from free() to ast_free() since they were allocated with
18 years ago
Joshua Colp 4ac8f69d0a Add module counting removal for error conditions.
18 years ago
Tilghman Lesher 095108273b We previously attempted to use the ESCAPE clause to set the escape delimiter to
18 years ago
Tilghman Lesher 7808fb44f1 Free some frames that would otherwise leak on error.
18 years ago
Tilghman Lesher 528dd04ecb Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.
18 years ago
Terry Wilson 9c29d80d70 If a channel gets masqueraded in the middle of a park, don't play the
18 years ago
Joshua Colp 34a3095877 Print out the correct filename (features.conf) in the log message when parkpos options are incorrect.
18 years ago
Jason Parker b0e9d400ff Revert change from revision 67064.
18 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.
18 years ago
Russell Bryant 6e74f69b51 Fix init_classes() so that classes that actually do have files loaded aren't
18 years ago
Russell Bryant 3946288786 If someone were to delete the files used by an existing MOH class, and then
18 years ago
Tilghman Lesher 1d5bf38048 Don't check used pooled connections for connection status, as it will cause issues for prepared queries.
18 years ago
Jason Parker f43de2908a Make sure we free some allocated memory before returning.
18 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.
18 years ago
Russell Bryant 9723b7d878 Fix a spelling error in a log message. SMDI, not SDMI.
18 years ago
Philippe Sultan 95e24c44c1 Presence packets from a client who's connected with our Jabber ID are
18 years ago
Philippe Sultan c7e7a27bac Prevent Asterisk from crashing when receiving a presence packet
18 years ago
Jason Parker ede010d0d0 Fix some odd formatting I missed..
18 years ago
Jason Parker 01480eb1fb Finish up on transferee channel before return on failure.
18 years ago
Russell Bryant 63217678cb Add another sanity check in the AGI read loop. We really don't care about
18 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.
18 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
18 years ago
Russell Bryant 0f23b76a39 Add a new patch to handle interrupting the fgets() call when using FastAGI.
18 years ago