aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17Add SS7 Generic address support (#11156)mattf1-6/+30
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-7/+0
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-3/+3
2007-11-07Provide the ability to directly manipulate the TON/NPI bits in the dialstring.tilghman1-1/+102
2007-11-06Add some more locking as well as API update for libss7 for new transport typesmattf1-2/+7
2007-11-06Merged revisions 88994 via svnmerge from file1-2/+10
2007-11-01Merged revisions 88078 via svnmerge from qwell1-1/+3
2007-10-27Add Circuit Group Queury message codemattf1-0/+36
2007-10-27Make sure we turn on the DSP when we answer the callmattf1-1/+9
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-1/+1
2007-10-24Merged revisions 86982 via svnmerge from qwell1-8/+9
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-20/+20
2007-10-22There is a really fun game that you can play before committing code,russell1-1/+1
2007-10-22resetinterval defaulting to something other than 'never' doesn't seem to acco...kpfleming1-2/+1
2007-10-19Add better support for blocking and unblocking of CICs (#10965)mattf1-13/+25
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-20/+20
2007-10-18Fixing a segfault from tab-completing a "zap restart" CLI command.mmichelson1-0/+2
2007-10-16Don't hangup the call for SS7 if we get an alarmmattf1-14/+20
2007-10-12Trying to finish the last of the charge_number patch up #10916mattf1-0/+7
2007-10-12Add support for receive charge number in dialplan #10916mattf1-0/+11
2007-10-11Make sure we set the ANI2 field for PRImattf1-0/+2
2007-10-11Add SS7 ANI2 support tx and rx. #10916mattf1-0/+4
2007-10-11Add CCR test support #10916mattf1-3/+26
2007-10-11Let's hard code this until I fix itmattf1-1/+1
2007-10-11Make sure we are clean to build without libprimattf1-2/+2
2007-10-05Merged revisions 84783 via svnmerge from russell1-2/+11
2007-10-04Merged revisions 84690 via svnmerge from kpfleming1-10/+10
2007-09-26Merged revisions 83879 via svnmerge from tilghman1-5/+0
2007-09-21Fix compilation errors in CLI command updates to SS7 CLI commandsrussell1-3/+3
2007-09-19More conversions to NEW_CLIqwell1-382/+467
2007-09-18Don't use ast_channel_lock_both() here, it only exists in one of my branches.russell1-2/+4