[asterisk-users] Are .call files working with extensions.ael ? bristuff problem
Peer Oliver Schmidt
posde at theinternet.de
Thu Mar 12 07:27:34 CDT 2009
Olivier wrote:
>> Do you by chance use bristuff?
>
> Yes, I do.
bristuff patches pbx/pbx_spool.c
I have no knowledge of C, but there seems to be a problem around line
266.
The original line (pre-bristuff) looks like this:
if (ast_strlen_zero(o->tech) || ast_strlen_zero(o->dest) ||
(ast_strlen_zero(o->app) && ast_strlen_zero(o->exten))) {
The patched line looks like this:
if (ast_strlen_zero(o->tech) || ast_strlen_zero(o->dest) ||
(ast_strlen_zero(o->app) && ast_strlen_zero(o->exten)) ||
(ast_strlen_zero(o->message) && ast_strlen_zero(o->pdu))) {
Try reverting that line, and see if that helps with your problem. And
maybe someone with a better understanding of C can take a look at the
above problem.
--
Best regards
Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA
More information about the asterisk-users
mailing list