summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2004-06-22Merge Steven Davie's IAX2 jitter buffer enhancementsMark Spencer
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-22Make DTMF mode configurable on ISDNMark Spencer
2004-06-22Can't check outbound without having lock (bug #1886)Mark Spencer
2004-06-21More fixes for remote_party_idMark Spencer
2004-06-21Sorry, 403 is "Forbidden" not "Permission Denied"Mark Spencer
2004-06-21Check if subscribe is for mailbox. If so, return 200 OK or 403 Permission De...Mark Spencer
2004-06-21Add promiscuous redirect optionMark Spencer
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsMark Spencer
2004-06-21Avoid iflock/chlock raceMark Spencer
2004-06-20Hold private lock while handling digitsMark Spencer
2004-06-20Hold pending digits until setup_ack is received, then send (bug#1875)Mark Spencer
2004-06-18Formatting fixJames Golovich
2004-06-18Be sure we hold channel lock in write before talking to PRI channelMark Spencer
2004-06-18Debugging cleanups (bug #1633)Mark Spencer
2004-06-18Send 403 when authentication fails on a callMark Spencer
2004-06-17OopsMark Spencer
2004-06-17Implement proper locking on INFO_RECEIVEDMark Spencer
2004-06-17Small typoMark Spencer
2004-06-17PRI locking fixesMark Spencer
2004-06-16Gotta set slot to 0 before you print :)Mark Spencer
2004-06-16Use new extensible setup method of libpriMark Spencer
2004-06-16Enable support for RFC3581 (bug #1862)Mark Spencer
2004-06-16Remove ancient requirement that ts > 0Mark Spencer
2004-06-15check to make sure the extension exists b4 actually accepting the call and le...Jeremy McNamara
2004-06-15When dialing outbound, if we match a peer name, use it (who really cares?) (b...Mark Spencer
2004-06-14Minor formatting cleanupsMark Spencer
2004-06-14Fix small typosMark Spencer
2004-06-14Handle PROGRESS eventMark Spencer
2004-06-14Separate PROCEEDING and PROGRESSMark Spencer
2004-06-14Make meetme operate in linear so as to keep alaw folk happy, minor iax2Mark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-13Provide dialtone when doing overlap dial (bug #1832)Mark Spencer
2004-06-13Make sure overlap dial goes into "RING" state instead of just "RESERVED"Mark Spencer
2004-06-12Display error when having trouble reading from /dev/phoneMark Spencer
2004-06-12Use 401 Unauthorized instead of 407 Proxy Authentication required for REGISTER,Mark Spencer
2004-06-12fix list initializationJeremy McNamara
2004-06-10Display which span/channel we're receiving restarts onMark Spencer
2004-06-09Although I can't think of any scenario that it could result in a race, don't ...Mark Spencer
2004-06-09Return NULL if no CRV foundMark Spencer
2004-06-09Make chan_zap initialize the pri threads to AST_PTHREADT_NULL and check when ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-06-08Make fax detect configurable by direction (bug #1803)Mark Spencer
2004-06-08chan_phone portability (bug #1788)Mark Spencer
2004-06-07Make faxdetect configurable and turn OFF by defaultMark Spencer
2004-06-07Simplify trunk transmission path and remove potential race (bug #1802)Mark Spencer
2004-06-07More GR-303 protocol fixesMark Spencer
2004-06-07Fix tiny typoMark Spencer
2004-06-07Initial, incomplete support for D-channel backupMark Spencer
2004-06-06Handle bearer failures cleanly (still need d-channel backup)Mark Spencer