SIP Instant Messaging via Dialogic HMP
Hi,I am trying to use Dialogic HMP Win 3.0 to send SIP IM messages (RFC 3428).I believe the code will look similar to this: long crn; // initialised by gc_MakeCall() GC_PARM_BLKP parameterBlock =...
View ArticleRE: HMP 4.1: how to record voice from IP?
Thank you very much for your code example, but I'm still not able to record voice.I have attached my source code example, perhaps you'll see what is wrong. Here what my demo application is doing:1....
View ArticleRE: HMP 4.1: how to record voice from IP?
Hello,The voice device will play with no errors, whether it is connected to any listener or not. Please try to add ipm_Listen(ipm_dev1, sc_tsinfo_vox1) before starting playing, and it should start...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
This method can be used from the board level device, or from channel device what is involved in the call. If you use GCTGT_GCLIB_CHAN, the board handle must be specified. For in-call IMs you should use...
View ArticleRE: HMP 4.1: how to record voice from IP?
Hello,I have tried to add ipm_Listen(ipm_dev1, sc_tsinfo_vox1) before starting playing but it doesn't help, I'm still recording only silence.I still don't understand how play can work: how is the...
View ArticleRE: HMP Linux 64 Bit Version
At the moment, you have to install the 32-bit standard libs (like libc) to be able to run HMP on a 64-bit architecture.I'm also surprised that in 2016 we can still find frameworks (like HMP) which...
View ArticleRE: HMP 4.1: how to record voice from IP?
Ok, just to chime in here, you should not be mixing dev_connect with xx_listen APIs on the same devices for routing purposes. It should be one method or the other, not both. Â Also from reading the down...
View ArticleRE: HMP Linux 64 Bit Version
Yea, right now all 32-bit equivalent rpm's for such things like libstdc/c++, glibc, gcc, etc need to be installed as part of linux 64-bit O/S install such that applications can compile and run in...
View ArticleRE: Start pending on Windows 7
I am not sure older vfx board are supported on the newer OS lines from windows. They may have been EOL'ed (end of life) prior to release of win 7 itself and newer releases like 2008 or 2012. As that...
View ArticleRE: HMP and DNI: number of devices doesn't reflect the license
Ok, the 2 physical boards refer to:Brd1 (HMP device) which is allocated features of your licenseYou should see 37 or 38 dxxx VB in this case to get to 150. Meaning dxxxB1C1 thru dxxxB38C2 (if I did...
View ArticleRE: HMP 4.1: how to record voice from IP?
I think you have misunderstood what I would like to do. I don't need hairpin mode, the 2 IPM devices are not connected together.The first IPM device (on the first host interface) send its data over IP...
View ArticleRE: HMP and DNI: number of devices doesn't reflect the license
Thank you very much.devmapdump shows me everything and it matches my license. I had an error in my application using the SRL functions.
View ArticleMax Digit Phone Number
Hello All!I'm having a problem when GLOBAL CALL API. Today I have a solution integrated with AVAYA and everytime DIALOGIC tries make a call avaya only receive the maximum of 12 digits, but I need send...
View ArticleRE: SIP Instant Messaging via Dialogic HMP
You're right, the error was because I wasn't targeting the board level device.Now I just need to get my request uri formatted properly.Thanks!
View ArticleRE: something wrong with modify the RTP address
In most cases I would check the system to make sure firewall is not blocking those specific ports used for RTP streaming. That being 49152 counting up by number ports *2 in your HMP license (rtp &...
View Articlesomething wrong with modify the RTP address
I test the call,when I find the RTP flow cannot receive,I find that it should modify the RTP address of HMP.the normal step is.1.shutdown the ipmedia2.modify the RTP address3.start the ipmediaas a...
View ArticleRE: something wrong with modify the RTP address
it casue by the ifcfg-ethX where service NetworkManager block the HMP detect the ethernet port ,stop the service and modify the NM_CONTROLLED=yes =>NM_CONTROLLED=no
View ArticleRE: Max Digit Phone Number
There may be a possibility to use GC send overlay digits method, but that depends on board in use (ie Springware vs DM3) and / or HMP/DNI?What SR and board do you have in this case?Jeff
View ArticleConfigure HMP to save CDR information (Jitter, Delay and Packet Loss)
HiIs it posible to configure/write code to save all CDR information from all call to and from a HMP device?We use HMP software for IVR functionality and I need to save CDR (Call Detail Records)...
View ArticleRE: Configure HMP to save CDR information (Jitter, Delay and Packet Loss)
Hi,Is this for Linux or Windows HMP baseline? As there is a little bit of difference in what can be done between the two. But have some capabilities on getting RTCP reports in this case.On windows side...
View Article