summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2004-07-26Fix potential transfer segMark Spencer
2004-07-24Sometimes we get subunalloced, gotta free lock firstMark Spencer
2004-07-24OopsMark Spencer
2004-07-24Hold lock for three-way channel (bug #2107)Mark Spencer
2004-07-19Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES buildMark Spencer
2004-07-19Fix chan_zap compiling without libpriJames Golovich
2004-07-19Fix signalling for GR303 FXSKS CPE so we can look like a concentratorMark Spencer
2004-07-18Grab the Message-ID tooMark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-17Add separated dialplan support (bug #2043)Mark Spencer
2004-07-16Don't look for bearers when there are none.Mark Spencer
2004-07-16Implement confirmation for PRIMark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-07-16Fix native zap bridging with GR-303Mark Spencer
2004-07-09Fix Zap buglet, add support for SIP parking -- doesn't seem to work quite rig...Mark Spencer
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)Mark Spencer
2004-06-29Placeholder for GR303-FXSKS signalling (not yet finished)Mark Spencer
2004-06-29Make sure pollres is initialized to 0Mark Spencer
2004-06-26Minor cleanups on zap when hangup on callwaitMark Spencer
2004-06-26Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917,...Mark Spencer
2004-06-26Zap NSF merge, major ALSA improvementsMark Spencer
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-23Extend delay slightlyMark Spencer
2004-06-23Make delay for echo training configurableMark 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-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark 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-18Be sure we hold channel lock in write before talking to PRI channelMark 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-14Fix small typosMark Spencer
2004-06-14Handle PROGRESS eventMark Spencer
2004-06-14Separate PROCEEDING and PROGRESSMark 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-10Display which span/channel we're receiving restarts onMark 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