[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

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:

This step is optional.

To test access numbers for a specific pool

  1. Open Communications Server Management Shell.

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