aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-12Correctly detect where a dynamic feature was activated. Before this patch,mmichelson1-4/+7
2007-12-03Fix crash in ParkAndAnnounce application.qwell1-1/+1
2007-11-26Add module counting removal for error conditions.file1-0/+3
2007-11-21If a channel gets masqueraded in the middle of a park, don't play thetwilson1-8/+18
2007-11-19Print out the correct filename (features.conf) in the log message when parkpo...file1-1/+1
2007-11-13Revert change from revision 67064.qwell1-1/+1
2007-10-30Add two more checks before printing out a warning message about bridging. If ...file1-2/+2
2007-10-02Fix some odd formatting I missed..qwell1-2/+2
2007-10-02Finish up on transferee channel before return on failure.qwell1-2/+7
2007-09-17Handle the case where there are multiple dynamic features with the same digitrussell1-4/+8
2007-09-06Fixes a memory leakmmichelson1-1/+1
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell1-1/+5
2007-08-31(closes issue #10618)file1-8/+1
2007-08-30(closes issue #10009)file1-1/+2
2007-08-30(issue #10599)file1-0/+7
2007-08-23When executing a dynamic feature, don't look it up a second time by digit pat...russell1-16/+9
2007-08-14(closes issue #10415)file1-7/+11
2007-07-30(closes issue #10327)file1-11/+7
2007-07-05Pass HOLD and UNHOLD frames to the other channel when they are returned from arussell1-9/+16
2007-06-24Issue 10044 - chan->cdr is NULL here, so peer->cdr is what we really wanted t...tilghman1-2/+2
2007-06-23This patch is meant to fix 8433; where clid and src are lost via bridging.murf1-4/+9
2007-06-19Merged revisions 69846 via svnmerge from file1-4/+4
2007-06-15Fix a silly deadlock in res_features that I found while debugging on one ofrussell1-1/+3
2007-06-04Returning a value that indicates the parking of a call was a success when it ...file1-1/+1
2007-05-15Properly fix a problem that occurs when you set PARKINGEXTEN to an exten whererussell1-23/+2
2007-05-14When someone requests a specific parking space using the PARKINGEXTEN variable,russell1-0/+23
2007-05-11Make the PARKINGEXTEN feature of parking actually work. (issue #9708 reported...file1-0/+1