Commit Graph

824 Commits (f82c42a22e6a0883c8b51b269d3be9c50e4cd6be)

Author SHA1 Message Date
Kevin P. Fleming ddbea09940 revert part of my changes from earlier today since this code is no longer dependent on libpri.h
18 years ago
Russell Bryant a040ff199b Fix mwimonitornotify on reload ... again. This option was only read at startup
18 years ago
Matthew Fredrickson d4e10c0957 Don't error when we don't have libpri installed with libss7 support. Also, print the debug message anyway if we can't find the right PRI
18 years ago
Russell Bryant 77ed96a473 Fix resetting mwimonitornotify on reload. I guess I only added this line in my head.
18 years ago
Russell Bryant f15be28fb0 Add support for monitoring MWI on FXO lines.
18 years ago
Kevin P. Fleming e8b053c2d8 fix build of this module when libpri and/or libss7 are or are not present
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Matthew Fredrickson 27dc9e7c70 Remove unneccessary explicit case for BRI
18 years ago
Matthew Fredrickson 9f0859d19d Take some debug code out :-)
18 years ago
Matthew Fredrickson 0643a7ccff Add BRI support to chan_zap
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Matthew Fredrickson 19460802ef Add SS7 Generic address support (#11156)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Tilghman Lesher 0f6892419e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters
18 years ago
Tilghman Lesher 37166d9a1a Provide the ability to directly manipulate the TON/NPI bits in the dialstring.
18 years ago
Matthew Fredrickson ebf9f0bc0e Add some more locking as well as API update for libss7 for new transport types
18 years ago
Joshua Colp e9e78af981 Merged revisions 88994 via svnmerge from
18 years ago
Jason Parker 9a7ce542bc Merged revisions 88078 via svnmerge from
18 years ago
Matthew Fredrickson db88298c18 Add Circuit Group Queury message code
18 years ago
Matthew Fredrickson 6c452a6408 Make sure we turn on the DSP when we answer the call
18 years ago
Jason Parker c472a68a8a Correctly use defined return values in (some) load_module functions.
18 years ago
Jason Parker 6c757caeca Merged revisions 86982 via svnmerge from
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Russell Bryant 17b2e62a57 There is a really fun game that you can play before committing code,
18 years ago
Kevin P. Fleming 0c14c47523 resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...
18 years ago
Matthew Fredrickson d30564fe86 Add better support for blocking and unblocking of CICs (#10965)
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Mark Michelson 9cf5937b43 Fixing a segfault from tab-completing a "zap restart" CLI command.
18 years ago
Matthew Fredrickson b5a162a746 Don't hangup the call for SS7 if we get an alarm
18 years ago
Matthew Fredrickson 24e2567e2d Trying to finish the last of the charge_number patch up #10916
18 years ago
Matthew Fredrickson d11d2ad834 Add support for receive charge number in dialplan #10916
18 years ago
Matthew Fredrickson dba36a81e6 Make sure we set the ANI2 field for PRI
18 years ago
Matthew Fredrickson b01a87c3db Add SS7 ANI2 support tx and rx. #10916
18 years ago
Matthew Fredrickson 58598f733a Add CCR test support #10916
18 years ago
Matthew Fredrickson 8a52c88988 Let's hard code this until I fix it
18 years ago
Matthew Fredrickson 14730c0ce4 Make sure we are clean to build without libpri
18 years ago
Russell Bryant feb8f6f38b Merged revisions 84783 via svnmerge from
18 years ago
Kevin P. Fleming fd5783657e Merged revisions 84690 via svnmerge from
18 years ago
Tilghman Lesher afebefc763 Merged revisions 83879 via svnmerge from
18 years ago
Russell Bryant 0b0c36ff6a Fix compilation errors in CLI command updates to SS7 CLI commands
18 years ago
Jason Parker ac5332c674 More conversions to NEW_CLI
18 years ago
Russell Bryant 96f4079dac Don't use ast_channel_lock_both() here, it only exists in one of my branches.
18 years ago
Russell Bryant ded76a8988 convert various places that access the channel lock directly to use the channel lock wrappers
18 years ago
Jason Parker 7fa9eebd99 Merged revisions 82394 via svnmerge from
18 years ago
Joshua Colp 5460e72015 Add setvar support to chan_zap. Just like you can in chan_sip and chan_iax2 you can now use it with zaptel channels. (done while in Montreal at the Asterisk bootcamp!)
18 years ago
Matthew Fredrickson d3504cd159 Fix to make sure we don't hangup a call when getting a RLC without sending REL. Found making sure we are Q.784 (the SS7 test specification) compliant
18 years ago
Matthew Fredrickson c61d954422 Patch on 10575. Add support for unequipped CIC (UCIC) message as well as improve some of our CIC flags in chan_zap
18 years ago
Tilghman Lesher acb51ca5c2 Add new queryable fields from zaptel to 'zap show status'
18 years ago
Matthew Fredrickson 3616eb166f Add VMWI chan_zap support #9909
18 years ago
Kevin P. Fleming b16f018d96 Merged revisions 80501 via svnmerge from
18 years ago