Long live diff. Yup it seem it would.<br>Would there be a temp solution to route all errors to a file in /var/log/op_server or so<br>In that why the screen stays clean until the source of the warnings/errors is found.<br>We think it has to do with a setting in the config file, maybe all options have to be enabled to make it work....<br>
<br>Albert<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
3360,3367c3360<br>
&lt;         my $key;<br>
&lt;         if ( &quot;$server^$hash_temporal{&#39;Destination&#39;}&quot;) {<br>
&lt;            $key = &quot;$server^$hash_temporal{&#39;Destination&#39;}&quot;;<br>
&lt;            }<br>
&lt;         else {<br>
&lt;            $key=&quot;0&quot;;<br>
&lt;            }<br>
&lt;<br>
---<br>
&gt;         my $key      = &quot;$server^$hash_temporal{&#39;Destination&#39;}&quot;;<br>
3374,3377c3367,3368<br>
&lt;             if ( $chanvar{ $hash_temporal{&quot;SrcUniqueID&quot;} }{$var} ) {<br>
&lt;                if ( defined( $chanvar{ $hash_temporal{&quot;SrcUniqueID&quot;}<br>
}{$var} )                     ) {<br>
&lt;                    $passvar{ $hash_temporal{&quot;DestUniqueID&quot;} }{$var} =<br>
$chanvar                    { $hash_temporal{&quot;SrcUniqueID&quot;} }{$var};<br>
&lt;                }<br>
---<br>
&gt;             if ( defined( $chanvar{ $hash_temporal{&quot;SrcUniqueID&quot;} }{$var}<br>
) )                     {<br>
&gt;                 $passvar{ $hash_temporal{&quot;DestUniqueID&quot;} }{$var} =<br>
$chanvar{ $                    hash_temporal{&quot;SrcUniqueID&quot;} }{$var};<br>
3383,3386d3373<br>
&lt;          if ( ! $hash_temporal{&#39;Source&#39;} =~ m/^Local/i ) {<br>
&lt;             $hash_temporal{&#39;Source&#39;} = &#39;Remote&#39;;<br>
&lt;             }<br>
Since the messages were coming from missing elements of $hash_temporal, this<br>
seemed like a reasonable approach to the problem.<br>
<div><div></div><div class="h5"><br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>