summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2006-02-10clean up SMDI support commit:Kevin P. Fleming
2006-02-10Minor bugfix for #6386Matthew Fredrickson
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-09remove unnecessary format check in zt_request so that we will actually acceptRussell Bryant
2006-02-09clarify return value (issue #6434)Russell Bryant
2006-02-07Make sure we output the APDU debug on pri debug commandsMatthew Fredrickson
2006-02-02Fix w/ string field updates #6397Matthew Fredrickson
2006-02-02git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9106 65c4cc65-6c06-...Matthew Fredrickson
2006-02-02Fix so that hardhdlc works w/ chan_zapMatthew Fredrickson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-31Yes Virginia, Zaptel does support native ALAWKevin P. Fleming
2006-01-30Merged revisions 8905 via svnmerge from Kevin P. Fleming
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...Kevin P. Fleming
2006-01-26Merged revisions 8729 via svnmerge from Russell Bryant
2006-01-20eliminate compiler warnings from recent const-ificationKevin P. Fleming
2006-01-19Add support for "musicclass" instead of "musiconhold" to make chan_zap compat...Olle Johansson
2006-01-17Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)Matthew Fredrickson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2006-01-07Fix build if RINGBEGIN is not defined (bug #6166)Mark Spencer
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)Matthew Fredrickson
2006-01-04Fixes for bug #6125Matthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Don't do DTMF detect on pseudo's!Mark Spencer
2005-12-26Added support for Feature Group C CAMA trunks (both DP and MF), and supportJim Dixon
2005-12-10 Bug #5877BJ Weschke
2005-12-04clean up some compiler warningsRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Fix all the warnings and errors for PRI to go to more logical placesMatthew Fredrickson
2005-12-01Add app to send pri keypad facility digits during a callMatthew Fredrickson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11Fix DTMF issue with 3-way native zapMark Spencer
2005-11-09correct logic for group-match CONGESTION checkingKevin P. Fleming
2005-11-09issue #3360 plus related fixKevin P. Fleming
2005-11-08Fix three-way issueMark Spencer
2005-11-06issue #5605Russell Bryant
2005-11-06Fix chan_zap build on non-PRI (bug #5620)Mark Spencer
2005-11-05Handle DTMF properly when combined with other eventsMark Spencer
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)Russell Bryant
2005-10-21Add user to user ie transmission support in chan_zap.cMatthew Fredrickson
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468Matthew Fredrickson
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-28more whitespace fixesKevin P. Fleming