i have been working with the retrieve_sip_conf_from_mysql.pl file and i have
set everything as required. but when i run this script i am continuously
getting the "no results" in my screen   and the file written by this script
has only first result although i have many in my database. this is the part
of this script.

     my @resSet = @{$result};
        print $#resSet;
        if ( $#resSet == -1 ) {
                print "no results\n";
                exit;
        }

can any one tell me what is happening? and get rid of this error?

for those who have no clue.. this file is in the /usr/src/asterisk
directory... (asterisk source diretory.)

thanks,
chandra


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to