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