Displaying 1 result from an estimated 1 matches for "connect_ind_bchannelinform".
2004 Jul 20
0
received a call waiting CONNECT_IND
My * just crashed and the nearest events to the time of the core dump
were two "received a call waiting CONNECT_IND" within 23 seconds of each
other according to the code in chan_capi.c this is because of the
following:-
if ((CONNECT_IND_BCHANNELINFORMATION(CMSG)[1] == 0x02) && (!
capi_controllers[controller]->isdnmode)) {
// this is a call waiting CONNECT_IND with BChannelinformation[1]
== 0x02
// meaning "no B or D channel for this call", since we can't do
anything with call waiting now
// just reje...