summaryrefslogtreecommitdiff
path: root/res/res_features.c
AgeCommit message (Expand)Author
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-30Merged revisions 77778 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-07-09Use linkedlist macros for parking.Joshua Colp
2007-07-08ast_exists_extension() does not return an ast_device_state, so change thisRussell Bryant
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