Topic Last Modified: 2010-06-17
Test that the Dial-in Conferencing Web page and the dial-in access numbers work correctly.
Test the following:
- Test the Dial-in Conferencing Web page by signing in to the
simple URL.
- Test that access numbers work correctly for a specific pool by
running the script that follows. This script simulates calls to
access numbers. You need the SIP address and credentials of one
unified communications client that is hosted on the specific pool
to use this script, as illustrated below.
This step is optional.
To test access numbers for a specific pool
-
Open Communications Server Management Shell.
-
Run:
Copy Code $credentials = Get-Credential User name: testuser1@contoso.com Password: ******** Test-CsDialInConferencing –UserSipAddress sip:testuser1@contoso.com –UserCredential $credentials –TargetFqdn server.vdomain.com -Verbose
The resulting report shows either Success or Failure, along with specific diagnostic information. The –Verbose flag provides more detailed information about how many access numbers were found and details about them.