554 Dialogic
®
Global Call API Library Reference — November 2007
Dialogic Corporation
IP_VIRTBOARD — information about an IPT board device
h323_max_calls
The maximum number of IPT devices that can be used for H.323 calls. Valid values are in the
range from IP_CFG_NO_CALLS (=0) to IP_CFG_MAX_AVAILABLE_CALLS (=2016).
The default value is 120. This field must not be set to IP_CFG_NO_CALLS if sip_max_calls
is also set to that value. When the library is being started in 3PCC operating mode, this field
should be set to IP_CFG_NO_CALLS (=0).
sip_max_calls
The maximum number of IPT devices that can be used for SIP calls. Possible values are in the
range IP_CFG_NO_CALLS (=0) to IP_CFG_MAX_AVAILABLE_CALLS (=2016). The
default value is 120. This field must not be set to IP_CFG_NO_CALLS if h323_max_calls is
also set to that value. When the library is being started in 3PCC operating mode, this field must
be set to a value that is no greater than the number of licensed channels.
localIP
The local IP address of type IP_ADDR. See the reference page for IP_ADDR, on page 540.
h323_signaling_port
The H.323 call signaling port. Possible values are a valid port number or IP_CFG_DEFAULT.
The default H.323 signaling port is 1720.
sip_signaling_port
The SIP call signaling port. Possible values are a valid port number or IP_CFG_DEFAULT.
The default SIP signaling port is 5060.
reserved
For library use only
size
For library use only
sip_msginfo_mask (structure version ≥ 0x101 only)
Enables and disables access to SIP message information. Access is disabled by default. The
following mask values, which may be OR’ed together, are defined to enable these features:
• IP_SIP_FASTSTART_CODERS_IN_OFFERED – enable receiving coder information
from a SIP “FastStart” call offer via the GCEV_OFFERED event
• IP_SIP_MIME_ENABLE – enable sending and receiving of SIP messages that contain
MIME information
• IP_SIP_MSGINFO_ENABLE – enable access to supported SIP message information
fields
sup_serv_mask (structure version ≥ 0x102 only)
Enables and disables the call transfer supplementary service. The service is disabled by
default. Use the following value to enable the feature:
• IP_SUP_SERV_CALL_XFER – enable call transfer service
h323_msginfo_mask (structure version ≥ 0x103 only)
Enables and disables reception of H.323 message information. Access is disabled by default.
The following mask values, which may be OR’ed together, are defined to enable the features:
• IP_H323_ANNEXMMSG_ENABLE – Enable reception of H.323 Annex M tunneled
signaling messages in H.225 messages
• IP_H323_FASTSTART_CODERS_IN_OFFERED – enable receiving coder information
from an H.323 fastStart call offer via the GCEV_OFFERED event
• IP_H323_MSGINFO_ENABLE – enable access to H.323 message information fields