summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2008-01-09Merged revisions 97448 via svnmerge from Kevin P. Fleming
2008-01-09Merged revisions 97410 via svnmerge from Kevin P. Fleming
2008-01-04[commit message]Kevin P. Fleming
2008-01-04Merged revisions 96449 via svnmerge from Russell Bryant
2008-01-02actually parse and store echocan parameters from zapata.conf... this *should*...Kevin P. Fleming
2008-01-02Add curly braces around a compound if statement so that trunk will build prop...Mark Michelson
2008-01-02another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if...Kevin P. Fleming
2008-01-02clean up hwgain CLI command and improve docs for swgain CLI commandKevin P. Fleming
2008-01-02umm... this did not compile on x86-64, and could not possibly have worked on ...Kevin P. Fleming
2007-12-26Allow more spans than 32. Also, rearrange compiler flags so the most oftenTilghman Lesher
2007-12-26Convert raw bits for callprogress bitfield to use constants, for greater code...Tilghman Lesher
2007-12-25Change the abbreviated TON from 'A' to 'V', since 'A' is a legitimate DTMFTilghman Lesher
2007-12-21We should only clear this value if we have toMatthew Fredrickson
2007-12-21Commit non TCP transport part of #11506. Includes numerous additional parame...Matthew Fredrickson
2007-12-20Merged revisions 94251 via svnmerge from Russell Bryant
2007-12-17Merged revisions 93182 via svnmerge from Olle Johansson
2007-12-17Merged revisions 93250 via svnmerge from Joshua Colp
2007-12-13Merged revisions 92815 via svnmerge from Tilghman Lesher
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainMark Michelson
2007-12-10Add CLI commands to dynamically set hw and sw gainsDoug Bailey
2007-12-06Add a manager event for PRI events: this will help manager users detect when...Tilghman Lesher
2007-12-06Make sure we clear these flags when libpri is not installedMatthew Fredrickson
2007-12-06Update ZapShowChannels so that you can specify one channel.Olle Johansson
2007-12-05revert part of my changes from earlier today since this code is no longer dep...Kevin P. Fleming
2007-12-04Fix mwimonitornotify on reload ... again. This option was only read at startupRussell Bryant
2007-12-04Don't error when we don't have libpri installed with libss7 support. Also, p...Matthew Fredrickson
2007-12-04Fix resetting mwimonitornotify on reload. I guess I only added this line in ...Russell Bryant
2007-12-04Add support for monitoring MWI on FXO lines.Russell Bryant
2007-12-04fix build of this module when libpri and/or libss7 are or are not presentKevin P. Fleming
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-21Remove unneccessary explicit case for BRIMatthew Fredrickson
2007-11-21Take some debug code out :-)Matthew Fredrickson
2007-11-21Add BRI support to chan_zapMatthew Fredrickson
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17Add SS7 Generic address support (#11156)Matthew Fredrickson
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-07Provide the ability to directly manipulate the TON/NPI bits in the dialstring.Tilghman Lesher
2007-11-06Add some more locking as well as API update for libss7 for new transport typesMatthew Fredrickson
2007-11-06Merged revisions 88994 via svnmerge from Joshua Colp
2007-11-01Merged revisions 88078 via svnmerge from Jason Parker
2007-10-27Add Circuit Group Queury message codeMatthew Fredrickson
2007-10-27Make sure we turn on the DSP when we answer the callMatthew Fredrickson
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-10-24Merged revisions 86982 via svnmerge from Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-22There is a really fun game that you can play before committing code,Russell Bryant
2007-10-22resetinterval defaulting to something other than 'never' doesn't seem to acco...Kevin P. Fleming
2007-10-19Add better support for blocking and unblocking of CICs (#10965)Matthew Fredrickson
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker