RE: TCP Connection Dropping
Ok, I have seen something similar to this with another client where they are a third party software running at the windows layer that was closing socket connections used by HMP without notification.I...
View ArticleTCP Connection Dropping
We are using HMP 3.0 on a Windows server with an Avaya PBX. We are using SIP over TCP. The thing that we are experiencing is that it looks like HMP is dropping the TCP connection after a little over a...
View ArticleRE: gc_SetInfoElem() - Error
Ok, I believe the issue is that the block size needed vs. number passed are different. You need to explicitly specify the elements in the IE_BLK array. For example, if passing "123456789" it needs to...
View Articlegc_SetInfoElem() - Error
Hi,I'm using function gc_SetInfoElem() to set CLIR while making an outbound call. But everytime I'm receiving an error:gc_SetInfoElem() on device handle: 0x3f, GC ErrorValue: 0x89 - CCLIB specific,...
View ArticleRE: gc_SetInfoElem() - Error
Hi Jeff,Problem was in lineieblk.data[1] = strlen(my_num)+2;where is passed the size of the data, It should be: ieblk.data[1] = strlen(my_num)+1;because size of (unsigned char)(0x80 | ISDN_PI_RESTRICT...
View ArticleRE: DMV1200BTEPEQ line type?
That other one should still be ok as listed in the doc's:LineType (Line Type): Number: 0x1601Description: The LineType parameter defines the physical line type (T1 or E1) and the framing format (for...
View ArticleDMV1200BTEPEQ line type?
I'm using DM/V1200A-4E1 board with ml2-qsa-net5 config(with LineType dsx1_e1).Recently I got some DMV1200BTEPEQ boards, but I could not use it with same config.How can I use same config with...
View ArticleNo board in DCM after HMP install
Hello EveryoneI've installed the Dialogic HMP build 372. My (demo) license activated successfully, but when I open Dialogic Config Manager I do not have any devices.OS is Windows Server 2012 R2 (VM)....
View ArticleRE: No board in DCM after HMP install
I was in touch with Dialogic support. The fix was to run 'install_dm3_drivers.bat –i' from the bin folder where the software was installed.Thanks,Brian
View ArticleRE: No board in DCM after HMP install
Ok, I suspect you might have run into a variant of what is noted here:www.dialogic.com/.../PM_HMP_WINA lot of times the "driver signature enforcement" needs to be disabled.Jeff
View ArticleRE: D/480JCT-1T1 - How to use board 2?
In this case, you would need to have to purchased a D/480JCT -2T1. The difference is that this board was specifically designed (it's rather as it dates 2000s) for handling CSP capabilities since that...
View ArticleD/480JCT-1T1 - How to use board 2?
D/480JCT-1T1 is dual span with only 1 T1 input and can use only 24 dit port on board 1 only ? How to use board 2 ?
View ArticleDetect if Board is DM3 or JCT ?
I have a DMV1200BTEP board , I realized that DM3 boards do not support Alaw11K play formats ,and they support only Alaw6K and Alaw8K but JCT boards (D/300 , D600) do.when an unsupported file type is...
View ArticleHMP Device name conversion
Hello,I have 16 channel hmp license.Just wondering what naming convention for IPM channel naming. I successfully opened two lines with device name:devicename=:N_iptB1T1:P_SIP:M_ipmB1C1 and...
View ArticleRE: HMP Device name conversion
In this case the IPT and IPM devices all increment by one in this case for that single virtual board. So if you have 16 ports license for both SIP (IP) and RTP (basic or enhanced) in your HMP license...
View ArticleRE: license issue
Make you sure are using correct components within the GC line device. I replied back on your other post.Jeff
View Articlelicense issue
Hi,I have a 16 port license activated on my server, but I could only open two lines and the third line failed at gc_OpenEx with an error message of "Error on device handle: 0x0, GC ErrorValue: 0x44 -...
View ArticleDialogic HMP - DTMF issue with G729 codec - Virtual machine
Hi Team,We are using Powermedia HMP for our IVR,OS : Windows 2012 r2 on VMwareCodec: G729, G711DTMF digits are not getting sensed with G729 codec. But same setup is working fine with physical machine...
View ArticleRE: Set User-Agent header on REGISTER message generated by HMP WIN
In this case you set in that parameter block and passed that directly to the register call coupled with the other parameters set:char * ua = "User-Agent:...
View Article