aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08I mixed up the use of the find_feature() function, so I renamed itrussell1-15/+19
2007-05-08Use a read/write lock when accessing the built-in features.russell1-49/+61
2007-05-01Merged revisions 62547 via svnmerge from russell1-1/+1
2007-04-10Finished up a previous fix to overcome a compiler warning; the app NoCDR() ha...murf1-21/+9
2007-04-09fix up some warnings found using --enable-dev-modekpfleming1-7/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-94/+56
2007-03-30several changes via kpflemings reviewmurf1-88/+96
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-1/+120
2007-02-16Clean up a few coding guidelines issues - spaces to tabs, use sizeof() to passrussell1-9/+9
2007-01-23this mod from 8593 (dstchannel in cdr is empty when transfer call).murf1-0/+3
2007-01-16Merged revisions 51145 via svnmerge from file1-0/+2
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-6/+6