aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Merged revisions 164605 via svnmerge from russell1-1/+1
2008-12-13Use ast_str_strlen() instead of recalculating the string length.seanbright1-1/+1
2008-12-13nuke another use of the ast_str internals.mvanbaak1-2/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman8-90/+89
2008-12-12Add a note to indicate why this only supports one channel for now.russell1-0/+5
2008-12-12Add a new CLI command, "channel redirect", which is similar in operationrussell1-3/+45
2008-12-12Document default Monitor file location.mvanbaak1-0/+1
2008-12-11Fix a problem where continuous mode will get inadvertently get turned off if ...russell1-5/+22
2008-12-11Merged revisions 163088 via svnmerge from tilghman1-1/+1
2008-12-10Merged revisions 162926 via svnmerge from jpeeler1-1/+1
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...file1-19/+4
2008-12-10Merged revisions 162874 via svnmerge from jpeeler1-5/+5
2008-12-10FreeBSD also needs libgen.hfile1-1/+1
2008-12-10Make res_snmp.so compile on OpenBSD.mvanbaak1-0/+8
2008-12-09Merged revisions 162264 via svnmerge from murf2-86/+108
2008-12-09Merged revisions 162136 via svnmerge from murf2-77/+103
2008-12-09Merged revisions 162013 via svnmerge from murf3-107/+80
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel11-20/+20
2008-12-04Added XML documentation for the following AGI commands:eliel1-23/+55
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming1-7/+6
2008-11-28Make res_config_ldap compile with the official OpenLDAP 2.3.X versions.mvanbaak1-0/+2
2008-11-27Removed duplicate codephsultan1-8/+0
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-1/+3
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright4-21/+21
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-9/+9
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