summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-24no need to call srand() when it is already called in asterisk.cRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-24fix outgoing format selection breakageKevin P. Fleming
2005-06-21fix debug output (bug #4562)Kevin P. Fleming
2005-06-21control maximum number of interpolation frames generated during silence by ji...Kevin P. Fleming
2005-06-21separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)Kevin P. Fleming
2005-06-13Various IAX2 fixesMark Spencer
2005-06-09add 'rtignoreexpire' option to allow Realtime addresses to be used regardless...Kevin P. Fleming
2005-06-09don't call alloca() or alloca()-using functions in parameter lists (bug #4487)Kevin P. Fleming
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
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