summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-28Make res_config_ldap compile with the official OpenLDAP 2.3.X versions.Michiel van Baak
2008-11-27Removed duplicate codePhilippe Sultan
2008-11-26improve handling of API calls provided by loaded modules through use of some ...Kevin P. Fleming
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-11-20Fix one case where the application argument was not converted from a pipe toSean Bright
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-20Fix compilingTerry Wilson
2008-11-19Cast this value since a uint64_t is not the sameMark Michelson
2008-11-19Merge the changes from the res_timing_timerfd branch.Mark Michelson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19correct small bug introduced during API conversionKevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming
2008-11-18This change prevents a crash from occurring if res_musiconhold.soMark Michelson
2008-11-14Cleanup whitespace issuesTerry Wilson
2008-11-14Use Mark's new ast_str_case_hash function instead of jumping through hoops to...Terry Wilson
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.Eliel C. Sardanons
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)Russell Bryant
2008-11-12Add XML documentation for AGI commands:Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...Eliel C. Sardanons
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-11Add LINEKEYS variable to allow for a user to set the number of keys assigned ...Doug Bailey
2008-11-10Make documentation of update method match documentation and update update2Tilghman Lesher
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. ThisSean Bright
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...Kevin P. Fleming
2008-11-05make this compile on OpenBSD again.Michiel van Baak
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-02fix small bug introduced while cleaning up compiler warningsKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-23Add patch to handle how IE7 issues POST requests using Window path spec inclu...Doug Bailey
2008-10-16func_strings isn't a dependency of this module anymoreTerry Wilson
2008-10-16inter-module dependencies should be included in the source code, not just in ...Kevin P. Fleming
2008-10-16correct file name in messageKevin P. Fleming
2008-10-16support relative paths in musiconhold.conf, which makes moh work by default w...Kevin P. Fleming
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-10-12fix the 'agi show commands' CLI function.Michiel van Baak
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...Sean Bright
2008-10-09Reverting format addition for nowTilghman Lesher
2008-10-09Fudges for wav16, just like wav49Tilghman Lesher
2008-10-09Make phoneprov case-insensitive to remove the func_strings dependency of the ...Terry Wilson
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...Sean Bright
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...Jeff Peeler
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-10-02Merged revisions 145751 via svnmerge from Tilghman Lesher