Forum Post: RE: Where can I download the protocol binaries like m2pa_nt.exe,...
Some filenames were changed on Windows to drop '_nt' so that there is a common name format across operating systems. This is described starting on page 39 of the Windows Development Package:...
View ArticleForum Post: RE: Layouts for a conference
Support for this call scenario (coach whisper conference) was added in XMS 3.1 for RESTful and MSML so make sure you are on that release or later. It should only need to have (2) conferences - below...
View ArticleForum Post: HMP SIP Call Setup Failing
We are running HMP 3.0 on Windows 2012. I am trying to get the IPMediaServer demo working. I have modified the IPMediaServer demo to enable TCP, which is a requirement of our customer. This version of...
View ArticleForum Post: RE: HMP SIP Call Setup Failing
Ok, an error like the last one: 10/20/2016 16:24:43.844 3624 4820 gc_h3r ERR1 decoder.cpp:2695 ! 1 ! processMsg: Received out of order msg on board 1. SIP Sigal[1] - Sharon [1]:...
View ArticleForum Post: DataAvailable event never fires
Hello, We are currently using the DIVA.NET API wrapper to record calls. I am able to record to file but unable to mimic the functionality of the sample "AudioMonitorRxStream". Ultimately what we are...
View ArticleForum Post: RE: Endpoint address in IPMEV_NOTIFY_ENDPOINTID events always has...
I did a quick check and the sample code from the doc IPML guide section 20.2 checks out ok. Albeit, this was on an earlier SU (360), but it should still work the same unless something broke as I...
View ArticleForum Post: RE: Endpoint address in IPMEV_NOTIFY_ENDPOINTID events always has...
I was testing using SU367. I went back and tried SU360 and SU361 and both worked ok. So something must have gone wrong after SU361 as you indicated. I'm only using it for logging extra information at...
View ArticleForum Post: SCTP Assoc status CONNECTING and CLOSED error in exchange of SMS...
I am trying to follow the pdf tutorial given in this post to exchange SMS over Sigtran M2PA link (http://www.dialogic.com/den/developer_forums/f/10/t/7317.aspx). I have been able to successfully...
View ArticleForum Post: RE: DataAvailable event never fires
Did you enable the collection of audio data by the application? You can try using DSAPI.MonitorEnableAudioData and wait for the DivaMonitorAudioData event. Then use DivaMonitorReceiveAudio to retrieve...
View ArticleForum Post: RE: Layouts for a conference
Thank you Vince. I've made a little test setting the caller in two different conferences and made it work. I now need more endpoints to complete the scenario. I have one question: what should I do...
View ArticleForum Post: RE: Layouts for a conference
No problem - use the 'mode' parameter for when you add the parties to the conference. There are some backend routing done for the coach/pupil. You could use do it manually with the 'sendonly/recvonly'...
View ArticleForum Post: RE: Include files basic
Thanks, I translated the dssdk.h to powerbasic, and it works fine. Only I can't gat DivaGenerateSingleTone() to work. I use: Local lRet As Dword lRet = DivaConnect (hDiva, ByVal 0, hCall, "51",...
View ArticleForum Post: RE: HMP 367 + T.38 fax
Just curious, does you system have IPV6 capability or is it configured but not used? I heard an issue where if present (not disabled) this was causing all T38 fax to fail since firmware is tripping on...
View ArticleForum Post: RE: DataAvailable event never fires
Hi Mathieu, Thank you for responding. I’ve looked for MonitorEnableAudioData but it does not show up as a function that I can use. I am currently using DivaServer.dll v.5.5.5.3. I've tried using the...
View ArticleForum Post: RE: HMP 367 + T.38 fax
Jeff, 1)Did you you mean if we use ipv6 in our HMP app? No, everywhere in the code we use only IPv4, including gc_Start settings. No special changes in DCM configuration were made either. Everything...
View ArticleForum Post: RE: Include files basic
Now found that this problem lies in the Divaconnect. As long as there is no connect, DivaGenerateSingleTone doesn't work. (DivaSendDtmf works fine strange enough) I need to disable voide detection. I...
View ArticleForum Post: RE: HMP 367 + T.38 fax
Yes, please disable it and retest in this case. We think the underlying (premature) components added in firmware/driver added for ipv6 support in windows (are kicking in) and it broke t38 fax. we seen...
View ArticleForum Post: RE: HMP 367 + T.38 fax
Jeff, you were right, I have removed IPv6 support taking actions according to the Microsoft link support.microsoft.com/.../929852 and everything went fine without any error. So I can state that the...
View ArticleForum Post: RE: Include files basic
Sending DTMFs is useful for sending the calling party number before the connnect. Could you be clearer on how DivaConnect does not work?
View Article