Dialogic Global Call IP Benutzerhandbuch

Seite von 604
Dialogic
®
 Global Call IP Technology Guide — November 2007
527
Dialogic Corporation
IP-Specific Parameters
9.2.20
IPSET_REG_INFO
Table 62 shows the parameter IDs in the IPSET_REG_INFO parameter set. 
Table 62. IPSET_REG_INFO Parameter Set
Parameter IDs
Data Type & Size
Description
SIP/
H.323
IPPARM_OPERATION_
REGISTER
Type: char
Size: sizeof(char)
Used to specify the type of registration 
operation to perform with a gatekeeper or 
registrar. Possible values are: 
• IP_REG_ADD_INFO 
• IP_REG_DELETE_BY_VALUE 
• IP_REG_QUERY_INFO (SIP only)
• IP_REG_SET_INFO 
both
IPPARM_OPERATION_
DEREGISTER
Type: char
Size: sizeof(char)
Used when deregistering an endpoint 
with a gatekeeper/registrar. Possible 
values are: 
• IP_REG_DELETE_ALL – Discard the 
registration data in the local database
• IP_REG_MAINTAIN_LOCAL_INFO – 
Keep the registration data in the local 
database
both
IPPARM_REG_ADDRESS
Type: IP_REGISTER_
ADDRESS 
Size: 
sizeof(IP_REGISTER_
ADDRESS)
Address information to be registered with 
a gatekeeper/registrar. 
for details.
both
IPPARM_REG_
AUTOREFRESH
Type: char
Size: sizeof(char)
Used to enable/disable autorefresh of SIP 
registration bindings. Possible values are:
• IP_REG_AUTOREFRESH_DISABLE
• IP_REG_AUTOREFRESH_ENABLE
Default behavior if this parameter is not 
specified is to autorefresh bindings.
SIP 
only
IPPARM_REG_TYPE Type: 
int
Size: sizeof(int)
The registration type. Possible values are: 
• IP_REG_GATEWAY 
• IP_REG_TERMINAL 
H.323 
only
IPPARM_REG_SERVICEID
Type: int
Size: sizeof(int)
The Service ID that was handed back to 
the application when it initiated the 
registration
SIP 
only
IPPARM_REG_STATUS
Type: char
Size: sizeof(char)
Indicates whether or not the endpoint’s 
registration with a gatekeeper/registrar 
was successful. Possible values are: 
• IP_REG_CONFIRMED 
• IP_REG_REJECTED 
both