aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listkpfleming1-3/+7
2005-06-03use ast_cli_register_multiple() for CLI commandskpfleming1-176/+131
2005-06-03use ast_strip_quoted to strip brackets from key secretskpfleming1-7/+2
2005-06-03clean up create_addr, and use a structure instead of a large parameter listkpfleming1-300/+306
2005-06-02Blindly merge jitter buffer patch of bug #4342)markster1-4/+4
2005-05-30Fix small sizeof bug (#4407)markster1-1/+1
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-3/+3
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)kpfleming1-0/+79
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...markster1-3/+5
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster1-3/+12
2005-05-19Merge skew reduction (bug #4222)markster1-1/+6
2005-05-18Add IAX2 testing code (bug #4242)markster1-0/+103
2005-05-18Actually apply timestamp bug (bug #3961)markster1-2/+11
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formrussell1-6/+6
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming1-112/+112
2005-05-15combine two lines of code to make the logic clearer (bug #4273)kpfleming1-2/+1
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...kpfleming1-79/+86
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)kpfleming1-7/+7
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
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-12fixes for the new jitter buffer (bug #4249)russell1-2/+6
2005-05-04move some debugging output to a higher debug level (bug #4119)kpfleming1-3/+3
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...kpfleming1-34/+40
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-28unregister reload command (bug #4102)kpfleming1-0/+1
2005-04-27report IP of peer who sent failing registration (bug #4089)kpfleming1-1/+1
2005-04-22ensure cause code supplied by IAX2 peer is passed up to caller properly (bug ...kpfleming1-0/+5
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-28/+28
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-9/+9
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-1/+0
2005-04-06*** empty log message ***kpfleming1-2/+6
2005-04-04correct IAX loading/binding message (bug #3953)kpfleming1-3/+1
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)kpfleming1-2/+4
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-2/+5
2005-04-03fix various compiler warnings (bug #3938)kpfleming1-1/+7
2005-04-01Allow chan_iax2 to build on systems that don't define SO_NO_CHECK (bug #3908,...kpfleming1-0/+2
2005-04-01Add 'iax2 reload' CLI command and fix peer counting with regex matches (bug #...kpfleming1-1/+16
2005-03-31Fix IAX2 out of memory failure (bug #3907)markster1-1/+1
2005-03-29Add option to disable checksums on IAXmarkster1-0/+19
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-19/+19
2005-03-24Fix SIP/IAX caching (bug #3671)markster1-1/+5
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-9/+9
2005-03-18fix typo per stevek's reqanthm1-10/+0
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-38/+488
2005-03-16Fix missing newline to notice (bug #3775)markster1-1/+1