camaraproject / APIBacklog

Repository to maintain the API Backlog for CAMARA.
https://wiki.camaraproject.org/x/I4tF
Apache License 2.0
4 stars 13 forks source link

New API proposal-Shutdown Service Status #34

Open chinaunicomyangfan opened 2 months ago

chinaunicomyangfan commented 2 months ago

This API allows users to obtain the current shutdown status of a certain phone number, including Voice/SMS in shutdown, Voice/SMS out shutdown, and data service shutdown. Anti fraud: When receiving SMS or phone calls from a suspended number, it may be a disguised fraudulent number, which can provide security risk alerts. Customer service support: If a user reports that they are unable to receive calls or text messages, customer service personnel can determine whether the problem is caused by the phone voice function being shut down by checking the phone's status. This is from GSMA drop4 priority list PR is here: 32

bigludo7 commented 2 months ago

Hi @chinaunicomyangfan How from a developer perspective this API differs from Device status connectivity one? I mean this latest allows to know if a mobile is reachable by SMS, by date (or not) - here is about shutdown - how to explain the difference?

chinaunicomyangfan commented 2 months ago

Hi @chinaunicomyangfan How from a developer perspective this API differs from Device status connectivity one? I mean this latest allows to know if a mobile is reachable by SMS, by date (or not) - here is about shutdown - how to explain the difference? @bigludo7 DeviceStatus may focus more on user connection information, while Shutdown Service Status does not return the current connection information of the device, but rather the business status of whether the SMS in , SMS out , and data service funchtion of device has been shut down. There is an example, if a user is in an overdue state, their SMS out and data status will be stopped, but the SMS in status may be normal. I wonder if it is in DeviceStatus, what connection status will be returned

TEF-RicardoSerr commented 2 months ago

Hello @chinaunicomyangfan We are migrating API Backlog to new repo, would you be so kind to open the Pull request in this new path. We can transfer the issue once you open the new PR

chinaunicomyangfan commented 2 months ago

@TEF-RicardoSerr Thank you for the reminder. I was not aware that the repo had already been migrated,new PR is here:New API proposal-ShutdownServiceStatus should I close this issue and PR?

chinaunicomyangfan commented 3 days ago

Based on the results of the discussion about the overlap between ShutdownStatus and DeviceStatus in Device Status .I believe they are two different APIs. Additionally, based on the suggestions discussed, I think changing the name to SubscriptionStatus would be more accurate.