aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-9/+9
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-1/+0
2005-04-06*** empty log message ***kpfleming1-2/+6
2005-04-04correct IAX loading/binding message (bug #3953)kpfleming1-3/+1
2005-04-04move start_network_thread to _before_ testing its result :-) (bug #3952)kpfleming1-2/+4
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-2/+5
2005-04-03fix various compiler warnings (bug #3938)kpfleming1-1/+7
2005-04-01Allow chan_iax2 to build on systems that don't define SO_NO_CHECK (bug #3908,...kpfleming1-0/+2
2005-04-01Add 'iax2 reload' CLI command and fix peer counting with regex matches (bug #...kpfleming1-1/+16
2005-03-31Fix IAX2 out of memory failure (bug #3907)markster1-1/+1
2005-03-29Add option to disable checksums on IAXmarkster1-0/+19
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-19/+19
2005-03-24Fix SIP/IAX caching (bug #3671)markster1-1/+5
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-9/+9
2005-03-18fix typo per stevek's reqanthm1-10/+0
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-38/+488
2005-03-16Fix missing newline to notice (bug #3775)markster1-1/+1
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-39/+64
2005-02-28Add iax2 device state notification (bug #3640)markster1-14/+85
2005-02-19Provide more info when native bridge cannot occur (bug #3627)markster1-2/+7
2005-02-18Make IAX2 channel names use "-" instead of "/" for call number (bug 3594)markster1-2/+2
2005-02-12Fix apparent logic error that causes unregistered non-realtime peers to be de...markster1-1/+1
2005-02-12Add support for receiver reports (bug #3236, with mods)markster1-2/+115
2005-02-11Fix native bridge not to intercept DTMF if it's neededmarkster1-3/+5
2005-02-10Separate IAX and SIP tables for users/peersmarkster1-3/+3
2005-02-10Merge tony's IAX/SIP realtime cache (bug #3509)markster1-17/+105
2005-01-30Merge IAX2 peer completion patch (bug #3462)markster1-1/+21
2005-01-30Improve logging and add summaries (bug #3459)markster1-8/+25
2005-01-28Reduce complexity of check for f->samples / 8 not being 0markster1-1/+1
2005-01-25Merge config updates (bug #3406)markster1-11/+10
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-20IAX codec fixes (bug #3387)markster1-73/+204
2005-01-20Make sure we check for owner even after a queue framemarkster1-1/+3
2005-01-15Simplify find_peer usage (bug #3341)markster1-40/+8
2005-01-14Give us more wiggle room on incoming registrationsmarkster1-2/+2
2005-01-12Fix to be sure we have a valid fd on a peermarkster1-1/+4
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-75/+92
2005-01-09Merge regex for iax2 show peers (bug #3223)markster1-36/+69
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)markster1-51/+216
2005-01-08Don't native bridge when needing digitsmarkster1-1/+2
2005-01-05More flagification (bug #3254)markster1-3/+3
2004-12-29Minor IAX2 fixes, add incomplete-but-very-basically-functional IAX2 encryptionmarkster1-19/+271
2004-12-26Merge Tilghman's cause codes patch (bug #3032)markster1-1/+21
2004-12-23Fix Divide by zero possibility (ouch!)jim1-3/+6
2004-12-23Move iax2 to flags, too (thanks drumkilla!) (bug #3124)markster1-138/+119
2004-12-22Merge Steve's timestamp patch (bug #3119)markster1-2/+36
2004-12-20iax2 typename fixmarkster1-11/+11
2004-12-19Merge Olle's comment patch (bug #3097)markster1-6/+6
2004-12-19Make sure read/write format are setup properly.markster1-3/+5
2004-12-11Add iax2 provisioning application for dialplanmarkster1-0/+42