aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Convert call to park_call_full to masq_park_call_announcetwilson1-8/+9
2008-12-19This merges the masqpark branch into 1.4murf1-61/+28
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-1/+9
2008-12-11Fix an issue that made it so you could only have a single caller executingrussell1-28/+33
2008-12-02Channel is masqueraded, don't keep alivetwilson1-1/+1
2008-12-02A situation like A calls B, A builtin_atxfers B to C, C parks B would lead to...twilson1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+1
2008-11-21In reference to the fix made for 13871, I wasmurf1-9/+14
2008-11-21(closes issue #13871)murf1-3/+5
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright1-1/+1
2008-10-31Add end_bridge_callback for app_follome and add AUTOLOOP flag to res_featurestwilson1-0/+4
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+4
2008-10-29The magic trick to avoid this crash is not tomurf1-61/+82
2008-10-23Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|...twilson1-2/+19
2008-10-17Interesting crash. In this case, you exit themurf1-4/+6
2008-10-09(closes issue #13139)jpeeler1-0/+5
2008-10-03(closes issue #13425)jpeeler1-2/+2
2008-10-03(closes issue #13579)murf1-1/+1
2008-09-23(closes issue #13489)murf1-38/+71
2008-09-18compare peer and chan instead of looking at the parked user (pu), which could...jpeeler1-1/+1
2008-09-16(closes issue #13493)jpeeler1-24/+24
2008-09-16(closes issue #13465)jpeeler1-22/+48
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+45
2008-09-11(closes issue #13364)murf1-24/+40
2008-09-10(closes issue #12318)murf1-0/+2
2008-09-09Ensure that the stored CDR reference is still valid after the bridge beforerussell1-0/+17
2008-09-04(closes issue #11979)jpeeler1-4/+11
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf1-44/+0
2008-08-22I found some problems with the code I committed earlier, whenmurf1-0/+8
2008-08-21(closes issue #13251)murf1-0/+36
2008-08-05(closes issue #12982)murf1-8/+30
2008-07-31(closes issue #11849)murf1-5/+14
2008-07-18Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always se...bbryant1-2/+2
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-116/+59
2008-06-13This should fix the behavior of the 'T' dial feature being passed incorrectly...twilson1-3/+53
2008-06-12(closes issue #12193)jpeeler1-7/+24
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson1-1/+16
2008-04-22After a parked call times out, allow the call back to the parker to time out.russell1-1/+1
2008-04-11Fix a race condition that may happen between a sip hangupmmichelson1-1/+19
2008-03-11Make sure the visible indication is on the right channel so when the masquera...file1-0/+1
2008-02-27Inherit language from the transfering channel on a blind transfer.qwell1-3/+4
2008-02-07Specify which digit string was matched in debug message.qwell1-1/+1
2008-01-28Fix a crash in ast_masq_park_call()russell1-1/+5
2008-01-22Add more dependencies on chan_local and add a note to the description of chan...oej1-0/+4
2008-01-18This should at least temporarily fix a problem where the 't' Dialtwilson1-2/+2
2008-01-09Fix saying the parking space number to the caller doing the parking ...russell1-1/+1
2008-01-04Properly continue in the dialplan if using PARKINGEXTEN and the slot is full.qwell1-3/+16
2007-12-26Don't try to send a parked call back to itself.russell1-5/+4
2007-12-12resolve compiler warningrussell1-1/+1