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
Richard Mudgett ea14c40ae1
Occasionally losing use of B channels in chan_misdn.
16 years ago
..
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
chan_misdn_config.h aded ntkeepcalls option, to avoid droÃpping calls when the L2 goes down on a PTP link. There are some pbx which do turn off the L1 for a very short while and restart it immediately. normally T310 should be started and after 10 seconds or so the calls should be dropped, this is a simple fix wihtout this timer. 18 years ago
ie.c Minor changes inspired by testing with latest GCC. 16 years ago
isdn_lib.c Occasionally losing use of B channels in chan_misdn. 16 years ago
isdn_lib.h Fixes several call transfer issues with chan_misdn. 16 years ago
isdn_lib_intern.h Occasionally losing use of B channels in chan_misdn. 16 years ago
isdn_msg_parser.c added restart all interfaces Restart_Indicator, to automatically send a RESTART after the L2 of a PTP Port comes up. Also fixed some places where we have send a RELEASE without need for it. 18 years ago
portinfo.c * advanced the error Handling routine for wrong frames from mISDN 19 years ago