summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listKevin P. Fleming
2005-06-03use ast_cli_register_multiple() for CLI commandsKevin P. Fleming
2005-06-03use ast_strip_quoted to strip brackets from key secretsKevin P. Fleming
2005-06-03clean up create_addr, and use a structure instead of a large parameter listKevin P. Fleming
2005-06-02Blindly merge jitter buffer patch of bug #4342)Mark Spencer
2005-05-30Fix small sizeof bug (#4407)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)Kevin P. Fleming
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...Mark Spencer
2005-05-19More jitter buffer fixes for large resync (bug #4311)Mark Spencer
2005-05-19Merge skew reduction (bug #4222)Mark Spencer
2005-05-18Add IAX2 testing code (bug #4242)Mark Spencer
2005-05-18Actually apply timestamp bug (bug #3961)Mark Spencer
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-15combine two lines of code to make the logic clearer (bug #4273)Kevin P. Fleming
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...Kevin P. Fleming
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)Kevin P. Fleming
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15Add netstats option (bug #4175)Mark Spencer
2005-05-15Fix one way audio problem with iax trunking (bug #4221)Mark Spencer
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)Mark Spencer
2005-05-12fixes for the new jitter buffer (bug #4249)Russell Bryant
2005-05-04move some debugging output to a higher debug level (bug #4119)Kevin P. Fleming
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-28unregister reload command (bug #4102)Kevin P. Fleming
2005-04-27report IP of peer who sent failing registration (bug #4089)Kevin P. Fleming
2005-04-22ensure cause code supplied by IAX2 peer is passed up to caller properly (bug ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-06*** empty log message ***Kevin P. Fleming
2005-04-04correct IAX loading/binding message (bug #3953)Kevin P. Fleming
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-04-03fix various compiler warnings (bug #3938)Kevin P. Fleming
2005-04-01Allow chan_iax2 to build on systems that don't define SO_NO_CHECK (bug #3908,...Kevin P. Fleming
2005-04-01Add 'iax2 reload' CLI command and fix peer counting with regex matches (bug #...Kevin P. Fleming
2005-03-31Fix IAX2 out of memory failure (bug #3907)Mark Spencer
2005-03-29Add option to disable checksums on IAXMark Spencer
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-24Fix SIP/IAX caching (bug #3671)Mark Spencer
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-18fix typo per stevek's reqAnthony Minessale II
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-16Fix missing newline to notice (bug #3775)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Add iax2 device state notification (bug #3640)Mark Spencer