aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-29Don't print silly unregistered messages on realtimemarkster1-1/+1
2004-11-29Don't seed on temponly peersmarkster1-1/+1
2004-11-23Don't hold the iaxsl[x] lock while finding the peer, do it ahead of time.markster1-5/+7
2004-11-22Fix typo (missing braces) (bug #2919)markster1-2/+4
2004-11-22Release call lock while we look for the peer to avoid a deadlockmarkster1-1/+4
2004-11-17Merge Tony's uservars (bug #2882)markster1-2/+39
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-1/+1
2004-11-09Make timezone configurable within IAX (bug #2814)markster1-35/+44
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+4