Forum Post: RE: SIP Instant Messaging via Dialogic HMP
Yes, it seems to be working now. Here is my code: GC_PARM_BLKP parameterBlock = nullptr; GC_PARM_BLKP mimeBlock = nullptr; GC_PARM_BLKP returnBlock = nullptr; char *contentType = "Content-Type:...
View ArticleForum Post: RE: SIP Instant Messaging via Dialogic HMP
Yeps, works for me, too. I'd still recommend to use the board handle and send out of dialog messages to be independent from call load. Also, please note that you can send as many simultaneous MESSAGE...
View ArticleForum Post: RE: SIP Instant Messaging via Dialogic HMP
In my case I am trying to send messages to the display of a phone while that phone is active. The user will be in an IVR and the messages will relate to that IVR. The phone hardware supports this. I'm...
View ArticleForum Post: Having PowerMedia XMS read an SRTP stream
Hi, I have an application that will produce a SRTP (or DTLS-SRTP) media stream. I would like to have a PowerMedia XMS server accept this stream. Users would then ring into the server using a sip phone...
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Hi there, I believe that the main idea of this article is that the SBC does not necessary need to be an integral part of WebRTC gateway solution, because some of SBC key features are whether not used...
View ArticleForum Post: RE: SIP Instant Messaging via Dialogic HMP
Yes, the GCTGT_GCLIB_CRN is a right target for in-dialog SIP MESSAGE
View ArticleForum Post: RE: Do HMP 3.0 in 1pcc have support for incoming ReInvites...
Hi, Thank you for detailing the call flow for me. Yes, the scenario is not too straight-forward, but I've seen something similar before, usually, with Cisco gateways or CMs. The 3.a is not an error,...
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Thank for the explanation, currently we are looking at the possibilities to utilize 2 NIC's with XMS 3.0, one is to be used for Internet traffic and another is to be used for the in house LAN. The XMS...
View ArticleForum Post: How to Play an MP4/MPEG Video file with Play command
I have a simple question, I like to know to Play an MP4 or MPEG Video file with a Play XML command? Thanks
View ArticleForum Post: Screen Sharing in a Conference
Hi, Is it possible to perform a Screen/desktop Sharing function in a Conference in any region? Thanks Arif
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
You can try something like iptables -A INPUT -i lo -j ACCEPT # allows all ports on local interface iptables -A INPUT -p tcp --dport 3478 -j ACCEPT # opens TCP port 3478 for all interfaces. iptables...
View ArticleForum Post: RE: Stuck channels in XMS
Hello Arif, Yes, it is possible in some cases. If you use RESTful interface, the GET command called at start-up will return all calls, which are still active after the previous run, so the app can...
View ArticleForum Post: RE: Stuck channels in XMS
Thanks, Yes we are using the RESTful... Regards Arif
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Thanks Leonid, I will give it a try and see how it goes... what kind of a latency we can expect when using TURN on the same machine as XMS 3?
View ArticleForum Post: XMS WebRTC Messaging using REST
While we are connected with XMS using the webrtc sample demo we are able to send a message from the web app and the message is coming as an event in the XMS server event an an INFO, however when we...
View ArticleForum Post: XMS WebRTC registered users
Is there a way to find out and access the WebRTC registered users list (total count etc...) in XMS 3 using the REST command? Thanks Arif
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Well, it's hard for me to answer this question. TURN mechanism itself will introduce latency, of course, but this depends on the network characteristics (relay points locations, available bandwidth...
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Thanks Leonid, Are you from Dialogic? if yes then can you connect me with some senior sales resource, I have a bigger system query of 800+ ports. My disti is not handling it seriously. we may need to...
View ArticleForum Post: RE: An SBC is not required for a WebRTC Gateway?
Arif, Yes, I'm a Dialogic employee. Please send your email/phone, company name and system requirements to americas.support@dialogic.com, we'll definitely find right people to work on your request and...
View ArticleForum Post: RE: How to set presesentation restricted on outgoing calls
Hi, Sorry for the late ; Bellow traces; Call outbound TDM, the called number is 0170448508 057:59.296 [teldrv-4 ] Prot [9ff] NLS -SETUP: 08 02 09 FF 05 04 03 80 90 A3 18 03 A1 83 8C 6C 0C 01 83...
View Article