aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)kpfleming1-7/+7
2005-05-15code formatting cleanup (bug #4213)kpfleming1-606/+635
2005-05-15implement more detailed hangup causes (bug #4214)kpfleming1-9/+83
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming4-8/+8
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-91/+30
2005-05-15add counters to 'show agents' CLI command (bug #4232)kpfleming1-1/+12
2005-05-15various minor formatting changes and code cleanups (bug #4262)kpfleming1-34/+66
2005-05-15Add netstats option (bug #4175)markster1-9/+35
2005-05-15Fix one way audio problem with iax trunking (bug #4221)markster1-4/+16
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-45/+3
2005-05-14Fix incorrect variable (bug #4243)markster1-1/+1
2005-05-13Formatting fixes and sanity checks Bug #4263jeremy1-270/+270
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenablecitats1-1/+1
2005-05-12Resolve Bug #4248malcolmd1-2/+2
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-2/+6
2005-05-12enable/disable facility iesmattf1-2/+10
2005-05-11Set DNID for immediate calls (Bug #4220)mattf1-0/+3
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to s...jeremy1-21/+39
2005-05-11Formatting fixes, proper locking and to shut bkw up. Bug #4185jeremy1-183/+200
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164jeremy1-13/+19
2005-05-11Add specific gcc version to shut bkw upjeremy1-2/+2
2005-05-10chan_zap.c portion of PRI show debug command (Bug #3985)mattf1-0/+38
2005-05-10revert this patch ... THIS IS NORMAL OPERATION, see the bugnotes for details ...russell1-1/+2
2005-05-08Use maxdomainlen in chan_sip (bug #4212)markster1-17/+18
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
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-05major re-work of dialplan functions, including:kpfleming1-2/+2
2005-05-04Merge formatting changes (bug #4172)markster1-77/+84
2005-05-04Minor protocol fixes (bug #4169)markster1-35/+36
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-04fix build on FreeBSD (bug #4125)kpfleming1-1/+1
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)kpfleming1-34/+49
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 ...kpfleming1-25/+22
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-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-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-01ensure object reference is removed after unlinking from containerkpfleming1-2/+4
2005-05-01clean up reg_source_dbkpfleming1-54/+55
2005-05-01properly check for error from pri_timer2idx (bug #4117)kpfleming1-1/+1