05-29-2015 09:39 AM
Is it possible to get a start time of a call using jtapi?
(I understand that adding an observer, capturing call connected event, and then recording the time is one way, but is there a stored property somewhere where this is tracked?)
Solved! Go to Solution.
05-29-2015 11:26 AM
I don't think jtapi has any such stored item. Like you said, I think the only way is observing, which you are probably doing anyway if you are using jtapi. First events are typically CallActiveEvent and/or ConnCreatedEvent.
05-29-2015 10:08 AM
You can probably look into the CDR interfaces if real time info is not needed. Search for Cisco SOAP - CDRonDemand Service on Devnet for API to interface with CDR.
05-29-2015 11:26 AM
I don't think jtapi has any such stored item. Like you said, I think the only way is observing, which you are probably doing anyway if you are using jtapi. First events are typically CallActiveEvent and/or ConnCreatedEvent.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide