summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Add iax2 device state notification (bug #3640)Mark Spencer
2005-02-19Provide more info when native bridge cannot occur (bug #3627)Mark Spencer
2005-02-18Make IAX2 channel names use "-" instead of "/" for call number (bug 3594)Mark Spencer
2005-02-12Fix apparent logic error that causes unregistered non-realtime peers to be de...Mark Spencer
2005-02-12Add support for receiver reports (bug #3236, with mods)Mark Spencer
2005-02-11Fix native bridge not to intercept DTMF if it's neededMark Spencer
2005-02-10Separate IAX and SIP tables for users/peersMark Spencer
2005-02-10Merge tony's IAX/SIP realtime cache (bug #3509)Mark Spencer
2005-01-30Merge IAX2 peer completion patch (bug #3462)Mark Spencer
2005-01-30Improve logging and add summaries (bug #3459)Mark Spencer
2005-01-28Reduce complexity of check for f->samples / 8 not being 0Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-20IAX codec fixes (bug #3387)Mark Spencer
2005-01-20Make sure we check for owner even after a queue frameMark Spencer
2005-01-15Simplify find_peer usage (bug #3341)Mark Spencer
2005-01-14Give us more wiggle room on incoming registrationsMark Spencer
2005-01-12Fix to be sure we have a valid fd on a peerMark Spencer
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxMark Spencer
2005-01-09Merge regex for iax2 show peers (bug #3223)Mark Spencer
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)Mark Spencer
2005-01-08Don't native bridge when needing digitsMark Spencer
2005-01-05More flagification (bug #3254)Mark Spencer
2004-12-29Minor IAX2 fixes, add incomplete-but-very-basically-functional IAX2 encryptionMark Spencer
2004-12-26Merge Tilghman's cause codes patch (bug #3032)Mark Spencer
2004-12-23Fix Divide by zero possibility (ouch!)Jim Dixon
2004-12-23Move iax2 to flags, too (thanks drumkilla!) (bug #3124)Mark Spencer
2004-12-22Merge Steve's timestamp patch (bug #3119)Mark Spencer
2004-12-20iax2 typename fixMark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-12-19Make sure read/write format are setup properly.Mark Spencer
2004-12-11Add iax2 provisioning application for dialplanMark Spencer
2004-11-29Don't print silly unregistered messages on realtimeMark Spencer
2004-11-29Don't seed on temponly peersMark Spencer
2004-11-23Don't hold the iaxsl[x] lock while finding the peer, do it ahead of time.Mark Spencer
2004-11-22Fix typo (missing braces) (bug #2919)Mark Spencer
2004-11-22Release call lock while we look for the peer to avoid a deadlockMark Spencer
2004-11-17Merge Tony's uservars (bug #2882)Mark Spencer
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)Mark Spencer
2004-11-09Make timezone configurable within IAX (bug #2814)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-24Pass format stringJames Golovich
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-23More memory checksJames Golovich
2004-10-22Small verbosity fix in chan_iax2.c from bkw_James Golovich
2004-10-16Minor improvements to debug output (bug #2644)Mark Spencer
2004-10-14Fix trasnfer issue (bug #2632)Mark Spencer
2004-10-12Be careful!Mark Spencer
2004-10-10Keep back delivery times on trunk (bug #2587)Mark Spencer