Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,We are currently using the ciscoTerminalConnection -> startRecording function to fork a media stream and start a recording to MediaSense through CUCM. This is all working as expected, and recordings are coming through fine.However, I'm struggling...
Is anyone using JTAPI to fork a media stream from IP Phone to MediaSense? I'm looking into CiscoTerminalConnection->addMediaStream.I'm not quite sure what streamDN means here. "A String object representing the DN of the endpoint that will be stream...
I see that the GSAPI allows the ability to fork media from a CUBE router via the XCC Provider RequestXccCallMediaForking operation. The relevant information in the sample shows this: <RequestXccCallMediaForking xmlns="http://www.cisco.com/schema/cis...
Well, looks like I found the answer to my own question. Not sure if I still get "points" for it or not? I was able to cast the object that was returned from the call event to a MediaTerminalConnection. It came back as just a TerminalConnection in ...
Thanks! I actually found the "startRecording" on the ciscoTerminalConnection that did exactly that. Simple code, and everything was handled through pre-defined CUCM configuration.I'm struggling a bit now, trying to find a way to stop a recording. ...