<div dir="ltr">Hello,
<div><br></div><div>I run a perl script from an Opensips 1.6 config.  I&#39;m having trouble handling a perl &quot;die&quot; condition in the Opensips script.  For example:</div><div><br></div><div><div>if !(perl_exec(&quot;dietest1&quot;)) {</div>
<div>    xlog(&quot;L_INFO&quot;, &quot;Perl script failed.\n&quot;</div><div>} else {</div></div><div>    xlog(&quot;L_INFO&quot;, &quot;Perl script succeeded.\n&quot;</div><div>}</div><div><br></div><div>where <a href="http://test1.pl">test1.pl</a> ends with:</div>
<div>    die &quot;Perl script dying&quot;</div><div><br></div><div>When the perl script fails, I see only:</div><div><br></div><div>ERROR:core:XS_OpenSIPS__Message_log: perl error: Perl script dying at /etc/opensips/perl/<a href="http://perltest.pl">perltest.pl</a> line 165.#012<br>
</div><div><br></div><div>I never see the &quot;Perl script failed&quot; xlog from the script.  It seems that a dying perl script stops processing on the current message.  Is there a way around this, to handle the perl error?</div>
<div><br></div><div><br></div><div>Regards,</div><div>Jeff</div><div><br></div><div><br></div></div>