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


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to