summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-01-25Removing chan_vpb from the treeMark Michelson
2008-01-25Add an API call that steals the answered channel so that a destruction of the...Joshua Colp
2008-01-24ummm... might be good if this macro argument was actually used :-)Kevin P. Fleming
2008-01-24add the ability to define a structure type for argument parsing when it would...Kevin P. Fleming
2008-01-24Merged revisions 100264 via svnmerge from Kevin P. Fleming
2008-01-23Move code from res_features into (new file) main/features.cJason Parker
2008-01-22Add res_config_ldap for realtime LDAP engine.Tilghman Lesher
2008-01-22Add a generic function to set the bridged call PVT unique id stringOlle Johansson
2008-01-22Doxygen updatesOlle Johansson
2008-01-21Merged revisions 99341 via svnmerge from Tilghman Lesher
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant
2008-01-18Merged revisions 99081 via svnmerge from Russell Bryant
2008-01-18Merged revisions 99079 via svnmerge from Russell Bryant
2008-01-17Merged revisions 99004 via svnmerge from Russell Bryant
2008-01-16Change AST_EXT_TOOL_CHECK to attempt to build against <package>_LIB, per reco...Jason Parker
2008-01-16Partially revert r93898, because it broke the way netsnmp was being detected.Jason Parker
2008-01-16Merged revisions 98951 via svnmerge from Joshua Colp
2008-01-15Clean up something I did for ABI compatability in 1.4Russell Bryant
2008-01-15Merged revisions 98943 via svnmerge from Russell Bryant
2008-01-13Add configure script check for JACK.Russell Bryant
2008-01-13Remove KDE configure script check that isn't usedRussell Bryant
2008-01-10Merged revisions 97847 via svnmerge from Jason Parker
2008-01-10Merged revisions 97734 via svnmerge from Russell Bryant
2008-01-10These prototypes are not supposed to be in asterisk.h. They are already inRussell Bryant
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...Steve Murphy
2008-01-10Several manager changes:Tilghman Lesher
2008-01-09Added a new module, res_phoneprov, which allows auto-provisioning of phonesTerry Wilson
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2008-01-04[commit message]Kevin P. Fleming
2008-01-03Document recent API additionTilghman Lesher
2008-01-02Don't use AST_C_DEFINE_CHECK for the two pthread things that may not actually...Joshua Colp
2008-01-02Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,Mark Michelson
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02There are three instances of the module definition macros,Luigi Rizzo
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31fix a spelling error in a commentRussell Bryant
2007-12-31Add CV_STRINGFIELD() macro. This lets you set a config variable to a string ...Russell Bryant
2007-12-31Regenerate configure script to include check for portaudio.Russell Bryant
2007-12-27Merged revisions 94828-94829 via svnmerge from Russell Bryant
2007-12-20add some macros to simplify parsing the config file,Luigi Rizzo
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603Luigi Rizzo
2007-12-19Merged revisions 94077 via svnmerge from Russell Bryant
2007-12-19Add a couple of new time API calls - ast_tvdiff_sec and ast_tvdiff_usecRussell Bryant
2007-12-19Add a new API function, written at least twice in app_voicemail.cLuigi Rizzo
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forLuigi Rizzo
2007-12-19Properly document AST_EXT_TOOL_CHECK() and use it to check forLuigi Rizzo
2007-12-18remove a leftover line with only a '#' (wonder whyLuigi Rizzo
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18minor cleanupsKevin P. Fleming