aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Fix one case where the application argument was not converted from a pipe toseanbright1-1/+1
2008-11-20Merged revisions 157859 via svnmerge from kpfleming1-1/+1
2008-11-20Fix compilingtwilson1-1/+1
2008-11-19Cast this value since a uint64_t is not the samemmichelson1-1/+1
2008-11-19Merge the changes from the res_timing_timerfd branch.mmichelson3-0/+278
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson2-2/+2
2008-11-19correct small bug introduced during API conversionkpfleming1-1/+1
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-123/+158
2008-11-18This change prevents a crash from occurring if res_musiconhold.sommichelson1-0/+1
2008-11-14Cleanup whitespace issuestwilson1-29/+29
2008-11-14Use Mark's new ast_str_case_hash function instead of jumping through hoops to...twilson1-19/+4
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.eliel1-2/+3
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)russell1-1/+1
2008-11-12Add XML documentation for AGI commands:eliel1-36/+81
2008-11-12This commit does two things:mvanbaak3-70/+276
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML documen...eliel1-21/+58
2008-11-12Implement AGI XML documentation parsing functions.eliel1-32/+167
2008-11-11Add LINEKEYS variable to allow for a user to set the number of keys assigned ...dbailey1-0/+6
2008-11-10Make documentation of update method match documentation and update update2tilghman1-9/+9
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright2-10/+10
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. Thisseanbright1-36/+19
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...kpfleming2-85/+87
2008-11-05make this compile on OpenBSD again.mvanbaak1-0/+3
2008-11-05- Add PlayTones() and StopPlayTones() applications XML documentation.eliel1-10/+37
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming3-3/+3
2008-11-02fix small bug introduced while cleaning up compiler warningskpfleming1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming11-221/+420
2008-10-23Add patch to handle how IE7 issues POST requests using Window path spec inclu...dbailey1-7/+136
2008-10-16func_strings isn't a dependency of this module anymoretwilson1-4/+0
2008-10-16inter-module dependencies should be included in the source code, not just in ...kpfleming1-0/+4
2008-10-16correct file name in messagekpfleming1-1/+1
2008-10-16support relative paths in musiconhold.conf, which makes moh work by default w...kpfleming1-5/+15
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman1-4/+26
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman6-146/+873
2008-10-12fix the 'agi show commands' CLI function.mvanbaak1-2/+2
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-0/+1
2008-10-09Reverting format addition for nowtilghman1-1/+1
2008-10-09Fudges for wav16, just like wav49tilghman1-1/+1
2008-10-09Make phoneprov case-insensitive to remove the func_strings dependency of the ...twilson1-5/+19
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-2/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak2-2/+6
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...jpeeler1-0/+4
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+1
2008-10-02Merged revisions 145751 via svnmerge from tilghman1-9/+15
2008-09-28Merge the cli_cleanup branch.mvanbaak7-64/+67
2008-09-28Change several improper "sizeof" to "strlen", as sizeof in that context wouldtilghman1-30/+56
2008-09-24Blanch the 404 error message for those with no sense of humordbailey1-1/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman12-19/+23
2008-09-09Disable autoprune by default.phsultan1-6/+7
2008-09-06Merged revisions 141503 via svnmerge from tilghman1-1/+1