Author Topic: Create phonelines scripts issues  (Read 2752 times)

legolas

  • Making baby steps
  • Posts: 3
    • View Profile
Create phonelines scripts issues
« on: February 26, 2008, 04:10:07 pm »
I tested phone lines for all available providers (including those provided by comunity) and looks like a couple of them are messed:
Code: [Select]
/usr/pluto/bin/create_amp_phoneline.sh 1und1 1 2 3 4
Argument "" isn't numeric in numeric gt (>) at
        /usr/pluto/bin/create_amp_1und1.pl line 174 (#1)
    (W numeric) The indicated string was fed as an argument to an operator
    that expected a numeric value instead.  If you're fortunate the message
    will identify which operator was so unfortunate.

Can't use string ("4") as an ARRAY ref while "strict refs" in use at
        /usr/pluto/bin/create_amp_1und1.pl line 95 (#2)
    (F) Only hard references are allowed by "strict refs".  Symbolic
    references are disallowed.  See perlref.

Uncaught exception from user code:
        Can't use string ("4") as an ARRAY ref while "strict refs" in use at /usr/pluto/bin/create_amp_1und1.pl line 95.
 at /usr/pluto/bin/create_amp_1und1.pl line 95

Code: [Select]
/usr/pluto/bin/create_amp_phoneline.sh sipgradwell qq aa zz xx
Argument "" isn't numeric in numeric gt (>) at
        /usr/pluto/bin/create_amp_sipgradwell.pl line 176 (#1)
    (W numeric) The indicated string was fed as an argument to an operator
    that expected a numeric value instead.  If you're fortunate the message
    will identify which operator was so unfortunate.


curl: (1) Unsupported protocol:  http

curl: (1) Unsupported protocol:  http

Code: [Select]
/usr/pluto/bin/create_amp_phoneline.sh viatalk_us-central rrr ttt ggg fff
Argument "" isn't numeric in numeric gt (>) at
        /usr/pluto/bin/create_amp_viatalk_us-central.pl line 174 (#1)
    (W numeric) The indicated string was fed as an argument to an operator
    that expected a numeric value instead.  If you're fortunate the message
    will identify which operator was so unfortunate.

Can't use string ("fff") as an ARRAY ref while "strict refs" in use at
        /usr/pluto/bin/create_amp_viatalk_us-central.pl line 95 (#2)
    (F) Only hard references are allowed by "strict refs".  Symbolic
    references are disallowed.  See perlref.

Uncaught exception from user code:
        Can't use string ("fff") as an ARRAY ref while "strict refs" in use at /usr/pluto/bin/create_amp_viatalk_us-central.pl line 95.
 at /usr/pluto/bin/create_amp_viatalk_us-central.pl line 95

It will be nice if someone can take a look at them, to be able to include them in the beta 4 scheduled next week.
Thanks.

PeteK

  • Guru
  • ****
  • Posts: 408
    • View Profile
Re: Create phonelines scripts issues
« Reply #1 on: February 26, 2008, 04:16:38 pm »
It would definitely help them do so if you create a mantis bug report and attach this info.  Thanks a lot for the help.

-Pete

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: Create phonelines scripts issues
« Reply #2 on: February 26, 2008, 05:48:44 pm »
Seems to me that those scripts simply don't like arguments such as "1 2 3 4", "qq aa zz xx" and "rrr ttt ggg fff".  Then again I have no clue what this is about, care to elaborate?
"Change is inevitable. Progress is optional."
-- Anonymous