[asterisk-users] [AsteriskNow] Errors with cleaninstall(onmainscreen when making calls)
Albert Scholtalbers
compuvision.sr at gmail.com
Fri Jul 23 08:27:12 CDT 2010
Long live diff. Yup it seem it would.
Would there be a temp solution to route all errors to a file in
/var/log/op_server or so
In that why the screen stays clean until the source of the warnings/errors
is found.
We think it has to do with a setting in the config file, maybe all options
have to be enabled to make it work....
Albert
3360,3367c3360
> < my $key;
> < if ( "$server^$hash_temporal{'Destination'}") {
> < $key = "$server^$hash_temporal{'Destination'}";
> < }
> < else {
> < $key="0";
> < }
> <
> ---
> > my $key = "$server^$hash_temporal{'Destination'}";
> 3374,3377c3367,3368
> < if ( $chanvar{ $hash_temporal{"SrcUniqueID"} }{$var} ) {
> < if ( defined( $chanvar{ $hash_temporal{"SrcUniqueID"}
> }{$var} ) ) {
> < $passvar{ $hash_temporal{"DestUniqueID"} }{$var} =
> $chanvar { $hash_temporal{"SrcUniqueID"} }{$var};
> < }
> ---
> > if ( defined( $chanvar{ $hash_temporal{"SrcUniqueID"} }{$var}
> ) ) {
> > $passvar{ $hash_temporal{"DestUniqueID"} }{$var} =
> $chanvar{ $ hash_temporal{"SrcUniqueID"} }{$var};
> 3383,3386d3373
> < if ( ! $hash_temporal{'Source'} =~ m/^Local/i ) {
> < $hash_temporal{'Source'} = 'Remote';
> < }
> Since the messages were coming from missing elements of $hash_temporal,
> this
> seemed like a reasonable approach to the problem.
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100723/1567ed8c/attachment.htm
More information about the asterisk-users
mailing list