aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-10clean up SMDI support commit:kpfleming1-3/+3
2006-02-10Minor bugfix for #6386mattf1-1/+1
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-8/+79
2006-02-09remove unnecessary format check in zt_request so that we will actually acceptrussell1-8/+0
2006-02-09clarify return value (issue #6434)russell1-1/+1
2006-02-07Make sure we output the APDU debug on pri debug commandsmattf1-2/+2
2006-02-02Fix w/ string field updates #6397mattf1-2/+2
2006-02-02git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9106 f38db490-d61c-443f-...mattf1-1/+1
2006-02-02Fix so that hardhdlc works w/ chan_zapmattf1-1/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-18/+19
2006-01-31remove some more local declarations of null framesrussell1-2/+1
2006-01-31Yes Virginia, Zaptel does support native ALAWkpfleming1-1/+1
2006-01-30Merged revisions 8905 via svnmerge from kpfleming1-0/+47
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...kpfleming1-10/+18
2006-01-26Merged revisions 8729 via svnmerge from russell1-1/+1
2006-01-20eliminate compiler warnings from recent const-ificationkpfleming1-7/+7
2006-01-19Add support for "musicclass" instead of "musiconhold" to make chan_zap compat...oej1-1/+3
2006-01-17Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)mattf1-0/+3
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming1-0/+3
2006-01-11convert some channels to use the memory allocation wrappers.russell1-54/+39
2006-01-07Fix build if RINGBEGIN is not defined (bug #6166)markster1-2/+8
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)mattf1-9/+34
2006-01-04Fixes for bug #6125mattf1-3/+3
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-26Don't do DTMF detect on pseudo's!markster1-1/+7
2005-12-26Added support for Feature Group C CAMA trunks (both DP and MF), and supportjdixon1-10/+87
2005-12-10 Bug #5877bweschke1-0/+3
2005-12-04clean up some compiler warningsrussell1-3/+3
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-12-02Fix all the warnings and errors for PRI to go to more logical placesmattf1-8/+8
2005-12-01Add app to send pri keypad facility digits during a callmattf1-1/+52
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11Fix DTMF issue with 3-way native zapmarkster1-4/+4
2005-11-09correct logic for group-match CONGESTION checkingkpfleming1-7/+12
2005-11-09issue #3360 plus related fixkpfleming1-8/+22
2005-11-08Fix three-way issuemarkster1-1/+1
2005-11-06issue #5605russell1-124/+134
2005-11-06Fix chan_zap build on non-PRI (bug #5620)markster1-2/+2
2005-11-05Handle DTMF properly when combined with other eventsmarkster1-2/+9
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)russell1-1/+1
2005-10-21Add user to user ie transmission support in chan_zap.cmattf1-1/+26
2005-10-20silence compiler warnings when ZT_TONEDETECT is not defined (issue #5470)russell1-0/+4
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster1-1/+2
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster1-5/+3
2005-10-04Rewrite of PRI progress and message handling. Fixes bugs #5266 and #4468mattf1-19/+23
2005-09-29support both regular and Feature Group D dialing syntax on EM_WINK trunks (is...kpfleming1-0/+12
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-4/+0
2005-09-28more whitespace fixeskpfleming1-7/+6