Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enable federation for the audio test service to test over the Internet 1

Status
Not open for further replies.

58sniper

MIS
Apr 25, 2004
9,152
0
36
US
Need to test audio connectivity and quality to a remote customer? Have them federate the Audio Test app.

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
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

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top