Hi,<br><br>Is the following behaviour a bug or a feature ?<br><br>Using bristuff-0.4.0-RC3d.tar.gz, the call file thereafter produces :<br>


        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.3  (Linux)">
        
        
        <style type="text/css">
        &lt;!--
                @page { size: 21cm 29.7cm; margin: 2cm }
                P { margin-bottom: 0.21cm; text-align: justify }
                TT.western { font-size: 10pt; font-weight: bold }
                TT.cjk { font-size: 10pt }
        --&gt;
        </style>

<p><tt class="western">[Mar 16 15:39:36] WARNING[25547]:
pbx_spool.c:267 apply_outgoing: At least one of app or extension (or
keyword message/pdu) must be specified, along with tech and dest in
file /var/spool/asterisk/outgoing/astup.call</tt></p>
<p><tt class="western">[Mar 16 15:39:36] WARNING[25547]:
pbx_spool.c:457 scan_service: Invalid file contents in
/var/spool/asterisk/outgoing/astup.call, deleting</tt></p>
<p><tt class="western">[Mar 16 15:39:36] WARNING[25547]:
pbx_spool.c:505 scan_thread: Failed to scan service
&#39;/var/spool/asterisk/outgoing/astup.call&#39;</tt></p>
<br>Reverting Bristuff&#39;s patch on lines 266 in asterisk/pbx/pbx_spool.c such as correct this and call file can be played :<br>/* Original code<br><div class="im"><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></div>
*/<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>Is this a feature or a bug (ie do you have to either add a pdu or a message (or both) in call files when using Bristuff) ?<br><br>Regards<br>
<br><br><br>