add missing new line
[asterisk/asterisk.git] / channels / chan_iax2.c
2005-10-14 Jeremy McNamaraadd missing new line
2005-10-13 Mark SpencerFix naming on realtime peers (bug #5421)
2005-10-13 Mark SpencerFix call timeouts with rtp bridge etc (bug #5252)
2005-10-12 Mark SpencerDon't override calling presentation if *name* is presen...
2005-09-28 Mark SpencerRemove possibility of manager deadlocks from manager...
2005-09-25 Mark SpencerHandle authenticating *to* realtime peers (bug #5269)
2005-09-15 Kevin P. Flemingallow minimum/maximum registration intervals to be...
2005-09-14 Kevin P. Flemingdon't leave a buffer not filled in when getting a REGAC...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-14 Kevin P. Flemingensure that Manager hold/unhold events are generated...
2005-09-09 Russell Bryantdon't use a signed buffer for data that the protocol...
2005-09-07 Kevin P. Flemingdon't reject REGREL requests (issue #5152)
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
2005-09-07 Kevin P. Fleminghandle no-peer-specified-in-dial-string gracefully...
2005-09-07 Kevin P. Flemingadd new channel option (via ast_channel_setoption(...
2005-09-02 Kevin P. Fleminguse unsigned char for data elements and native-signed...
2005-09-02 Kevin P. Flemingmake chan_iax2 rtupdate behave the same as chan_sip
2005-09-01 Kevin P. Flemingvarious devicestate fixes (issue #5081, take two)
2005-08-31 Kevin P. Flemingstop adding 'username@' to incoming IAX2 channel names...
2005-08-30 Kevin P. Flemingmake chan_sip and chan_iax2 less chatty when not in...
2005-08-29 Russell Bryantfix build when NEWJB is not defined (issue #5046)
2005-08-23 Kevin P. Flemingallow more adjustability in peer qualification system...
2005-08-19 Mark SpencerFix IAX2 Provisioning
2005-08-09 Russell Bryantfix a little oopsie
2005-08-09 Mark SpencerCentralize and fix tos for IAX (bug #4850 inspired)
2005-08-09 Kevin P. Flemingbridging code cleanups:
2005-08-06 Russell Bryantremove some sillyness
2005-08-06 Mark SpencerFix timestamp + trunking (bug #4891)
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...
next