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-&gt;tech) || ast_strlen_zero(o-&gt;dest) || (ast_strlen_zero(o-&gt;app) &amp;&amp; ast_strlen_zero(o-&gt;exten)) || (ast_strlen_zero(o-&gt;message) &amp;&amp; ast_strlen_zero(o-&gt;pdu))) {<br>
*/<br>        if (ast_strlen_zero(o-&gt;tech) || ast_strlen_zero(o-&gt;dest) || (ast_strlen_zero(o-&gt;app) &amp;&amp; ast_strlen_zero(o-&gt;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 &quot;if both message and pdu are empty, then print error message&quot;.<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&#39;ll post the answer to Bristuff mailinglist as this must of interest there ...<br>
<br>