summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-05clean up file headersKevin P. Fleming
2005-05-05correct build on platforms that require PIC objects (bug #4179)Kevin P. Fleming
2005-05-05ensure generated files are ignored by CVSKevin P. Fleming
2005-05-05add STRFTIME dialplan function (bug #4098, modified to use new funcs subdirec...Kevin P. Fleming
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-05function formatting and header order cleanupRussell Bryant
2005-05-05remove obsolete module (still available in CVS history if needed) (inspired b...Kevin P. Fleming
2005-05-04Fix minor doc issue (bug #4145)Mark Spencer
2005-05-04add app_dictate (bug #3893)Kevin P. Fleming
2005-05-04Merge formatting changes (bug #4172)Mark Spencer
2005-05-04Minor protocol fixes (bug #4169)Mark Spencer
2005-05-04document Zap dial string options in sample config (bug #4165)Kevin P. Fleming
2005-05-04add doxygen docs for astobj.h (bug #4145, with minor mods)Kevin P. Fleming
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...Kevin P. Fleming
2005-05-04fix obvious fault in ast_separate_app_argsKevin P. Fleming
2005-05-04remove extraneous manual string terminationKevin P. Fleming
2005-05-04move some debugging output to a higher debug level (bug #4119)Kevin P. Fleming
2005-05-04don't report EAGAIN as an error (bug #4128)Kevin P. Fleming
2005-05-04fix build on FreeBSD (bug #4125)Kevin P. Fleming
2005-05-04add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and Grou...Kevin P. Fleming
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)Kevin P. Fleming
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...Kevin P. Fleming
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)Kevin P. Fleming
2005-05-04return proper string from description function (bug #4150)Kevin P. Fleming
2005-05-04update doxygen configuration file to current version (bug #4144)Kevin P. Fleming
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)Kevin P. Fleming
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...Kevin P. Fleming
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...Jeremy McNamara
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...Jeremy McNamara
2005-05-03simplify argument parsing in sip_prune_realtimeKevin P. Fleming
2005-05-03use symbolic constants for RTP method flags, and add debugging output to sip_...Kevin P. Fleming
2005-05-03correct documentation for ast_sched_add (bug #4136)Kevin P. Fleming
2005-05-03ensure astdb registration entries are parsed properly (bug #4126)Kevin P. Fleming
2005-05-03ensure buffer size is computed properly for ast_copy_stringKevin P. Fleming
2005-05-02Update README to discuss file descriptors (bug #4134)Mark Spencer
2005-05-02Add support for native DTMFMark Spencer
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112Jeremy McNamara
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy for...Kevin P. Fleming
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...Kevin P. Fleming
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ...Kevin P. Fleming
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...Kevin P. Fleming
2005-05-01ensure that 'static' members of source files are documented tooKevin P. Fleming
2005-05-01ensure object reference is removed after unlinking from containerKevin P. Fleming
2005-05-01make verbosity of function registration match apps/manager events/etc.Kevin P. Fleming
2005-05-01clean up reg_source_dbKevin P. Fleming
2005-05-01add some notes regarding the distinction between applications and functionsKevin P. Fleming
2005-05-01properly check for error from pri_timer2idx (bug #4117)Kevin P. Fleming
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...Kevin P. Fleming
2005-05-01add direct object unlink macro to ASTOBJ apiKevin P. Fleming
2005-05-01keep 3710 patch in working conditionAnthony Minessale II