I can send sms via http request, but I always receive this error:

[error] PHP Warning:
fopen(http://mykannelserver.com:13013/cgi-bin/sendsms?...) ): failed to open
stream: HTTP request failed! HTTP/1.0 202 Foo

I do:
$path = "http://mykannelserver.com:13013/cgi-bin/sendsms?...";;
fopen($path,"r");

and fopen always returns false, but sms is sent successfully.

So php doesnt know, is kannel up or down at this moment? And also can not
check, if sms is sent or not.

Maybe this is apache configuration problem? Or PHP? Or kannel?
Can anybody give me some suggestion...

Ivars


Reply via email to