aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-30Merged revisions 48154 via svnmerge from file1-6/+0
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-1/+1
2006-09-27Merged revisions 43778 via svnmerge from russell1-5/+7
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-4/+4
2006-09-18merge qwell's CLI verbification workkpfleming1-10/+17
2006-08-31everything that loads a config that needs a config file to runmogorman1-137/+139
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+3
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming1-10/+35
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-31/+32
2006-08-20Properly check to see if parkingnum is a number (issue #7762 reported by robf)file1-1/+1