Hey ,
I'm using the SMS extension of Clickatell .. I have edit the user,password and api_id in extension.init and then created the report with following code..
DROP PROCEDURE IF EXISTS sp_DBR_sms
$$
CREATE PROCEDURE sp_DBR_sms
()
BEGIN
select 'dbr.sms';
select '923322487907', 'Hello from myDBR';
END
$$
Where '923322487907' is the phone number and 'Hello from myDBR' is message .
But when i execute the report it gives the following error.
"Warning: file(http://api.clickatell.com/http/auth?user=XXXXXX&password=&api_id=YYYY) [function.file]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\mydbr\extensions\sms\sms_sender.php on line 62" And Authentication failure..
What Im doing wrong here?
Regards,
Bushra
(edited credentials)