* added possibility to change echocancel settings during calls
authorChristian Richter <christian.richter@beronet.com>
Tue, 8 Aug 2006 09:19:06 +0000 (09:19 +0000)
committerChristian Richter <christian.richter@beronet.com>
Tue, 8 Aug 2006 09:19:06 +0000 (09:19 +0000)
commit52e13956906f1b517d09d5af01d19fdf3b4cbcd5
tree48ba7b57fade51ead7cb2528e844e9ea26ee4d9b
parent07c8e65a6de49e7a64c8bf1257936669d4000285
* 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: https://origsvn.digium.com/svn/asterisk/trunk@39295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_misdn.c
channels/misdn/fac.c
channels/misdn/isdn_lib.c
channels/misdn/isdn_lib.h
channels/misdn/isdn_msg_parser.c