Hello, we have implemented a simple auto-dialer which uses the CallOut api to initiate a call on a specific device. It works great for any hardware phones that we have, but we are wondering if there's a way for it to work with softphones too? I got it working with the RingCentral Phone desktop app, but it doesn't appear to work with either the regular RingCentral desktop or mobile apps, or the RC Phone android app.
Basically, the issue is that they never appears in the list of devices (using RestClient.Restapi().Account().Extension().Device().Get() ), or it always shows as offline. Is there something simple i'm missing, or is what i'm trying to do not possible?
Thanks in advance!
Andy