search for: capi_state_connect

Displaying 2 results from an estimated 2 matches for "capi_state_connect".

Did you mean: capi_state_connected
2005 Jan 20
2
Chan_Capi initial deadlock
Hello, I am using chan_capi 0.3.5 and Asterisk CVS-v1-0-12/29/04-15:32:48 on a SuSE Linux 9.0 with Kernel 2.4.21-99-default In the system is a AVM C4 with one port connected to PSTN at PTP BRI and another one to an ISDN PBX with an PMP BRI. The system is running fine, but I have regualary this error, and then chan_capi is not working anymore. Jan 18 15:29:46 WARNING[2919]: Avoided initial
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...CT_B3_REQ NCCI=%#x\n",i->NCCI); } else { if (option_verbose > 5) { ast_verbose(VERBOSE_PREFIX_4 "sent DISCONNECT_B3_REQ NCCI=%#x\n",i->NCCI); } } // wait for the B3 layer to go down while (i->state != CAPI_STATE_CONNECTED) { usleep(10000); } SELECT_B_PROTOCOL_REQ_HEADER(&CMSG, ast_capi_ApplID, ast_capi_MessageNumber++, 0); SELECT_B_PROTOCOL_REQ_PLCI(&CMSG) = i->PLCI; SELECT_B_PROTOCOL_REQ_B1PROTOCOL(&CMSG) = 4; SELECT_B_PROTOCOL_REQ_B2PROTOCOL(&CMSG) = 4; SELECT_B_PROTO...