Release Notes 213-272-04 September 2007 ISDN Dialer Library Introduction ========================================================================== The ISDN Dialer Library (ECISDNUM.DLL) is a dialer tool that allows your application to change the ISDN Remote Number on ISDN-compatible Eiconcard(r) ports. See the sample files in the ISDNDial\SAMPLES directory which demonstrate how to use the ECISDNUM.DLL. Disclaimer: =========== Dialogic Corporation(r) provides this document and the accompanying software "AS IS" without a warranty of any kind (either expressed or implied). This includes but is not limited to the implied warranties of merchantability and/or fitness for a particular purpose. System Requirements ========================================================================== The Eiconcard ISDN Number Library requires: o Windows 2000 or higher. (32 bit only) o Eiconcard Connections for Windows software package o Microsoft Visual C++ 6.0 or above o Eiconcard that supports ISDN (e.x. Eiconcard S91) o 1MB free hard disk space Install ========================================================================== This section explains how to install the ISDN Dialer Library: Install ------- To install the ISDN Dialer Library, follow these instructions: 1 Insert the Eiconcard Development Suite CD into your CD drive. 2 Using Explorer, display the contents of the Eiconcard Development Suite CD. 3 From your CD, copy the entire ISDNDial directory to the root of your hard disk, creating an ISDNDial directory. Files: ------ You should find the following files: ecisdnum.dll The ecisdnum dynamic link library ecisdnum.lib The ecisdnum import library ecisdnum.h The header file readme.txt This document which you are reading You will also find the following samples files: testisdn.exe A sample application showing how to use ecisdnum testisdn.c The source code for the application Usage: ------ To change the remote number on an Eicon ISDN port using the ECISDNUM.DLL, follow these instructions: 1] In the application workspace project, insert the file: ecisdnum.lib 2] In the application source code, add the following line: #include "ecisdnum.h" 3] In the source code, use the exported function: DWORD EcISDNChangeRemoteNumber( struct EcISDNData * ); See the file ecisdnum.h for full function prototype. Return Codes: ------------ See the file ecisdnum.h for return codes definitions. When EcISDNChangeRemoteNumber() returns a zero value the Remote Number has been changed. Note: Executing the command "ecdialer status /p 1" from the Command prompt will enable you to see the modified Remote Number of the Eiconcard. ########## End of 213-272-04 ############################################# Copyright (c) 1998-2007 Dialogic Corporation