Displaying 4 results from an estimated 4 matches for "capidebug".
Did you mean:
acpi_debug
2004 Dec 23
2
Re: Asterisk and Capi
...at comes packaged in RPM format, also included in the distribution.
Still starting asterisk with the usual asterisk -vvvc I see that
something goes wrong.
[app_capiCD.so]Dec 23 19:21:45 WARNING[1076850816]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/app_capiCD.so: undefined
symbol: capidebug
Dec 23 19:21:45 WARNING[1076850816]: loader.c:423 load_modules: Loading
module app_capiCD.so failed!
A dumb (newbie) question how to solve the problem: is there some other
package that I have to install to be able to start asterisk with the
chan_capi?
Best regards and seasonal greetings,
Aldo...
2004 Dec 30
0
Re: Asterisk and Capi
...have a working setup with asterisk 1-0
>stable, chan_capi 0.3.5 and fcpci-suse9.1-3.11-02 on Debian Sarge,
>though not prepackaged but all self compiled.
>
>Looking at your log messages, chan_capi obviously is installed, but the
>load of app_capiCD.so fails due to an undefined symbol capidebug.
[...]
>So either your modules.conf is messed up, or there's a problem with the
>chan_capi package itself, which you should then report to Suse.
>
>But take a look at your modules.conf. I myself have autoload enabled, and
>all works automagically. Maybe you have it disabled, an...
2005 Jun 24
1
Errors on SuSE 9.3 default install.
...I did a
(full) fresh install of SuSE 9.3.
I get the *same* error on *both* boxes, even though one of them does not
have any ISDN HW at all.
The error is:
[app_capiCD.so]Jun 24 14:33:42 WARNING[1921]: loader.c:258
ast_load_resource: /usr/lib/asterisk/modules/app_capiCD.so: undefined
symbol: capidebug
Jun 24 14:33:42 WARNING[1921]: loader.c:440 load_modules: Loading module
app_capiCD.so failed!
I've searched for docs relating to how asterisk loads (and therefore
what makes it load certain modules) and couldn't find anything on the
voip-info.org/wiki-Asterisk.
Any help would be welc...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...ast_verbose(VERBOSE_PREFIX_3 "CAPI Answering in fax mode for MSN %s\n", dnid);
if ((error = _capi_put_cmsg(&CMSG)) != 0) {
ast_log(LOG_WARNING, "capiAnswerFax CAPI put_cmsg error\n");
return -1;
} else {
if (option_verbose > 5) {
if (capidebug)
ast_verbose(VERBOSE_PREFIX_4 "sent CONNECT_RESP PLCI = %#x DNID = %s\n",i->PLCI,i->dnid);
}
}
i->state = CAPI_STATE_ANSWERING;
i->doB3 = AST_CAPI_B3_DONT;
i->outgoing = 0;
i->earlyB3 = -1;
return 0;
}
static int capians...