It is not a new function in 5.5SU5 nor has it been removed, I see it listed in dsSDK.dll 5.5.5.3576 (in Basic\bin\ and Basic\bin64\).
↧
Forum Post: RE: DataAvailable event never fires
↧
Forum Post: RE: Include files basic
DivaConnect waits for voice before it connects. I don't want that, because DivaGenerateSingleTone() doesn't work then. I want the number to be dialed out, and then status must be connected; no voice wait (CPA)
↧
↧
Forum Post: RE: DataAvailable event never fires
We have the latest dsSDK.dll and I am referencing the DivaServer.dll in my C# .NET project but that function is not in the DSAPI. I tried modifying the sample included in the SDK "Basic\samples\VCSharp\AudioMonitorSingleTrunk" and it gave me the same error as well. Below is the error that VS gives me, intellisense doesn't give me that function as an option: Error 1 The type name 'MonitorEnableAudioData' does not exist in the type 'DivaServer.DSAPI' Regards,
↧
Forum Post: RE: Recording video & taking screenshots from video calls & conferences using the Restful API
To answer my own question, no, recording_video_type="image/jpeg" isn't supported. The documentation is incorrect.
↧
Forum Post: RE: Layouts for a conference
Hi Vince, I'm I correct in assuming that the "Main Conf" in the diagram you added would have to involve both the Agent and the Caller seeing a side-by-side view of both their video feeds? I have a similar situation, but I'd like the Agent and Caller to each only see the other in full screen. Thanks, Brendan
↧
↧
Forum Post: Progressively Increasing lag on video as call continues
Hi, I have an application where two Firefox browsers make a webrtc video call between them. It works, but a problem I see happening is increasing lag in the video feed. Initially there will be a 1 second delay from the video getting from the web cam to the receiver. Then as the call continues the delay grows to 2 seconds, then 3, 4... and so on, continually getting worse. My PowerMedia XMS is 3.1.12 from the iso, running in Hyper V. Things I have tried to rectify the problem: Reduce the video resolution Increase the priority of faster audio/video codecs (opus and VP9, although it seems to choose VP8) Set media_path_optimize="yes" in the restful api calls (on join it breaks, on call does nothing) Set Video Coder Sharing: Static in the web Console Codec settings Reducing the maximum transmission units of the eth connector on XMS: "ifconfig eth0 mtu 1300" I have wondered if it is a buffering issue in the browser, or timing problem between the server and client. In the "messages" log file I see lots of lines like: Oct 27 13:59:48 xms systemd: Time has been changed Oct 27 13:59:53 xms systemd: Time has been changed Oct 27 13:59:58 xms systemd: Time has been changed Oct 27 14:00:08 xms systemd: Time has been changed I have tried disabling ntp ("service ntpd stop"), which gets rid of the messages but doesn't fix the problem. Also trying to set the NTP service in the Web Console doesn't save, and reverts to disabled. Anyone have any suggestions to what the problem is? Thanks, Brendan
↧
Forum Post: RE: Progressively Increasing lag on video as call continues
Hyper-V does not support real time clocking feature, USE VMware instead and the problem will go away Rgrds AB
↧
Forum Post: RE: HMP 367 + T.38 fax
Ok, thanks for the confirmation. I will take some time to note this defect (side effect) and make sure it gets addressed in a future build. Jeff
↧
Forum Post: RE: Layouts for a conference
Yes - that is correct.... needs to be in a conference but if this is webrtc you can mask out the reflective video (meaning agent sees only caller) on the browser via canvases. Here is something I wrote a while back that might help: www.dialogic.com/.../powermedia-xms-html5-canvas-a-better-way-to-hangout.aspx Vince
↧
↧
Forum Post: RE: Include files basic
You'd have to look at an SDK debug trace to see what happens when you call those methods.
↧
Forum Post: RE: Progressively Increasing lag on video as call continues
Thanks, I will try this
↧
Forum Post: RE: Layouts for a conference
Thanks Vince, that is just what I need! Regards, Brendan
↧
Forum Post: RE: Recording video & taking screenshots from video calls & conferences using the Restful API
Hello, just to confirm, you are correct. The "image/jpeg" mime type is only valid for playback type scenarios and cannot be used for recording. That it is listed in documentation as valid for the record... and playrecord... call actions is a documentation issue that we will address. Thanks!
↧
↧
Forum Post: HMP board support for both Voice and Signlaing (CAP,MAP)
Hello, Does this DNI1210TEPE2HMP board support Both ISUP (Signaling & voice) and SCCP, TCAP, MAP, & CAP traffic. If yes, kindly share the necessary documents, mainly i am looking for 1. Installation document, (for Media and Signaling card) 2. Configuration files for T1 (system.txt, config.txt, gcss7.cfg) Advance thanks !!!! �
↧
Forum Post: VB6 multiple call architecture
I've read the Dialogic training and various forum posts which indicate it is not possible to handle multiple calls simultaneously with the Diva Component API when using VB6 without having a separate DivaCall instantiated and coded specifically for each phone line. Even if you want the same program to behave identical for all, for example, 96 channels, you still have to have 96 copies of the same code. I am looking to replace an old IVR system that uses Dialogic D/240SC-T1 cards and Artisoft Visual Voice Pro 5 with VB6. Using Visual Voice, the architecture of the application was one standard VB6 EXE which would instantiate a VB6 ActiveX EXE for each phone line. This means that there were just two Windows processes (EXEs) running but the single ActiveX EXE handles calls for as many Dialogic ports that are installed/enabled. The ActiveX EXE knows which channel it is using and can do whatever we program it to do. The same ActiveX EXE handles calls on all channels. Is there any way to have a similar setup with the Diva Component API using VB6, or do I absolutely have to move to VB.Net or C# in order to get this type of multi-threading?
↧
Forum Post: issue about install SPCI4
i install SS7 board SPCI4 and i have one E1 line SS7 singnal , i want to tap it and monitoring please help me; how to plug into card SPCI4? Can i plug-in 2 port into card only use Pin 1 and Pin 2 card to received signal SS7? Addtion : 03 LEDs main not red, how to LED blink red? Thank you and regard The Tuan
↧
Forum Post: XMS 3.1 MSML latest xsd files
Hello, I've been looking for the latest xsd files for XMS 3.1 MSML interface and ended up with the github repo; https://github.com/Dialogic/dialogic-XMSClientLibrary There 4 different msml.xsd/msml-dialogic-datatypes.xsd pairs within the repository under different paths. Top level pair is approx. one year old, other pairs have been updated five months ago. I've tried to generate jaxb java source files from the latest pairs but got some errors and submitted the issue; https://github.com/Dialogic/dialogic-XMSClientLibrary/issues/14 What's the most suitable way to acquire the latest "sane" xsd file for the MSML interface? Thanks
↧
↧
Forum Post: RE: XMS 3.1 MSML latest xsd files
The latest xsd is always installed with the XMS install. It can be found on your XMS system in the /etc/xms/msml directory. -Dan
↧
Forum Post: RE: HMP board support for both Voice and Signlaing (CAP,MAP)
can anyone please help me ...
↧
Forum Post: RE: XMS 3.1 MSML latest xsd files
How come I've missed it within the docs, thanks a lot Dan.
↧