Message |
[+]
EMC Developer
» .NET API - How to get a list of work items (specifically - preview interactions), 29/08/2019 02:42:20
» Go to message
|
|
We are using the IASGQEMediaStore2 interface to create preview interactions using the method CreateNewProgramInteraction()
There doesn't seem to be a method to retrieve a list of existing preview interactions.
How can this be done?
|
 |
[+]
EMC Developer
» Manipulating Media Directors \ Queues From API, 18/03/2019 10:31:13
» Go to message
|
|
I created a client that adds Preview Interactions, so I have access to the Preview Contact Media Store from the Media Client.
- However -
I can't find any documentation regarding access to the Queues section in the Media Directors.
Can I create / stop / start / do any manipulation on Queues from the Media Client ?
(Or, if not from the Media Client, from any other API ?)
|
 |
[+]
EMC Developer
» EMC - media client connect method returns an error: Cannot create channel sink to connect to URL, 28/01/2019 05:04:48
» Go to message
|
|
Media Proxy is installed on my local pc as part of the EMC Desktop installation.
Media director operates on a lab server on my network.
I'm setting an ASMediaClient with the relevant values:
- IP addresses and ports for media director and media proxy
- Station ID
- Channel Type "gtcp"
and this is the error I get from
mediaClient.Connect(null, out errorReturned)
System.Runtime.Remoting.RemotingException: Cannot create channel sink
to connect to URL 'gtcp://localhost:29079/GQEClientProxyFactory.rem'.
An appropriate channel has probably not been registered.
at System.Runtime.Remoting.RemotingServices.Unmarshal(Type
classToProxy, String url, Object data)
at System.Activator.GetObject(Type type, String url, Object state)
at AgileSoftware.Multimedia.ASMediaClient.Connect(Int32[]
mediaTypes, GQEErrorArgs& error)
|
 |
[+]
Avaya Aura Contact Center APIs
» RSM - Listening to a remote multicast stream from local machine., 19/12/2018 02:55:03
» Go to message
|
|
I have a CCMS running in a remote company lab, and when running mRcv.exe on the same remote machine it listens to the multicast stream and displays the data.
However, I need to listen to the multicast stream on a local pc connected to the lab network.
I can't listen directly to 234.5.6.10 (mRcv.exe doesn't get any data this way when running locally).
How do I listen to the remote RSM ?
(I reached this post and found no answer:)
https://www.devconnectprogram.com/forums/posts/list/3717.page
|
 |