I've set up a Webex sandbox, added users and successfully tested calls between them. Using a Python script, I retrieve the number of the remote party correspondent via the ListCalls method of the Call Control API.
In my real-life scenario, calls will be made from a non-Webex user, most likely from a personal mobile or landline, to a user with a Webex licence.
I want to test calling one of my virtual users from my personal mobile phone number in the sandbox to ensure that my Python script correctly captures the remote party's number, even when the call is not initiated in Webex.
Of course, the ListCall API call will be made to a user with the Webex Calling license.
So I wanted to know if it was possible to make such calls to the sandbox for testing and if the ListCall API method still worked even if the remoteParty user was not from Webex. Does this API call require both users to go through Webex to work?
Thanks in advance for your help!