aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-03correct documentation for ast_sched_add (bug #4136)kpfleming1-1/+1
2005-05-03ensure astdb registration entries are parsed properly (bug #4126)kpfleming1-1/+1
2005-05-03ensure buffer size is computed properly for ast_copy_stringkpfleming1-1/+1
2005-05-02Update README to discuss file descriptors (bug #4134)markster1-0/+36
2005-05-02Add support for native DTMFmarkster1-3/+22
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy3-27/+68
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy for...kpfleming1-233/+231
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...kpfleming2-50/+64
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ...kpfleming1-48/+54
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...kpfleming2-4/+38
2005-05-01ensure that 'static' members of source files are documented tookpfleming1-1/+1
2005-05-01ensure object reference is removed after unlinking from containerkpfleming1-2/+4
2005-05-01make verbosity of function registration match apps/manager events/etc.kpfleming1-4/+4
2005-05-01clean up reg_source_dbkpfleming1-54/+55
2005-05-01add some notes regarding the distinction between applications and functionskpfleming1-1/+25
2005-05-01properly check for error from pri_timer2idx (bug #4117)kpfleming1-1/+1
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...kpfleming2-3/+53
2005-05-01add direct object unlink macro to ASTOBJ apikpfleming2-110/+127
2005-05-01keep 3710 patch in working conditionanthm1-74/+56
2005-05-01ensure that old modules warning does not occur when 'make install' is run dir...kpfleming1-3/+6
2005-04-29enhance 'sip prune realtime' to support users as well as peers, and regex-bas...kpfleming1-28/+182
2005-04-29fix typokpfleming1-1/+1
2005-04-29fix *BSD breakage from include-order changes (bug #4067)kpfleming2-1/+2
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming31-69/+69
2005-04-29formatting cleanup (bug #4109)kpfleming1-1436/+1305
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...kpfleming1-2/+1
2005-04-29support various other formats for Asterisk manual page (bug #4113)kpfleming1-0/+13
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming4-65/+65
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...jeremy1-0/+9
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...jeremy3-110/+39
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045jeremy2-10/+22
2005-04-28unregister reload command (bug #4102)kpfleming1-0/+1
2005-04-28oopsrussell1-6/+0
2005-04-28Add Q.SIG option to zapata.confmattf1-1/+10
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadjim1-0/+2
2005-04-27allow fine-grained 'insecure' settings (bug #4024)kpfleming2-30/+53
2005-04-27'make install' will now warn the user if their modules directory contains mod...kpfleming1-2/+21
2005-04-27Oops :)markster1-4/+4