Displaying 1 result from an estimated 1 matches for "ast_capi_applid".
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...channel *c, char* stationID) {
struct ast_capi_pvt *i = c->pvt->pvt;
MESSAGE_EXCHANGE_ERROR error;
_cmsg CMSG;
B3_PROTO_FAXG3 B3conf;
SetupB3Config(&B3conf, FAX_SFF_FORMAT, stationID); // Format ignored by eicon cards
DISCONNECT_B3_REQ_HEADER(&CMSG, ast_capi_ApplID, ast_capi_MessageNumber++, 0);
DISCONNECT_B3_REQ_NCCI(&CMSG) = i->NCCI;
if ((error = _capi_put_cmsg(&CMSG)) != 0) {
ast_log(LOG_ERROR, "error sending DISCONNECT_B3_REQ NCCI=%#x\n",i->NCCI);
} else {
if (option_verbose > 5)...