We are trying to obtain the status of the phone by application using API. (Busy, Hold, Availavle etc.)
I have two questions about this
Although the status of the phone that the user logged in the most recently can be displayed,
I can not get the status of a phone that has not been logged in for a long time. (It seems to be over 8 days)
How long will it be impossible to acquire the status without logging in?
2.Could you please tell me about any of the following statuses?
dialing,
alerting,
connected,
contacting,
offering,
disconnected,
terminated,
converting,
uploading,
transmitting,
none,
※ The above is the status of PureConnect.
Is it sent in Japanese in a Japanese environment?
If it is in Japanese, Please tell me the status of Japanese.
The status I wrote is the status that PureConnect can obtain.
Sorry I forgot which page ...
Please let me know the similar status of PureCloud.
Is there a way to check it?
Different endpoints can share similar, but different, data. I need to know specifics about what APIs you're using to be able to give you an accurate answer.
I was able to know the list of status within the link above.
If the browser is Japanese, Japanese status will be sent with API.
Is there a way to check what statuses are sent in Japanese?
Thank you very much.
However, in the Japanese environment, the status text of Japanese is sent. I want to know Japanese related to all the above status.
The PureCloud UI will show localized text, but all of the values coming back from this API should be in English as the state property is an enum, not a localized string. With the notable exception of presence strings, data from the API will be in English; the client application can choose to apply localization however it chooses.
If you're actually seeing Japanese characters coming back in the state property, can you provide a screenshot and correlation ID so I can take that back to the conversation service dev team to investigate?