aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird russell1-6/+6
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, and...file1-5/+63
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+10
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)russell1-69/+42
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-3/+3
2006-05-06Merged revisions 25123 via svnmerge from russell1-0/+6
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...bweschke1-0/+21
2006-05-01move some code used only --with-pri in the properrizzo1-9/+9
2006-04-30remove unusable MFC/R2 supportkpfleming1-362/+3
2006-04-27allows for chan_zap to have all channels reloadedmogorman1-1/+52
2006-04-27Make sure we use the correct event type when we're moving channels around :-)mattf1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-118/+126
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-14/+78
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-20/+14
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-04-04Formatting cleanupoej1-53/+53
2006-04-04Issue #6878 - Manager event DNDstate hidden under verbose option (casper)oej1-10/+8
2006-03-28normalize/simplify a bit of the command completion code.rizzo1-11/+10
2006-03-28The condition to check the zaptel version was too strict.rizzo1-1/+1
2006-03-28ensure that 'zap show channel' will indicate that the echo canceler has been ...kpfleming1-0/+7
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-6/+6
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-2/+2
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ...mattf1-9/+15
2006-03-21Added separate outsignalling specification, and fixed FEATDMF to allow forjdixon1-15/+72
2006-03-16Merged revisions 13237 via svnmerge from russell1-2/+1
2006-03-04Fix some whitespace issuesmarkster1-15/+15
2006-02-21Bug 6554 - Show all spans statuses with a single commandtilghman1-0/+27
2006-02-21Bug 6552 - Be a little more descriptive about which span has the PRI errortilghman1-1/+1
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