aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Do not assume that the bridge_cdr is still attached to the channel when the '...file1-2/+7
2009-02-26This change moves the default feature digit timeout to 1000 ms from the previ...murf1-1/+1
2009-02-26This patch prevents the feature detection timeout from being cut in half.murf1-2/+9
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-1/+9
2009-02-12Fix ParkedCall event information for From field in the case of a blind transferjpeeler1-2/+9
2009-02-12Fix crash in event of failed attempt to transfer to parkingjpeeler1-1/+2
2009-02-03Parking attempts made to one end of a bridge no longer will hang up due to ajpeeler1-37/+68
2009-02-02Fix a feature inheritance bug I added after code reviewtwilson1-0/+4
2009-01-31Rename new parkedcallparking option to parkedcallreparkingtwilson1-9/+9
2009-01-30Fix feature inheritance with builtin featurestwilson1-37/+273
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-12/+29
2009-01-21Fix builtin_blindtransfer calling back the wrong channeltwilson1-1/+3
2009-01-20One-touch parking was calling back the wrong channel on timeouttwilson1-1/+3
2009-01-20Don't play audio to the channel if we've masqueradedtwilson1-12/+12
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