aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-18Merged revisions 103795 via svnmerge from qwell1-3/+13
2008-02-18Commit chan_zap portion of #11964: add the ability to get ORIG_CALLED_NUMmattf1-0/+7
2008-02-18Merged revisions 103790 via svnmerge from qwell1-2/+2
2008-02-18Make sure EC is enabled when SS7 call comes in. Also add support for multipl...mattf1-36/+39
2008-02-18Merged revisions 103770 via svnmerge from mmichelson1-0/+3
2008-02-15Fix up some doxygen issues.qwell1-5/+4
2008-02-04Add line numbers to warning/error messages (and pretty up some existing ones).qwell1-30/+30
2008-01-29Merged revisions 100835 via svnmerge from qwell1-3/+3
2008-01-28Merged revisions 100624 via svnmerge from qwell1-2/+2
2008-01-24Remove dependency on res_features from some channel drivers. It is now part o...file1-1/+0
2008-01-23since echo canceler parameters in Zaptel are now signed integers, allow them ...kpfleming1-1/+1
2008-01-22Doxygen updatesoej1-1/+1
2008-01-21Fix distinctive ring detection.qwell1-4/+2
2008-01-17Add several busy detection related defines to menuselect.qwell1-0/+13
2008-01-17major reliability and performance improvement in VWMI monitoring for FXO port...kpfleming1-64/+187
2008-01-12Add 'zap set dnd' CLI command, and ensure that the AMI DNDState event always ...kpfleming1-10/+84
2008-01-11Add 'auto' signalling mode for Zaptel channels.kpfleming1-42/+39
2008-01-09Merged revisions 97448 via svnmerge from kpfleming1-2/+2
2008-01-09Merged revisions 97410 via svnmerge from kpfleming1-2/+2
2008-01-04[commit message]kpfleming1-5/+22
2008-01-04Merged revisions 96449 via svnmerge from russell1-5/+5
2008-01-02actually parse and store echocan parameters from zapata.conf... this *should*...kpfleming1-7/+59
2008-01-02Add curly braces around a compound if statement so that trunk will build prop...mmichelson1-1/+2
2008-01-02another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if...kpfleming1-20/+68
2008-01-02clean up hwgain CLI command and improve docs for swgain CLI commandkpfleming1-11/+9
2008-01-02umm... this did not compile on x86-64, and could not possibly have worked on ...kpfleming1-2/+4
2007-12-26Allow more spans than 32. Also, rearrange compiler flags so the most oftentilghman1-0/+4
2007-12-26Convert raw bits for callprogress bitfield to use constants, for greater code...tilghman1-15/+17
2007-12-25Change the abbreviated TON from 'A' to 'V', since 'A' is a legitimate DTMFtilghman1-2/+2
2007-12-21We should only clear this value if we have tomattf1-3/+4
2007-12-21Commit non TCP transport part of #11506. Includes numerous additional parame...mattf1-12/+120
2007-12-20Merged revisions 94251 via svnmerge from russell1-3/+32
2007-12-17Merged revisions 93182 via svnmerge from oej1-0/+1
2007-12-17Merged revisions 93250 via svnmerge from file1-1/+6
2007-12-13Merged revisions 92815 via svnmerge from tilghman1-0/+19
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainmmichelson1-0/+4
2007-12-10Add CLI commands to dynamically set hw and sw gainsdbailey1-0/+147
2007-12-06Add a manager event for PRI events: this will help manager users detect when...tilghman1-1/+12
2007-12-06Make sure we clear these flags when libpri is not installedmattf1-1/+1
2007-12-06Update ZapShowChannels so that you can specify one channel.oej1-13/+55
2007-12-05revert part of my changes from earlier today since this code is no longer dep...kpfleming1-4/+1
2007-12-04Fix mwimonitornotify on reload ... again. This option was only read at startuprussell1-2/+2
2007-12-04Don't error when we don't have libpri installed with libss7 support. Also, p...mattf1-15/+9
2007-12-04Fix resetting mwimonitornotify on reload. I guess I only added this line in ...russell1-0/+2
2007-12-04Add support for monitoring MWI on FXO lines.russell1-19/+121
2007-12-04fix build of this module when libpri and/or libss7 are or are not presentkpfleming1-15/+22
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-21Remove unneccessary explicit case for BRImattf1-3/+1
2007-11-21Take some debug code out :-)mattf1-1/+0
2007-11-21Add BRI support to chan_zapmattf1-25/+83