Share via


QueryHomeServer(string) function

 
Communications Server 2007 Server SDK Documentation

QueryHomeServer

The QueryHomeServer function returns the fully qualified domain name of the home server for a specified SIP user.

string QueryHomeServer(
  string userAtHost
);

Parameters

  • userAtHost
    A SIP user as a string of the form "someone@example.com" whose home server will be returned.

Return Values

Returns either the FQDN (fully qualified domain name) of the specified Standard Edition home server, or the name of the Enterprise Edition pool. If the user is not in the registrar database, returns null.

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.