summaryrefslogtreecommitdiff
path: root/res/res_features.c
AgeCommit message (Expand)Author
2007-09-18(issue #10724)Jason Parker
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-09-17Merged revisions 82594 via svnmerge from Russell Bryant
2007-09-17(closes issue #10715)Joshua Colp
2007-09-06Merged revisions 81682 via svnmerge from Mark Michelson
2007-09-05Merged revisions 81599 via svnmerge from Russell Bryant
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-31Merged revisions 81403 via svnmerge from Joshua Colp
2007-08-30Merged revisions 81401 via svnmerge from Joshua Colp
2007-08-30Merged revisions 81369 via svnmerge from Joshua Colp
2007-08-28(closes issue #10579)Joshua Colp
2007-08-23Merged revisions 80573 via svnmerge from Russell Bryant
2007-08-17Fix Dial arguments in res_features.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-14Merged revisions 79397 via svnmerge from Joshua Colp
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