summaryrefslogtreecommitdiff
path: root/res/res_features.c
AgeCommit message (Expand)Author
2007-07-05Merged revisions 73512 via svnmerge from Russell Bryant
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-24Merged revisions 71291 via svnmerge from Tilghman Lesher
2007-06-23Merged revisions 71230 via svnmerge from Steve Murphy
2007-06-19Merged revisions 69847 via svnmerge from Joshua Colp
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Constify the return values of ast_parking_ext() and ast_pickup_ext()Russell Bryant
2007-06-06Another tiny formatting change for testing ...Russell Bryant
2007-06-06Change "show parkedcalls" to "parkedcalls show" and mark the previous commandRussell Bryant
2007-06-04Merged revisions 67064 via svnmerge from Joshua Colp
2007-05-31Add support for configuring named groups of custom call features inRussell Bryant
2007-05-31Revert changes that snuck in with revision 66724.Russell Bryant
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatRussell Bryant
2007-05-22Don't overwrite a pointer to the first channel... that is bad. (issue #9770 r...Joshua Colp
2007-05-15Merged revisions 64426 via svnmerge from Russell Bryant
2007-05-14Merged revisions 64353 via svnmerge from Russell Bryant
2007-05-11Merged revisions 63872 via svnmerge from Joshua Colp
2007-05-08Merged revisions 63448 via svnmerge from Russell Bryant
2007-05-08I noted this on the dev list but got no response, so I just did it myself.Russell Bryant
2007-05-08Merged revisions 63445 via svnmerge from Russell Bryant
2007-05-04According to my testing, it's better if the ast_find_call_feature func ran th...Steve Murphy
2007-05-04a small upgrade to the coding standard, and an update to the code that trigge...Steve Murphy
2007-05-04Added a small bit of code to support the SNOM 360's Record button. Made the f...Steve Murphy
2007-05-01In addition to making it so attended transfers don't fail unnecessarily,Russell Bryant
2007-05-01Merged revisions 62548 via svnmerge from Russell Bryant
2007-04-10Merge changes from team/russell/issue_5841:Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59522 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59486 via svnmerge from Steve Murphy
2007-02-18Being picky...Olle Johansson
2007-02-18Simplify post_manager_event()Olle Johansson
2007-02-16Allow the user to specify where to enable the respective features for when a ...Joshua Colp
2007-02-16Merged revisions 54888 via svnmerge from Russell Bryant
2007-02-16Add option to features.conf that enables parking via DTMF on picked up parked...Joshua Colp
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-01Formatting changesOlle Johansson
2007-01-23Merged revisions 51716 via svnmerge from Steve Murphy
2007-01-16Add parkedcalltransfers option for res_features. This basically enables/disab...Joshua Colp
2007-01-16Merged revisions 51148 via svnmerge from Joshua Colp
2007-01-06Merged revisions 49742 via svnmerge from Jason Parker
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-11-30Merged revisions 48155 via svnmerge from Joshua Colp
2006-11-18ESS-ification.Luigi Rizzo
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-11-01move variable declaration in the middle of a blockLuigi Rizzo
2006-11-01change default return extension after parking timeout.Matt O'Gorman