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>
< my $key;<br>
< if ( "$server^$hash_temporal{'Destination'}") {<br>
< $key = "$server^$hash_temporal{'Destination'}";<br>
< }<br>
< else {<br>
< $key="0";<br>
< }<br>
<<br>
---<br>
> my $key = "$server^$hash_temporal{'Destination'}";<br>
3374,3377c3367,3368<br>
< if ( $chanvar{ $hash_temporal{"SrcUniqueID"} }{$var} ) {<br>
< if ( defined( $chanvar{ $hash_temporal{"SrcUniqueID"}<br>
}{$var} ) ) {<br>
< $passvar{ $hash_temporal{"DestUniqueID"} }{$var} =<br>
$chanvar { $hash_temporal{"SrcUniqueID"} }{$var};<br>
< }<br>
---<br>
> if ( defined( $chanvar{ $hash_temporal{"SrcUniqueID"} }{$var}<br>
) ) {<br>
> $passvar{ $hash_temporal{"DestUniqueID"} }{$var} =<br>
$chanvar{ $ hash_temporal{"SrcUniqueID"} }{$var};<br>
3383,3386d3373<br>
< if ( ! $hash_temporal{'Source'} =~ m/^Local/i ) {<br>
< $hash_temporal{'Source'} = 'Remote';<br>
< }<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>