michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
216 stars 51 forks source link

URL with get method doesn't work #270

Open johnlescault opened 4 months ago

johnlescault commented 4 months ago

When I send a url with get method something similar to (from outside the app - either the voip.ms webpage or through the API):

I get the following within the app:

The receiver seems to get it correctly, but on my end within the voipms sms app it shows as the second option.

michaelkourlas commented 4 months ago

If you use the getSMS or getMMS API calls, do they return the correct URI in the message text?

michaelkourlas commented 2 months ago

This is how it appears in the getMMS API call:

{"id":"78081872","date":"2024-05-20
19:19:59","type":"0","did":"<...>","contact":"<...>","message":"www.url.com\/blah.php?account_number\u001019&secret_key$5542","col_media1":"","col_media2":"","col_media3":"","media":[]}

The API is providing the app with the wrong information -- please contact VoIP.ms for assistance.