User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 397
Dialogic Corporation
3.4.16 Dialogic
®
Global Call SS7 Technology Guide
There are currently no updates to this document.
3.4.17 Dialogic
®
IP Media Library API Programming Guide
Update to Section 6.1, Introduction to DTMF Handling (PTR# 33826)
The fourth paragraph in Section 6.1, Introduction to DTMF Handling (page 21) and
the note that follows the fourth paragraph should be ignored. The
IPM_RFC2833MUTE_AUDIO parameter that the paragraph refers to is not
supported; DTMF audio is always muted when in RFC2833 mode. Similarly, Step 5 in
the procedure in Section 6.2.3, Setting RFC 2833 Mode (page 24) should also be
ignored.
Update to Section 7.4, Using QoS Alarms
The example code in Section 7.4, Using QoS Alarms, is missing the declaration and
initialization for the l_pVoid variable within the CheckEvent( ) subroutine on page 35.
The code should include the line:
void* l_pVoid = sr_getevtdatap();
3.4.18 Dialogic
®
IP Media Library API Library Reference
In the reference information for the ipm_GetLocalMediaInfo( ) function, the first Caution
refers to incorrect defines for eMediaType. The first Caution is replaced with the following
paragraph:
To retrieve RTP or T.38 information, set the eMediaType field to
MEDIATYPE_LOCAL_RTP_INFO or MEDIATYPE_LOCAL_UDPTL_T38_INFO and set
unCount to 1. See the example for details.
In the reference information for the ipm_GetLocalMediaInfo( ) function, the following
corrections are made in the code example:
The line:
// MediaInfo.MediaData[0].eMediaType = MEDIATYPE_LOCAL_T38_INFO;
is replaced with:
// MediaInfo.MediaData[0].eMediaType = MEDIATYPE_LOCAL_UDPTL_T38_INFO;
The line:
printf("MediaType = MEDIATYPE_RTP_INFO!!\n");
is replaced with:
printf("MediaType = MEDIATYPE_LOCAL_RTP_INFO!!\n");
3.4.19 Dialogic
®
ISDN Software Reference
In the cc_GetEvtMsk( ) function reference pages, Table 20, Bitmask Values, incorrectly
indicates the default values for CCMSK_SERVICE_ACK and CCMSK_SETUP_ACK as
“Not enabled”. The correct default values are “Enabled.