If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
item Hello , In my sms provider they will send response code for every Response Code. so that we will be figure out what is the actual error
{"response_code":1000,"response":"A required field is missing"} {"response_code":1001,"response":"Invalid IP Address"} {"response_code":1002,"response":"Invalid Token"} {"response_code":1003,"response":"Account Inactive"} {"response_code":1004,"response":"Account Inactive"} {"response_code":1005,"response":"Account has been expired"} {"response_code":1006,"response":"Account has been expired"} {"response_code":1007,"response":"Invalid Receiver"} {"response_code":1008,"response":"Invalid Sender"} {"response_code":1010,"response":"Text cannot be empty"} {"response_code":1011,"response":"No valid receiver"} {"response_code":1012,"response":"No Credits Available"} {"response_code":1013,"response":"Insufficient Credits"}
But in the extension developer by you. we are not being able to figure out the actuall problem when sms is not sending. can you please show the response message send my sms provider
Hello yuri , sms Extension is ready . no need to develop extension. our sms provider sends reponse code for every conditon in json format
{"response_code":1000,"response":"A required field is missing"} {"response_code":1001,"response":"Invalid IP Address"} {"response_code":1002,"response":"Invalid Token"} {"response_code":1003,"response":"Account Inactive"} {"response_code":1004,"response":"Account Inactive"} {"response_code":1005,"response":"Account has been expired"} {"response_code":1006,"response":"Account has been expired"} {"response_code":1007,"response":"Invalid Receiver"} {"response_code":1008,"response":"Invalid Sender"} {"response_code":1010,"response":"Text cannot be empty"} {"response_code":1011,"response":"No valid receiver"} {"response_code":1012,"response":"No Credits Available"} {"response_code":1013,"response":"Insufficient Credits"}
But in the developed extensin . when sms not send successfully i want to show error with response code send by sms provider like sms sending errror Response code : 10002 invalid sender
Please Help me with that . i tried to debug but still couldnt fix it
Comment