You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/channels/misdn
Christian Richter ce99e9d955
bchannel configurations like echocancel and volume control, need to be setuped on inbound calls too.
18 years ago
..
Makefile mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it. 18 years ago
chan_misdn_config.h briding is a bool, fixed copy and paste issue. 18 years ago
fac.c more fixes regarding warnings for gcc-4 and first additions for the restart Information element, in the first step we initiate a restart with a CLI command 19 years ago
fac.h This rather small ;-) commit merges the changes from my team branch 0.3.0 into t 19 years ago
ie.c fixed problem that the dummybc chanels had no lock, checking for the lock now. Also fixed the channel restart stuff, we can now specify and restart particular channels too. 18 years ago
isdn_lib.c bchannel configurations like echocancel and volume control, need to be setuped on inbound calls too. 18 years ago
isdn_lib.h simplified generation for dummy bchannels, also we mark them as dummies, so they are not used later as real-bchannels, optimized the RESTART mechanisms, we block a channel now on cause:44, and send out a RESTART automatically, then on reception of RESTART_ACKNOWLEDGE we unblock the channel again. 18 years ago
isdn_lib_intern.h added lock for sending messages to avoid double sending. shuffled some empty_chans after the cb_event calls, this avoids that a release_complete from a quite different call releases a fresh created setup by accident. 18 years ago
isdn_msg_parser.c simplified generation for dummy bchannels, also we mark them as dummies, so they are not used later as real-bchannels, optimized the RESTART mechanisms, we block a channel now on cause:44, and send out a RESTART automatically, then on reception of RESTART_ACKNOWLEDGE we unblock the channel again. 18 years ago
mISDNuser.patch * Added mISDN/mISDNuser Echo cancel Patch 20 years ago