OP_Server Error

Hi, I am receiving this error on my outbound calls :

Use of uninitialized value $hash_temporal{“Source”} in pattern match (m//) at /var/www/html/panel/op_server.pl line 3349.
Use of uninitialized value $numero in split at

And receiving this on my inbound calls:

Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 3337.
Use of uninitialized value $hash_temporal{“Source”} in pattern match (m//) at /var/www/html/panel/op_server.pl line 3349.
Use of uninitialized value $numero in split at /var/www/html/panel/op_server.pl line 9476.
Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 3337.
Use of uninitialized value $hash_temporal{“Source”} in pattern match (m//) at /var/www/html/panel/op_server.pl line 3349.

Any help is appreciated.

David Aschenbrener

Hi,

Ever since I upgraded to Asterisk 1.6.0.9 and applied the latest FreePBX 2.5.1.5 updates I started seeing the similar messages.

There are a couple differences though:

  1. I do not receive the $hash_temporal{“Source”} or $numero references in the messages;
  2. In my case line number is 9621 vs. 9476 in the respective message.

Has anybody had a chance to look into that?

Thank you,
Vladimir

The FOP does not support 1.6 currently. The author for it has his own site and you’ll find the latest info there. http://www.asternic.org

He does check here once in a while but he’s not been around in a while.

This quote is from http://www.asternic.org, posted 2009-06-22.

I can confirm. It works the same way as it worked with 1.4. No error messages any more.

-Vladimir