formatting fixes
[asterisk/asterisk.git] / channels / chan_iax2.c
2005-08-06 Russell Bryantformatting fixes
2005-08-05 Russell Bryantfix seg fault
2005-08-04 Russell Bryant'outgress' should be 'egress'
2005-08-01 Russell Bryantmake sure that iaxs gets initialized (bug #4856)
2005-07-25 Kevin P. Flemingadd explanatory comment about timestamp compensation...
2005-07-20 Kevin P. Fleming_really_ fix IAX2 crazy timestamp problem (bug #4747)
2005-07-19 Kevin P. Flemingsplit acl and netsock code into separate files, in...
2005-07-15 Kevin P. Flemingadd a library of timeval manipulation functions, and...
2005-07-12 Mark SpencerFix IAX2 encryption (really, bug #4500 for reference)
2005-07-12 Kevin P. Flemingallow explicit source address/port selection for peers...
2005-07-10 Russell Bryantdefine an AST_MAX_CONTEXT for use instead of AST_MAX_EX...
2005-07-08 Kevin P. Flemingqueue device state changes and handle them serially...
2005-07-07 Kevin P. Flemingmake CLI output use singular/plural when appropriate...
2005-06-24 Russell Bryantno need to call srand() when it is already called in...
2005-06-24 Kevin P. Flemingdon't use locks when reading usecounts (reading only...
2005-06-24 Kevin P. Flemingfix outgoing format selection breakage
2005-06-21 Kevin P. Flemingfix debug output (bug #4562)
2005-06-21 Kevin P. Flemingcontrol maximum number of interpolation frames generate...
2005-06-21 Kevin P. Flemingseparate IAX2 protocol debugging and jitterbuffer debug...
2005-06-13 Mark SpencerVarious IAX2 fixes
2005-06-09 Kevin P. Flemingadd 'rtignoreexpire' option to allow Realtime addresses...
2005-06-09 Kevin P. Flemingdon't call alloca() or alloca()-using functions in...
2005-06-09 Kevin P. Flemingensure CLI commands produce proper terminating output...
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Fleminganother round of version tag updates, along with 'show...
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-06-05 Kevin P. Flemingdon't call reg_source_db() until after the peer has...
2005-06-03 Kevin P. Fleminguse ast_cli_register_multiple() for CLI commands
2005-06-03 Kevin P. Fleminguse ast_strip_quoted to strip brackets from key secrets
2005-06-03 Kevin P. Flemingclean up create_addr, and use a structure instead of...
2005-06-02 Mark SpencerBlindly merge jitter buffer patch of bug #4342)
2005-05-30 Mark SpencerFix small sizeof bug (#4407)
2005-05-25 Mark SpencerUse defined AST_MAX_ACCOUNT_CODE (bug #4350)
2005-05-19 Kevin P. Flemingadd IAXPEER function (bug #4310, with minor formatting...
2005-05-19 Mark SpencerYet another set of jitter buffer changes (this time...
2005-05-19 Mark SpencerMore jitter buffer fixes for large resync (bug #4311)
2005-05-19 Mark SpencerMerge skew reduction (bug #4222)
2005-05-18 Mark SpencerAdd IAX2 testing code (bug #4242)
2005-05-18 Mark SpencerActually apply timestamp bug (bug #3961)
2005-05-17 Russell Bryantprint out the IAX DATETIME IE in 'iax2 debug' in human...
2005-05-15 Kevin P. Flemingmore strncpy -> ast_copy_string conversions, fixing...
2005-05-15 Kevin P. Flemingcombine two lines of code to make the logic clearer...
2005-05-15 Kevin P. Flemingfix segfaults in realtime_peer/realtime_user when wrong...
2005-05-15 Kevin P. Flemingfix up help text and output for 'iax2 trunk debug'...
2005-05-15 Kevin P. Flemingcorrect some signed/unsigned issues found by GCC 4...
2005-05-15 Mark SpencerAdd netstats option (bug #4175)
2005-05-15 Mark SpencerFix one way audio problem with iax trunking (bug #4221)
2005-05-14 Mark SpencerAdd remainder of rtp fixes, iax2 patch (bug #3961)
2005-05-12 Russell Bryantfixes for the new jitter buffer (bug #4249)
2005-05-04 Kevin P. Flemingmove some debugging output to a higher debug level...
2005-05-02 Kevin P. Flemingchange (iax2,sip) show (peers,users) to use 'like ...
2005-04-29 Kevin P. Flemingdon't use '%i' at all, since we have no current use...
2005-04-28 Kevin P. Flemingunregister reload command (bug #4102)
2005-04-27 Kevin P. Flemingreport IP of peer who sent failing registration (bug...
2005-04-22 Kevin P. Flemingensure cause code supplied by IAX2 peer is passed up...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-13 Russell Bryantadd missing newlines, fix misspelling of nonexistent...
2005-04-13 Kevin P. Flemingensure that the random number generator(s) are always...
2005-04-06 Kevin P. Fleming*** empty log message ***
2005-04-04 Kevin P. Flemingcorrect IAX loading/binding message (bug #3953)
2005-04-04 Kevin P. Flemingmove start_network_thread to _before_ testing its resul...
2005-04-03 Kevin P. Fleminghandle AST_FORMAT_SLINEAR endianness properly on big...
2005-04-03 Kevin P. Flemingfix various compiler warnings (bug #3938)
2005-04-01 Kevin P. FlemingAllow chan_iax2 to build on systems that don't define...
2005-04-01 Kevin P. FlemingAdd 'iax2 reload' CLI command and fix peer counting...
2005-03-31 Mark SpencerFix IAX2 out of memory failure (bug #3907)
2005-03-29 Mark SpencerAdd option to disable checksums on IAX
2005-03-28 Mark SpencerFix a bunch of const stuff, merge queue changes, add...
2005-03-24 Mark SpencerFix SIP/IAX caching (bug #3671)
2005-03-23 Mark SpencerMerge Russell's formatting patch (bug #3838)
2005-03-18 Anthony Minessale IIfix typo per stevek's req
2005-03-17 Mark SpencerAdd PLC and jitter buffer and iax2 meta trunk with...
2005-03-16 Mark SpencerFix missing newline to notice (bug #3775)
2005-03-04 Mark SpencerRework channel structure to eliminate "pvt" portion...
2005-02-28 Mark SpencerAdd iax2 device state notification (bug #3640)
2005-02-19 Mark SpencerProvide more info when native bridge cannot occur ...
2005-02-18 Mark SpencerMake IAX2 channel names use "-" instead of "/" for...
2005-02-12 Mark SpencerFix apparent logic error that causes unregistered non...
2005-02-12 Mark SpencerAdd support for receiver reports (bug #3236, with mods)
2005-02-11 Mark SpencerFix native bridge not to intercept DTMF if it's needed
2005-02-10 Mark SpencerSeparate IAX and SIP tables for users/peers
2005-02-10 Mark SpencerMerge tony's IAX/SIP realtime cache (bug #3509)
2005-01-30 Mark SpencerMerge IAX2 peer completion patch (bug #3462)
2005-01-30 Mark SpencerImprove logging and add summaries (bug #3459)
2005-01-28 Mark SpencerReduce complexity of check for f->samples / 8 not being 0
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-20 Mark SpencerIAX codec fixes (bug #3387)
2005-01-20 Mark SpencerMake sure we check for owner even after a queue frame
2005-01-15 Mark SpencerSimplify find_peer usage (bug #3341)
2005-01-14 Mark SpencerGive us more wiggle room on incoming registrations
2005-01-12 Mark SpencerFix to be sure we have a valid fd on a peer
2005-01-11 Mark SpencerAllow multiple bindaddrs so asterisk uses the same...
2005-01-09 Mark SpencerMerge regex for iax2 show peers (bug #3223)
2005-01-09 Mark SpencerMerge experimental codec preferences for IAX2 (bug...
2005-01-08 Mark SpencerDon't native bridge when needing digits
2005-01-05 Mark SpencerMore flagification (bug #3254)
2004-12-29 Mark SpencerMinor IAX2 fixes, add incomplete-but-very-basically...
2004-12-26 Mark SpencerMerge Tilghman's cause codes patch (bug #3032)
2004-12-23 Jim DixonFix Divide by zero possibility (ouch!)
next