User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 278
Dialogic Corporation
Known Programming
Using External
References
Please refer to the following technotes on the support
website for information regarding how to program
using external references:
http://www.dialogic.com/support/helpweb/dxall/tnotes/
legacy/dlsoft/tn254.htm
http://www.dialogic.com/support/helpweb/dxall/tnotes/
legacy/dlsoft/tn253.htm
Note that it is not applicable to Dialogic
®
DMV2400A-
PCI, DMV1200BTEP, DMV600BTEP, and
DMV3600BTEP Boards.
For the DMV2400A-PCI Board, if using Transaction
Record, the maximum number of concurrent
transaction records per physical board is 120, even
though the board supports up to 240 channels of
standard record.
Known IPY00007185 29270 SNMP SNMP fails when run on loopstart boards.
Known IPY00014335 26956 Springware
Firmware
CPU usage remains high after program stops. The
CPU usage only returns to normal after drivers are
stopped.
Known IPY00007598 25289 Springware ISDN When using network-side ISDN firmware,
gc_MakeCall( ) does not fail and does not produce
any error message when the data link is down. The
function returns successfully, but no subsequent call
control events are received on the channel.
Known IPY00022133 23032 Springware Voice Playing and recording a 21-second file using 176 kHz
Linear Coder and SCR. When viewing the file in
CoolEdit, the coder is recording the 21-second file into
a file over a 1000 minutes long. Explanation: If a file
is opened in “write only” mode, the library is unable to
update the header because the code that does this
uses a generic manner that also works when the file
already existed and only the data is replaced.
Workaround: When you do a WAVE recording, your
application should open the files in the mode
specified below:
Change:
dx_fileopen(fname, O_WRONLY|
O_CREAT|O_BINARY, _S_IWRITE)
To :
dx_fileopen(fname, O_RDWR|O_CREAT|O_BINARY,
_S_IWRITE|_S_IREAD)
Table 9. Issues Sorted By Type, Dialogic
®
System Release 6.0 PCI for Windows
®
(Continued)
Issue Type Defect No.
PTR
No.
SU
No.
Dialogic
®
Product(s) or
Component(s)
Description