Motorola CA50 Developer & User Manual page 319

Table of Contents

Advertisement

GetExtensionInfo
This method retrieves phone extension information from the UCA system. The extension information is populated
into the PhoneExtInfo class passed to the method.
public int GetExtensionInfo(string locExtID, string sPhnExt, string ipAddr, string sUser,
ref PhoneExtInfo phExtInfo, ref UCAWebServiceStatus WSStatus)
Parameters
locExtID
storeNumber.
sPhnExt
Phone extension.
ipAddr
IP address of source machine (optional - used for logging).
Pass "" when address logging is not required.
sUser
UserID of user making WS call (optional - used for logging).
Pass "" when user logging is not required.
PhoneExtInfo
Reference to a PhoneExtInfo class (described above)
WSStatus
UCAWebServiceStatus class describes the status of the call
Return Values
Returns 1 when successful. When successful, phExtInfo is populated with the specified extension information.
Remarks
Any errors are logged to the NT Event log.
UCA Server Optional APIs 11 - 17

Advertisement

Table of Contents
loading

Table of Contents