Commit Graph

809 Commits (6177d367e2d7a1f57e2dc1522b5ef4e8e8311857)

Author SHA1 Message Date
Tilghman Lesher 9d294cd934 Deallocate database connection handle on disconnect, as we allocate another
18 years ago
Steve Murphy ee8adb313e (closes issue #12982)
18 years ago
Steve Murphy 08450d1a93 (closes issue #11849)
18 years ago
Tilghman Lesher 0dff9821d6 launch_netscript sometimes returns -1, which fails to set AGISTATUS. Map
18 years ago
Brett Bryant 5d4058b41a Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always set to the other end of the blind transfer.
18 years ago
Tilghman Lesher 74c78a9e3a Oops
18 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
18 years ago
Jeff Peeler a2266547c6 fixed dahdi compatability header from assuming either dahdi or zaptel is installed (may not have either)
18 years ago
Terry Wilson e128c2a314 This should fix the behavior of the 'T' dial feature being passed incorrectly to the transferee when builtin_atxfers are used.
18 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
Jeff Peeler 0c0a5cdc73 (closes issue #12193)
18 years ago
Terry Wilson c340004d76 Backport fix for 11520--for some reason I didn't do this back in February when I patched for trunk.
18 years ago
Philippe Sultan d9ad9cc1e4 Ignore appended resource when comparing JIDs.
18 years ago
Russell Bryant dae683eb3f It turns out that searching on the forwarding station isn't very useful for
18 years ago
Philippe Sultan 59410a3f01 Do not link the guest account with any configured XMPP client (in
18 years ago
Joshua Colp b5ac40e980 Use the right pthread lock and condition when waiting.
18 years ago
Tilghman Lesher 01f5aee7ac Avoid zombies when the channel exits before the AGI.
18 years ago
Jason Parker 00415742a5 Switch to using ast_random() rather than just rand().
18 years ago
Jason Parker 06b0749cfd Change warning message to debug, since there are cases where 0 results is perfectly fine.
18 years ago
Jason Parker 02bd4cbebc Fix reload/unload for res_musiconhold module.
18 years ago
Russell Bryant e4ed5a76f1 Trivial change to read the number of samples from a frame before calling ast_write()
18 years ago
Russell Bryant d87023aef0 After a parked call times out, allow the call back to the parker to time out.
18 years ago
Tilghman Lesher 0dc35f4e26 MOH usage information needs a terminating newline, or else
18 years ago
Philippe Sultan 2ebfcb323b Use keepalives effectively in order diagnose bug #12432.
18 years ago
Tilghman Lesher 176add9ecd Add special case for when the agi cannot be executed, to comply with the documentation that
18 years ago
Mark Michelson 7bce362fa7 Fix a race condition that may happen between a sip hangup
18 years ago
Joshua Colp ba782ce5f9 Add sanity checking for position resuming. We *have* to make sure that the position does not exceed the total number of files present, and we have to make sure that the position's filename is the same as previous. These values can change if a music class is reloaded and give unpredictable behavior.
18 years ago
Jason Parker 503ca9f30c Fix a potential segfault if chan (or chan->music_state) is NULL.
18 years ago
Joshua Colp 8f65ef8264 Make sure the visible indication is on the right channel so when the masquerade happens the proper indication is enacted.
18 years ago
Jason Parker 47f33c87f4 Fix type for astNumChannels.
18 years ago
Philippe Sultan 899ce48345 Fix a potential memory leak
18 years ago
Philippe Sultan 5d1234fb4f Automatically create new buddy upon reception of a presence stanza of
18 years ago
Jason Parker 841283adfe Inherit language from the transfering channel on a blind transfer.
18 years ago
Joshua Colp bb7aa0e4bc Only stop the MWI monitor thread if it was actually started.
18 years ago
Russell Bryant bc56a84c58 Merge changes from team/russell/smdi-1.4
18 years ago
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