You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to get the location of the caller? I want to route the calls to asterisk server located in different locations? When User1 is in state A, the call should go the asterisk serverA. When the same user moves to stateZ, the call should go to the asterisk serverZ. How to acheive this requirement?
The text was updated successfully, but these errors were encountered:
This can only be done with some sort of Geographically based DNS service. There are various services that offer this, it will be based on the incoming request - you ip is inspected at the time of resolving the DNS name. like wss://ws.asterisk.org and the resulting IP returned will be based on your location.
Otherwise, you may need to gather the users location using the location API built in the browser. (You will need to request permission first). Then based on the return location, you could perform say an api call, and return the closest servers.
How to get the location of the caller? I want to route the calls to asterisk server located in different locations? When User1 is in state A, the call should go the asterisk serverA. When the same user moves to stateZ, the call should go to the asterisk serverZ. How to acheive this requirement?
The text was updated successfully, but these errors were encountered: