Hi,<br><br>As soon as I removed back line 266 as suggested by Peer Oliver, it worked.<br><br><br>Lines changed in /usr/src/bristuff-0.4.0-RC4-xr6/asterisk/pbx/pbx_spool.c :<br>/* Olivier<br> 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))) {<br>
*/<br> if (ast_strlen_zero(o->tech) || ast_strlen_zero(o->dest) || (ast_strlen_zero(o->app) && ast_strlen_zero(o->exten))) {<br><br><br>Procedure used to update:<br>cd /usr/src/bristuff-0.4.0-RC4-xr6/asterisk/<br>
make all<br>make install<br><br>File astup.call :<br>Channel: Sip/700<br>Context: mylocal<br>Extension: 00123457530<br>Priority: 1<br><br><br><br>Now, looking at removed line, it would say "if both message and pdu are empty, then print error message".<br>
Question is now, is this a feature (ie you must either add a pdu or a message (or both) in call files) or a bug ?<br><br>Regards<br><br>PS: I'll post the answer to Bristuff mailinglist as this must of interest there ...<br>
<br>