i have created a free account on easysendsms gateway for testing purpose with playsms beforce purchasing some credit.
i have installing successfully the easysendsms gateway onn playsms.
i successfully add the gateway and configure the outgoing sms route.
When i send the sms, i a got a error, error_code:1003 “Invalid type parameter.” More complete error message on the playsms log file is below
Thank a lot for your delicious feedback.
After applying the log level to 3 and restarting the service, i found that the invalid parameter is “type” on behalf of “tipe” on the gateway plugin code
With your big assistance, i solved partially the issue located on the fn.php located on the PLAYSMS_HOME/plugin/gateway/easysendsms folder as following:
looking for the file containing the word tipe from the gateway folder
grep -i “tipe” .
fn.php: $url .= “&tipe=” . $c_sms_type;
**editing and modifying the file fn.php in order to change the parameter tipe to type.
3. Restarting PlaySMS service
playsmsd restart
4. The SMS is delivered successfully
5. but it still have a feedback problem on PlaySMS.
on the “My sent Messages” the sms sending failed.
I found this error message : invalid smslog_id:9 resp:[OK:3228703010911091] smsc:easysendsms
Thank a lot for your prompt feedback, and exceptionnel assistance.
So great, all is Ok, sending sms as well as the feedback for playsms sending status after applying the new fn.php patch.