RE: HMP high fax resolution
Thanks, Jeff, for your comprehensive answers. As per #2 it was my fault (ATFX_PHDRPY was called instead of ATFX_RESLN).Another small question, how to properly organize fax session if I want to...
View ArticleWAV recording Issues with dx_reciottdata
Hi,I’m currently using HMP 4.1_213 on a 64-bit RHEL 7.1 system. I have located the dialogic gc_basic_call_model_voice_video_3g_cnf_nbup demo application and have been trying to get this up and running...
View ArticleRE: Older versions of Dialogic System Release 6.0 SU 142
Can you elaborate more on your prior comment:"Windows will detect the card however, in event viewer it's looking for a different pcd file that one the on being used when configuring the device"I guess...
View ArticleOlder versions of Dialogic System Release 6.0 SU 142
Where can I find older versions to play around with and do testing. I notice the site has the current 271 but what about older versions, to test on older systems
View ArticleRE: Older versions of Dialogic System Release 6.0 SU 142
Jeff it appears the board was bad, as another board was detected right away in DCM
View ArticleRE: gc_AcceptCAll()
Thanks for your reply......Yes i am using D300JCT..and protocol is ISDN . i am using ISDN PRI.i read that gc_AcceptCall termimate event GCEV_ACCEPT after ring back parameter. but in my application it...
View ArticleRE: gc_AcceptCAll()
Yes, that's right. Number of rings parameter in gc_AcceptCall is ignored when ISDN is used. This API is sending ALERTING to the switch and returns an event as soon as it is done. All the rest is up to...
View ArticleRE: gc_AcceptCAll()
ok...then this api will work in ss7?...i am developing application in C++ ..and i think i cant use sleep function because sleep will stop other calls for my application in duration of sleep.
View ArticleRE: gc_AcceptCAll()
The rings parameter is ignored in SS7 as well. But C++ provides many ways to implement timers without blocking the main thread. You may want to consider Window Timer object and use its callback when it...
View ArticleRE: gc_AcceptCAll()
Thank you very much Leonid.......dx_dial() method is working in application.
View Articlegc_AcceptCAll()
Hi,I am developing a missed call inbound service.....in application i got GCEV_OFFERED EVENT ....in which i call gc_AcceptCall() with 3 time ring parameter with ASYNC mode......my issues is i am...
View ArticleVideo layout in 2 person video call
Hi!I need to support 2 person video calls where it would be nice to have each person see only a full screen video of each other.Looking at the Dialogic HMP 4.1 Conferencing and Media Toolkit API...
View ArticleRE: Windows 10 support in SR 6.0
Hello there,Currently, SR 6.0 supports the following from modern Windows OS':Windows 7 UltimateWindows Vista Business SP1Windows Vista Ultimate SP1Windows Server 2008 EnterpriseWindows Server 2008...
View ArticleRE: Windows 10 support in SR 6.0
The Dialogic QA team has been doing testing with Windows 10 and are in the middle of updating the Release Update documentation that Leo alluded to in the post. Our documentation has updated the...
View ArticleWindows 10 support in SR 6.0
Is Windows 10 supported in SR 6.0 and if not are their plans to support it?
View ArticleHMP high fax resolution
Hello,Fax api doc says that the Dialogic DM3 boards can use tiff files with 200x400 dpi and 300x300 dpi resolutions.I have prepared TIFF files with these resolutions and tried to send them from one...
View ArticleRE: HMP high fax resolution
Yea, from quick read of the docs, you would need to call fx_originate() first, and this will terminate once the DIS is received from remote fax machine and return TFX_ORIGINATE event. Then you can call...
View ArticleRE: dx_reciottdata with WAVs
I think the issue is here:06/29/2016 10:03:53.756 26919 4053793600 libipm APPL ipmedialib ipmB1C1 <:::: ipm_GetXmitSlot(4,0xF19FDE4C,0x8000)06/29/2016...
View Article