How can to receive sms from android sms gateway to website? #23
Replies: 2 comments 1 reply
-
i never though about this, because i don't put contact on smartphone used for SMS Gateway. i think need to emplement new command for push, maybe like,
if app received contact, it will send to server the contact name. need to implement inside this function how to implement how to send to server SmsListener.sendPOST(getSharedPreferences("pref", 0).getString("urlPost", null),
arg1.getStringExtra("number"), contactName, "contact", context); |
Beta Was this translation helpful? Give feedback.
-
@longkoy732 you will get status on message body, as long you set URL for receiving SMS Android-SMS-Gateway/backend/index.php Lines 5 to 7 in a7fcfdd type delivered has message content success or failed type sent has message content success or Generic failure or No service or Null PDU or Radio off |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ibnux, I want to fetch reply of the sent contact from android sms gateway to my website like inbox who contacts replied to my messages, How can i implement it?
Beta Was this translation helpful? Give feedback.
All reactions