Use this script to dial with Vonage.
# This script requires that Vonage Business is downloaded and installed.
# https://app.vonage.com/static/softphone.html
# https://m.vona.ge/getWindows
$VonageLocalServiceUrl = "https://localhost:9802/makeCall?phoneNumber=$($PhoneNumber)"
Invoke-WebRequest $VonageLocalServiceUrl
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article