Commit Graph

241 Commits (705d6f3742db0ec268f9b4dbb2da5b45d1b95727)

Author SHA1 Message Date
Terry Wilson 705d6f3742 Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_features
17 years ago
Terry Wilson 6280e04736 Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call
17 years ago
Steve Murphy 961bc7e758 The magic trick to avoid this crash is not to
17 years ago
Terry Wilson 3f6d4154b8 Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour.
17 years ago
Steve Murphy 8f30902385 Interesting crash. In this case, you exit the
17 years ago
Jeff Peeler b1da541a92 (closes issue #13139)
17 years ago
Jeff Peeler fc2e08f823 (closes issue #13425)
17 years ago
Steve Murphy b161b2df6e (closes issue #13579)
17 years ago
Steve Murphy ee2d2f2cae (closes issue #13489)
17 years ago
Jeff Peeler 5d6a7c270b compare peer and chan instead of looking at the parked user (pu), which could have possibly already have been freed by the parking thread
17 years ago
Jeff Peeler 407b16efd7 (closes issue #13493)
17 years ago
Jeff Peeler a3289918e3 (closes issue #13465)
17 years ago
Steve Murphy eccd14d7f0 Tested by: sergee, murf, chris-mac, andrew, KNK
17 years ago
Steve Murphy aa58c91fbe (closes issue #13364)
17 years ago
Steve Murphy dca52e11c5 (closes issue #12318)
17 years ago
Russell Bryant 5730a3169a Ensure that the stored CDR reference is still valid after the bridge before
17 years ago
Jeff Peeler 1c8fff43ad (closes issue #11979)
17 years ago
Steve Murphy 271e1a4acf This patch reverts the changes made via 139347, and 139635, as users
17 years ago
Steve Murphy d0f001accc I found some problems with the code I committed earlier, when
17 years ago
Steve Murphy 3bb4f66a30 (closes issue #13251)
17 years ago
Steve Murphy ee8adb313e (closes issue #12982)
17 years ago
Steve Murphy 08450d1a93 (closes issue #11849)
17 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.
17 years ago
Steve Murphy e9f5152eba The CDRfix4/5/6 omnibus cdr fixes.
17 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.
17 years ago
Jeff Peeler 0c0a5cdc73 (closes issue #12193)
17 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.
17 years ago
Russell Bryant d87023aef0 After a parked call times out, allow the call back to the parker to time out.
17 years ago
Mark Michelson 7bce362fa7 Fix a race condition that may happen between a sip hangup
17 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.
17 years ago
Jason Parker 841283adfe Inherit language from the transfering channel on a blind transfer.
18 years ago
Jason Parker caa961fbcf Specify which digit string was matched in debug message.
18 years ago
Russell Bryant 9b53acdbf5 Fix a crash in ast_masq_park_call()
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
Terry Wilson eab2f166c3 This should at least temporarily fix a problem where the 't' Dial
18 years ago
Russell Bryant eebd74ee97 Fix saying the parking space number to the caller doing the parking ...
18 years ago
Jason Parker 6cc0887f56 Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.
18 years ago
Russell Bryant 39c5c66235 Don't try to send a parked call back to itself.
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
Jason Parker 8579b0ff93 Fix crash in ParkAndAnnounce application.
18 years ago
Joshua Colp 4ac8f69d0a Add module counting removal for error conditions.
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
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
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 db99815a6a Handle the case where there are multiple dynamic features with the same digit
18 years ago
Mark Michelson 2a3b64bf70 Fixes a memory leak
18 years ago