Forum Post: RE: 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 ArticleForum Post: RE: Required c# code to call Dialogic XMS RestFul API.
Dear Team, Following document we have attached with this blog. 1. XMS Demo project log file. 2. Wireshark trace on XMS. We have also tried to make an outbound call from the app to some SIP UA, getting...
View ArticleForum Post: RE: Required c# code to call Dialogic XMS RestFul API.
Dear Team, We have attached the required document in the blog posted by 15 Apr 2016. We are not able to post new blog using rich formatting (it is providing the file attachment functionality). That's...
View ArticleForum Post: Need an help for SS7 stack developments
hello evryone , i have to develop myself ss7 stack. first i started with chan_ss7 code and libss7 but these programs work with asterisk. so i would like to do my own code. i already have a dahdi card...
View ArticleForum Post: RE: Required c# code to call Dialogic XMS RestFul API.
Dear Team, Thanks for your support. We have resolved this above mention issue. This issue was related to add route (^sip:*) on the xms server. Now I am getting another issue. We are able to create...
View ArticleForum Post: RE: Required c# code to call Dialogic XMS RestFul API.
Dear Team, Thanks for your support. We have resolved all the above issue. I am not able to create outbound of incoming call (To receive the incoming call). Please help me to join the inbound and...
View ArticleForum Post: RE: Need an help for SS7 stack developments
ok i can now coorectly open the port with another code but i still want to receive data from another server on which i have confogure dahdi with asterisk and wich is running using chan_ss7
View ArticleForum Post: RE: Required c# code to call Dialogic XMS RestFul API.
Dear Team, I am not able to create outbound of incoming call (To receive the incoming call). Please help me to join the inbound and outbound call. Regards, Bachchan Singh
View ArticleForum Post: Not 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 ArticleForum Post: RE: 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 www.dialogic.com/.../release_update.pdf...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: line interface is on loopback
Hi, Sorry for my poor english.hole it 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 interface...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Diva Software installation on Linux: build error
I could successfully build the drivers with the following option: ./Build -noshm It seems to be a known issue on RedHat Linux.
View ArticleForum Post: RE: Diva Software installation on Linux: build error
Thank you for posting the solution after your case was resolved, much appreciated.
View Article