From 72b838e8f88e1f10083a37daca4f27b443a619d5 Mon Sep 17 00:00:00 2001 From: crichter Date: Tue, 8 Aug 2006 09:19:06 +0000 Subject: * added possibility to change echocancel settings during calls * removed the holded element from the chan_list struct, we know this from the state already * added a few tweaks to make HOLD/RETRIEVE work again (TRANSFER does not work yet) * added possibility to debug mISDN frames via syslog * added misdn_lib_port_is_blocked function to check if a port is blocked * removed ec_training=1 from empty_bc, we don't use ec_training anymore * removed unused misdn_lib_get_l2_status function * added the nt bit to dummy misdn_bchannel objects * setting bc->out_fac_type to FACILITY_NONE defaultly * removed HANDLER_DEBUG stuff for better readability git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39295 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/isdn_lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'channels/misdn/isdn_lib.h') diff --git a/channels/misdn/isdn_lib.h b/channels/misdn/isdn_lib.h index 736a99f46..3673baf7d 100644 --- a/channels/misdn/isdn_lib.h +++ b/channels/misdn/isdn_lib.h @@ -410,6 +410,7 @@ void manager_ph_control(struct misdn_bchannel *bc, int c1, int c2); int misdn_lib_port_restart(int port); int misdn_lib_get_port_info(int port); +int misdn_lib_is_port_blocked(int port); int misdn_lib_port_block(int port); int misdn_lib_port_unblock(int port); -- cgit v1.2.3