Displaying 2 results from an estimated 2 matches for "verbose_prefix_4".
Did you mean:
verbose_prefix_3
2004 May 26
5
cdr_odbc with mysql on a remote server
...to compile everything, and seem to almost be ready to head home.
I've added a small debug line to cdr_odbc.c as follows:
if((ODBC_res != SQL_SUCCESS) && (ODBC_res !=
SQL_SUCCESS_WITH_INFO))
{
if(option_verbose > 10)
ast_verbose( VERBOSE_PREFIX_4 "cdr_odbc: Error
SQLConnect %d\n", ODBC_res);
SQLGetDiagRec(SQL_HANDLE_DBC, ODBC_con, 1, ODBC_stat,
&ODBC_err, ODBC_msg, 100, &ODBC_mlen);
>> if(option_verbose > 10)
>> ast_verbose( VERBOSE_PREFIX_4 "cdr_odbc: E...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...;
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) {
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...