Drivers for D/4PCI

rated by 0 users
This post has 9 Replies | 5 Followers

Not Ranked
Posts 1
Points 50
Ed barnes Posted: 07-29-2008 12:39 PM
Hi - I don't know if this is in the right place or not, but I can't seem to find anywhere else to ask/post, etc.



I am a consultant and I am trying to restore a computer that has a Dialogic D/4PCI card in it. I can't find drivers for it anywhere. Can anyone help me? I don't know anything about this card, so i don't even know what to select in the download wizard to try to get the right drivers.



Any help would be GREATLY appreciated!!!!!



Thanks,

Ed
  • | Post Points: 50
Top 10 Contributor
Male
Posts 960
Points 9,345
I am moving this post to the GC/R4 forum so it gets better exposure.

Ray Cassick Senior Software Engineer Independent Health

  • | Post Points: 5
Top 25 Contributor
Male
Posts 217
Points 1,964
Dialogic Employee
Hi Ed:



This forum covers the gateway products we make. The D/4PCI questions usually get covered in the GC/R4 forum. In any events, you can load the software that supports the boards at :



http://www.dialogic.com/products/tdm_boards/system_release_software/default.htm



You do need application to run on top of the board. I don't know if you are supplying this or if the problem system had one already. If there is an application, then I might suggest reading over the application vendors information since they may have certain versions that are required.



I hope this helps.



Regards

DL


- DL

  • | Post Points: 5
Not Ranked
Posts 3
Points 45

From here:  http://www.versiontracker.com/dyn/moreinfo/win/51096

 

For System Release 5.1.1, look at question 2 in the following, handy FAQ:

http://www.voice-boards.com/dialogic-faqs.php



You will need to install 5.1.1 first and then install 5.1.1 FP1 second. FP1 adds support for XP and the popular D4PCIU cards. There is also more info plus some install guides here:

http://www.exceletel.com/support/hardware/dialogic/Index.htm


Most information you will find online will be vendor-specific, but some vendors have information about general Dialogic installation. System Release 5.x is free but you have to pay Dialogic (or a telco vendor) for System Release 6.x, if you need it.

You don't really use a Windows device driver so much as install a fake driver to shut Windows up about finding a new device every time you boot up. Most of the application/device support is done from installing the APIs, the System Release software. As long as the configuration manager there can see the Dialogic hardware, you should be good to go!
  • | Post Points: 20
Top 50 Contributor
Posts 112
Points 1,484

Hi,

Do you know if the D/4PCI board works with GlobalCall?

/Regards

Fredrik

 

 

  • | Post Points: 20
Top 50 Contributor
Posts 155
Points 2,164
Dialogic Employee

Hello, yes the D/4PCI will work with GlobalCall but it will depend on exactly what you're trying to do here - if you are trying to use this board with existing software then you will need whatever drivers are supported by the specific software package you have. If you are planning on developing something from scratch then you should be aware that SR 5.1.1 is no longer supported by Dialogic and that there will be NO further bug fixes for it if you do go down that route.

  • | Post Points: 20
Top 50 Contributor
Posts 112
Points 1,484

Hi, We are using SR6.0 SU218. We are developing our own software and have been using the Voice API so far. Usually with D/300JCT, D/600JCT, VFX/41JCT and D/4PCI boards.

I have used the gc_basic_call_model demo to test the D/4PCI board but without any positive result. It disconnects al the time with NORMAL_CLEARING reason. The VoiceDemo is however working.

Am I trying something here that should not work?

gc_basic_call_model output:
C:\Program Files\Dialogic\demos\gc_basic_call_model>gc_basic_call_model
                 ********** GC DEMO - BASIC CALL MODEL ***********
...
 [MISC]:                 SRL Model Set to SR_STASYNC | SR_POLLMODE
gc_basic_call_model_B1C1.log successfully opened
 [GC_APICALL]: gc_Start(startp = NULL) Success
 [MISC]:                  Call Control Library Status:
                  GC_ICAPI_LIB - available
                  GC_ISDN_LIB - available
                  GC_ANAPI_LIB - available
                  GC_PDKRT_LIB - available
                  GC_SS7_LIB - available
                  GC_DM3CC_LIB - available
                  GC_IPM_LIB - available
                  GC_H3R_LIB - is not available for use
                  GC_DIVAISDN_LIB - is not available for use
                  GC_CUSTOM1_LIB - configured

 [MISC]:                 Analog device being opened
 [GC_APICALL]: gc_OpenEx(devicename=:P_pdk_na_an_io:V_dxxxB1C1, mode=EV_SYNC) Su
ccess
 [MISC]:                 gc_LoadDxParm(linedev=7) Success)
 [GC_APICALL]: gc_ResetLineDev(linedev=7, EV_ASYNC) Success
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_UNBLOCKED
 [STATE]:                GCST_NULL is the current GC call state
 [STATE]:                GCST_NULL is the new GC call state after processing the
 event
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_RESETLINEDEV
 [STATE]:                GCST_NULL is the current GC call state
 [GC_APICALL]: gc_MakeCall(linedev=7, numberstr=680780, mode=EV_ASYNC) Success
 [STATE]:                GCST_NULL is the new GC call state after processing the
 event
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_UNBLOCKED
 [STATE]:                GCST_NULL is the current GC call state
 [MISC]:                 Trying to make a call while makecall is already active

 [STATE]:                GCST_NULL is the new GC call state after processing the
 event
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_DISCONNECTED
 [STATE]:                GCST_NULL is the current GC call state
 [GC_APICALL]: gc_DropCall(crn=0x4010007, cause=GC_NORMAL_CLEARING, mode=EV_ASYN
C) Success
 [STATE]:                GCST_DISCONNECTED is the new GC call state after proces
sing the event
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_DROPCALL
 [STATE]:                GCST_DISCONNECTED is the current GC call state
 [GC_APICALL]: gc_ReleaseCallEx(crn=0x4010007, EV_ASYNC) Success
 [STATE]:                GCST_IDLE is the new GC call state after processing the
 event
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_RELEASECALL
 [STATE]:                GCST_IDLE is the current GC call state
 [STATE]:                GCST_NULL is the new GC call state after processing the
 event
 [MISC]:                 Inter-Call timer tripped - New call will now be attempt
ed
 [GC_APICALL]: gc_MakeCall(linedev=7, numberstr=680780, mode=EV_ASYNC) Success
 [MISC]:                  *******Received User Interrupted Signal *******

 [MISC]:                 ********** Exit initiated ***********

 [GC_APICALL]: gc_ResetLineDev(linedev=7, mode=EV_ASYNC) Success
 [MISC]:                 Please wait while 1 gc_ResetLineDev()s are being done..
.
 [MISC]:                 ********* Received a GC event *********
 [EVENT]:                GCEV_RESETLINEDEV
 [STATE]:                GCST_NULL is the current GC call state
 [MISC]:                 One less GCEV_RESETLINEDEV to wait for, 0 left
 [STATE]:                GCST_NULL is the new GC call state after processing the
 event
 [MISC]:                 ********* Program Exiting *********
 [MISC]:                 The total no of Outbound calls on this device is: 0
 [MISC]:                 The total no of Inbound calls over all devices is: 0
 [MISC]:                 The total no of Outbound calls over all devices is: 0
 [MISC]:                 The total duration taken by the test is:  0.28 minutes

  • | Post Points: 20
Not Ranked
Posts 1
Points 20

Yeah, where the bleep are the drivers for these cards and why is there no disk or clean easy link to get them???  Got a Dia-d4pciufew board and can't find drivers (manual and box don't say DIVA on them and the DIVA software doesn't find it).

  • | Post Points: 20
Top 25 Contributor
Male
Posts 259
Points 4,187
Dialogic Employee

I understand you are looking for drivers for your D/4PCI board.

This is called the Dialogic System Release and is commercial software that needs to be purchased.

You need to contact your Dialogic distributor in order to obtain this software. You can also find a list of distributors here:
http://www.dialogic.com/purchase/

  • | Post Points: 20
Top 50 Contributor
Posts 163
Points 2,370

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

 

What is the OS that you use? If it's a D/4PCIUF card then  You’ll have to register in the Dialogic site and create a profile for yourself. Once this is successfully done, you can login and download the drivers from this URL

For Windows:

http://www.dialogic.com/en/products/media/system-release-software/download/dialogic/win-pci/6.0-su-269.aspx

For Linux:

http://www.dialogic.com/en/products/media/system-release-software/download/dialogic/linux/6.1-su-327.aspx

I hope this helps….

Regards,

Arun J

  • | Post Points: 5
Page 1 of 1 (10 items) | RSS