summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2004-06-25Don't munge outgoing call progress when fax enabled (bug #1909)Mark Spencer
2004-06-25Add subaddress support (bug #1877)Mark Spencer
2004-06-25Handle URL encoded stuff in pedantic checkingMark Spencer
2004-06-25Add sample config file, implement verificationMark Spencer
2004-06-25Add outgoing OSP support (SIP only at this point)Mark Spencer
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)Mark Spencer
2004-06-24Merge Ehud's MySQL users support (bug #1815)Mark Spencer
2004-06-23Extend delay slightlyMark Spencer
2004-06-23Make delay for echo training configurableMark Spencer
2004-06-23Be sure to hold lock during answerMark Spencer
2004-06-23Small simplificationMark Spencer
2004-06-23Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy...Mark Spencer
2004-06-23Don't segfault if chan_zap can't loadMark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
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