gc basic call
Hi,i'm new to dialogic i'm trying to do gc_basic_call when i type 'make all' it showing "cc gc_basic_call_model.o -L/usr/dialogic/lib -lgc -o gc_basic_call_model/usr/bin/ld: skipping incompatible...
View ArticleRE: HMP 4.1: how to record voice from IP?
Hi Leonid,I have made the test with the new version and all runs well, the audio is recorded on the second application, I've compared the two sources but I have not understood which difference was...
View ArticleRE: gc basic call
Most likely you don't have 32-bit compatibility package on your 64-bit system. Please note that all Dialogic libraries are 32-bit libs, and your app must be built in 32-bit compatibility mode, so if...
View ArticleRE: HMP 4.1: how to record voice from IP?
Hello Alberto,First, the changes I made in the demo were around UIO recording; the buffer size was initialized with unsupported value, and the recorder didn't know what to do with it. It worked fine...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Hi there,Getting GCEV_EXTENSION for RFC2833 digits is deprecated method. I'd recommend to use GCEV_TELEPHONY_EVENT instead, as it described in ch. 1.77 at...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Thanks Leonid,actually I already have the dx_setevtmask code, since it was in the SIP test program I downloaded somewhere here on the forum. Not receiving TDX_CST though.Also I tried activating the...
View ArticleNot receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Hello everyone,for the last days I am trying to receive extension events for incoming DTMF using SIP. I have read the global call for IP documentation, specifically section 4.16.My code is roughly...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Ok, Wireshark says I am indeed receiving SIP INFO packets, containing Signal and Duration.Do I understand this correctly, that these are completely unhandled by HMP and will not create any of the...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
That's right, the only event you get is GCEV_CALLINFO; HMP has no idea about its payload, so the app must parse it. The app MUST acknowledge or reject the SIP INFO, otherwise same INFO would be re-sent...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Thank you Leonid, that did the trick. After analyzing the MIME packet using your code from the other thread I can read the DTMF input. After adding code to acknowledge the SIP INFO packet I am getting...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
One more question, Leonid, if I may:When I get the TDX_CST event, is there any way of telling, if the DTMF came in via in-band audio or via RFC2833? If it comes in via RFC2833, I would like to disable...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
No, there is no way to tell if the DTMF comes in-band or as feedback from caller's set. However, I thing the audio portion of out of band DTMF is not an audio feedback, but likely a short fragment of...
View Articleline interface is on loopback
Hi,Sorry for my poor english.hope it will understand.I inserted SPCI card in my linux serverand connceted 1,2 and 3,4 ports with cross cable. i conected to the server and How can i check line...
View ArticleRE: Not receiving GCEV_EXTENSIO events for incoming DTMF (HMP)
Actually I found a way. The GCEV_TELEPHONY_EVENT is only raised for RFC2833 DTMF, not for inband audio DTMF, so I can tell the difference and block TDX_CST events, once I received the telephony event.
View ArticleRE: HMP Voice Activation Detection / Silence Detection / Compression
I researched about DIVA SDK.I would like enable VAD on HMP 3.0 SU361DivaReportTones() Enter: START Detection[04/25/2016 09:07:40:951] [SDK] [WRN] [000014A8] [C:00000002] CCallGC::ReportTones() VAD not...
View ArticleHMP Voice Activation Detection / Silence Detection / Compression
Can anyone tell us whether the default configuration of HMP 3.0 has all Voice Activation Detection and any silence detection/ compression turned off?It appears to us that it is by looking at the...
View ArticleRE: IPERR_TXRXRESOURCESINSUFF on gwAnswerCall
On further research, I am only getting this error, when registering to a SIP trunk provided by a Swyx PBX, When I register as an extension to the same PBX everything works fine.So what could be the...
View ArticleIPERR_TXRXRESOURCESINSUFF on gwAnswerCall
Hi there, when answering a call in my GCEV_ACCEPT handler I get this CCLIB errorcode from the result info in a GCEV_TASKFAIL event. Sometimes after starting HMP I can get one call answered, then I...
View ArticleRE: DCM not detecting HMP_SOFTWARE on Windows 2012
Refer to section 4.3.2 of the GlobalCall IP Technology guide:www.dialogic.com/.../globalcall_for_ip_hmp_v12.pdfJeff
View ArticleDCM not detecting HMP_SOFTWARE on Windows 2012
We installed lates HMP for Windows 2012 Server. First everything worked well for a while, but then system stopped answer calls.HMP Log:03/19/2016 07:37:41.754 4488 5616 dm3low ERR1 Dm3MsgDispatcher...
View Article