-
1
- #1
Need to test audio connectivity and quality to a remote customer? Have them federate the Audio Test app.
This will enable the orgs Audio Test app to be contacted via federation. All a remote user needs is the SIP address for the Audio Test app, which can be retrived by running
If proper DNS is in place, federation is enabled, and firewall rules correct, this will connect and allow the user to test quality.
Do you have your Tek-Tips.com Swag? I've got mine!
Stop by the new Tek-Tips group at LinkedIn.
Code:
[url=http://technet.microsoft.com/en-us/library/gg412984.aspx]Get-CsAudioTestServiceApplication[/url] | [url=http://technet.microsoft.com/en-us/library/gg398907.aspx]Set-CsAudioTestServiceApplication[/url] -EnabledForFederation $true
Code:
Get-Csaudiotestserviceapplication
If proper DNS is in place, federation is enabled, and firewall rules correct, this will connect and allow the user to test quality.
Do you have your Tek-Tips.com Swag? I've got mine!
Stop by the new Tek-Tips group at LinkedIn.