aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-08Fix improper config dir path (bug #4184)markster1-1/+1
2005-05-08Update groupcount / db documentation (bug #4200, etc)markster3-5/+124
2005-05-08Fix formatting of functions (bug #4196, with mods)markster1-1/+1
2005-05-08Convert app_db to function variables (bug #4201)markster3-1/+118
2005-05-08Fix chan_spy on Solaris (bug #4204)markster1-0/+6
2005-05-08Fix double unlock of hintlock (bug #4205)markster1-1/+2
2005-05-08Use maxdomainlen in chan_sip (bug #4212)markster1-17/+18
2005-05-08Fix gethostname calls (bug #4198, with mods)markster6-17/+17
2005-05-08Allow transfer to work without a tech (bug #4199)markster1-1/+4
2005-05-08Fix French time (bug #4197)markster1-4/+8
2005-05-07now fix the formatting part (bug #4207)russell1-31/+31
2005-05-07remove unreachable block of code (bug #4207)russell1-4/+3
2005-05-07use ast_strcasestr (bug #4203)russell1-1/+1
2005-05-07fix header descriptionrussell1-1/+1
2005-05-07add my name for the functions I wroterussell1-0/+1
2005-05-06add missing newline to warning message (bug #4183)russell1-1/+1
2005-05-05Build as a single executable, work around Makefile issuemarkster1-5/+7
2005-05-05expose function execution routines and warn about trying to set a read-only c...anthm3-3/+36
2005-05-05oej deserves to be in CREDITS as much as anyone else :-)kpfleming1-0/+2
2005-05-05clean up file headerskpfleming5-3/+8
2005-05-05correct build on platforms that require PIC objects (bug #4179)kpfleming1-0/+2
2005-05-05ensure generated files are ignored by CVSkpfleming1-0/+3
2005-05-05add STRFTIME dialplan function (bug #4098, modified to use new funcs subdirec...kpfleming1-0/+54
2005-05-05major re-work of dialplan functions, including:kpfleming14-457/+833
2005-05-05function formatting and header order cleanuprussell1-74/+73
2005-05-05remove obsolete module (still available in CVS history if needed) (inspired b...kpfleming2-295/+0
2005-05-04Fix minor doc issue (bug #4145)markster1-1/+2
2005-05-04add app_dictate (bug #3893)kpfleming16-2/+375
2005-05-04Merge formatting changes (bug #4172)markster1-77/+84
2005-05-04Minor protocol fixes (bug #4169)markster1-35/+36
2005-05-04document Zap dial string options in sample config (bug #4165)kpfleming1-0/+10
2005-05-04add doxygen docs for astobj.h (bug #4145, with minor mods)kpfleming1-7/+435
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...kpfleming2-74/+84
2005-05-04fix obvious fault in ast_separate_app_argskpfleming1-1/+2
2005-05-04remove extraneous manual string terminationkpfleming1-1/+0
2005-05-04move some debugging output to a higher debug level (bug #4119)kpfleming1-3/+3
2005-05-04don't report EAGAIN as an error (bug #4128)kpfleming1-6/+2
2005-05-04fix build on FreeBSD (bug #4125)kpfleming2-1/+2
2005-05-04add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and Grou...kpfleming2-3/+85
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming3-10/+85
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...kpfleming2-9/+33
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)kpfleming1-34/+49
2005-05-04return proper string from description function (bug #4150)kpfleming1-1/+1
2005-05-04update doxygen configuration file to current version (bug #4144)kpfleming1-168/+557
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)kpfleming1-0/+1
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...kpfleming2-26/+25
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...jeremy1-2/+2
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...jeremy1-1/+1
2005-05-03simplify argument parsing in sip_prune_realtimekpfleming1-50/+48
2005-05-03use symbolic constants for RTP method flags, and add debugging output to sip_...kpfleming1-18/+20