RE: User-defined events
There is a function called sr_putevt() which could be used for your purposes. The sr_putevt( ) function allows the application to add an event to the Standard Runtime Library event queue within the...
View ArticleUser-defined events
I am converting a Natural Access application to HMP (which obviously means drastic surgery). One of the issues is that I have a third-party speech recognition application running as a separate process,...
View ArticleRE: User-defined events
It certainly does help, for the immediate problem. However, I have a wider issue, which the description in the SRL manual:"The sr_putevt() function allows the application to add an event to the...
View ArticleRE: SIP Device names
Apologies for typo: the statement to open the devices in the example above should have read: if (gc_OpenEx (&ldev, ":P_SIP:N_iptB1T1:M_ipmB1C1", EV_SYNC, NULL]) != GC_SUCCESS)
View ArticleRE: SIP Device names
Generally speaking invalid device name means that the line device pass is not valid from the perspective of being enumerated when dialogic system services were started. In the case of IP you need to...
View ArticleRE: ipm_InitResponseSend raise IPMEV_ERROR
What SU version in this case of HMP? Also which O/S.
View ArticleRE: Runtime Error on rvcommon.dll on D/480JCT-2T1 Board
Ok, rvcommon is part of the SIP stack libraries from IP host component. Its odd that had an issue on a board side system, since it would not be used. Most likely the mapping of the crash goes to...
View ArticleRE: Connecting to another SIP Server
Are you looking to use HMP as a gateway in this case? Meaing inbound calls come to PSTN (like DNI board) and then outbound goes to a SIP trunk (per say) to another gateway?Jeff
View ArticleRE: Long time to complete fx_stopch after received DIS
The reason behinds this could be because of the current fax operation (sending of T.30 signal / data)underneath the hood. Pending the time of when stop is called during the receive process would...
View ArticleLong time to complete fx_stopch after received DIS
Hi,I have setup fax reception on the incoming fax channel for G711. Then, I received RE-INVITE for T38 from remote side. I try to stop the current fax activity but it consumed 5.5 seconds to complete...
View ArticleDialogic card D/600JCT-2E1 compatible with hp server
hello ,I want to know is what the HP ProLiant Gen8 DL380p is compatible with dialogic card D/600JCT-2E1. or a reference in the HP servers that will comptaible with cards dialogic.Best Regards
View ArticleRE: Dialogic card D/600JCT-2E1 compatible with hp server
Well, you would need to contact HP about the potential slots sizes supported on varying servers. I can only stated the requirement as mentioned prior where it need to be able to fit a full size PCIe...
View ArticleRE: Connecting to another SIP Server
Yeah, we use DNI as terminating inbound calls from PSTN and we want to transfer it to a SIP server outside the company.Armin
View Articleipm_InitResponseSend raise IPMEV_ERROR
Hi,I used this function to send initResponseboolInitResponseSend (){IPM_INIT_RESPONSE initResp;IPM_NBUP_INIT_RESPONSE nbupResp;// Initialize the main structureINIT_IPM_INIT_RESPONSE...
View ArticleRuntime Error on rvcommon.dll on D/480JCT-2T1 Board
Hi, We have built a IVR system using D/480JCT-2T1 board on Windows server 2008 R2 standard 64-bit machine to host 48 lines. We installed Dialogic (R) System Release 6.0 PCI Redistribute Edition for...
View ArticleRE: Runtime Error on rvcommon.dll on D/480JCT-2T1 Board
Thanks Jeff. I will try it.David
View ArticleRE: SIP Device names
I've actually gone backwards, as I cannot open the GC_H3R_LIB. I copypasted the source code from the MultiMediaDemo, with tweaks for my own system. Apologies for the length of this post but the output...
View ArticleRE: SIP Device names
Just curious was O/S and HMP SU is this?Sometimes gc_h3r fails to load due to soimething in the system environment, thus the question.Jeff
View ArticleRE: Connecting to another SIP Server
Yes, ok that will work, you just need to make sure the single HMP license you acquire has both IP content needed and is tied to the serial number of the DNI board in use such that it will activate...
View Article