rash_s13
2006-04-10 15:52:51 UTC
hi,I have the following lines in my bills.cgi,
.
.
my $sth=$dbh->prepare("select initial,current from bill3 where
user_id='$num' ");
.
.
Location:
"http://localhost:13013/sendsms/username=tester&password=foobar&to="9845943645"&text=$b\n\n";
where $b is the output of bills.cgi which is to be sent as a replyto the
user.
My sms-service configuration is as follows,
group = sms-service
keyword = bill
get-url = "http://localhost/cgi-bin/rash/bills.cgi?num=%s"
when I send an sms, bill 2411774,where 2411774 is present in database, it
gives me a reply "could not fetch content,sorry".
How do I get the correct contents?
Regards,
Rashmi.
--
View this message in context: http://www.nabble.com/could-not-fetch-content-t1425843.html#a3844673
Sent from the Kannel - User forum at Nabble.com.
.
.
my $sth=$dbh->prepare("select initial,current from bill3 where
user_id='$num' ");
.
.
Location:
"http://localhost:13013/sendsms/username=tester&password=foobar&to="9845943645"&text=$b\n\n";
where $b is the output of bills.cgi which is to be sent as a replyto the
user.
My sms-service configuration is as follows,
group = sms-service
keyword = bill
get-url = "http://localhost/cgi-bin/rash/bills.cgi?num=%s"
when I send an sms, bill 2411774,where 2411774 is present in database, it
gives me a reply "could not fetch content,sorry".
How do I get the correct contents?
Regards,
Rashmi.
--
View this message in context: http://www.nabble.com/could-not-fetch-content-t1425843.html#a3844673
Sent from the Kannel - User forum at Nabble.com.