RE: fx_sendfax HMP linux
I can only state that:ssp_x86Linux_boot: QERROR_WARNING(2) qkernerr.h 41400 qkernerr.h 41003Points towards failure to open a Gstream because that stream id is already open. Meaning the gstream is...
View ArticleRE: HMP 3.0 SU361 crash
Yes, Chris raises a good point. I have seen this occur on newer SUs because OpenSSL libs were recently upgraded in HMP. Thus if system has other software installed which also uses OpenSSL it may cause...
View ArticleHMP 3.0 SU361 crash
Hi,I have a problem with HMP3.0 SU361 on windows 7 pro 64 bitsI have a version of HMP3.0 SU 347 which run very good. I have update this with HMP with SU361 and after a moment HMP crash!In a debug mode,...
View ArticleRE: HMP 3.0 SU361 crash
Hi,it's a good reason if my crash arrive while HMP start.But my problem arrive while HMP is running. My application run normaly and, after a moment, my application stop. In debug mode, my application...
View ArticleRE: HMP Linux 64 Bit Version
My understanding is that 64 bit OS is supported but 64 bit applications are not supported by HMP, thus it is required to force the compiler to generate 32 bit code (-m32 option in gcc).Assuming my...
View ArticleHMP Linux 64 Bit Version
I'm facing a problem now - when building my project for Linux,the linker is looking for 64-bit version of the Dialogic libraries and cannot find them.I tried to use -m32 gcc command line switch, but...
View ArticleRE: HMP 4.1: how to record voice from IP?
Hello,your code looks OK, except of 2 parts, First, you don't need to use dev_Connect for this app, dx_listen/ipm_Listen pair would do all you need. Second: In your snippet I don't see how sc_tsinfo is...
View ArticleRE: HMP 4.1: how to record voice from IP?
Forgot to add, that the code I sent is for Windows VS, but it can be used in Linux apps as far as the IPM and voice resources are concerned.
View ArticleHMP 4.1: how to record voice from IP?
I'm running HMP 4.1 on Linux. I try to record voice data coming from a RTP endpoint (ipm device), but the record file contains only silence.I'm not confident with functions like dev_Connect(),...
View ArticleRE: HMP 4.1: how to record voice from IP?
I don't see any code, where did you send code?
View ArticleRE: OS Support for System Rlease 6.1 for Linux
I believe we have tested up to RH 6.7 in this case with the 2.6.x kernel. There are no plans for RH 7 or 64-bit support right now, as the no new feature are being added currently. The recommendation in...
View ArticleOS Support for System Rlease 6.1 for Linux
What is the latest version of RHEL supported in SR6.1 for Linux? The last update i saw was SU320 indicating support added for "Red hat Enterprise Linux 6". Does that mean version 6.0 only, or are...
View ArticleHMP and DNI: number of devices doesn't reflect the license
I have the following products:HMP 4.1 LinuxDNI1210TEPE2HMP (4x E1)LicenseVoice 150, Enhanced_RTP 30, Fax 150, RTP_G_711 30, AMR_NB 30, Native_Audio 30, Native_RTP 30, AMR_WB 30, G_722 30When detecting...
View ArticleRE: fx_sendfax HMP linux
Hi, It stoped happening , it seems it wasn't issue on HMP but other software problem . Thank You for Your reply.
View ArticleRE: 2 IP_VIRTBOARDS opened , but always one RTP adress in SDP
Hello Mario,Actually, you don't need to use 2 IPT boards to take an advantage of multiple NICs for RTP. Please take a look ch. 1.18 at www.dialogic.com/.../release_update.pdf; is this what you are...
View ArticleRE: 2 IP_VIRTBOARDS opened , but always one RTP adress in SDP
Hi, Thank You for Your answer. At first i didn't use 2 IPT virtboards and i did receive calls on both eth0 and eth1 but i had same problem with RTP so i assumed when i opened 2 boards that automaticly...
View Article2 IP_VIRTBOARDS opened , but always one RTP adress in SDP
Hi, I am using Linux HMP 4.1 dialogic release . I am trying to build application with 2 ethernet cards with different IP adresses . I opened 2 virtual boards (first one to ip adress of eth0 ,second...
View ArticleStart pending on Windows 7
HII am facing the "Start pending" while I try to start the VFX Dialogic cards on Windows 7, I am using Release 6.0 DCM for windows 7.Can someone let me know if VFX cards are compatible windows 7 at...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
Hi again. I have been trying to send an out of session SIP message as you described using this code: bool success = false; GC_PARM_BLKP parameterBlock = nullptr; GC_PARM_BLKP mimeBlock =...
View Article