Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 JTAPI Documentation Now Available
Prem Bejjam
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Showing 1 - 5 of 30 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
6
of 6
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
call recording
Threads [
Previous
|
Next
]
Haim Noyman
Posts:
17
Join Date:
5/13/12
Recent Posts
call recording
Answer
7/11/12 12:34 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
i'm trying to record a call.
i congigured an addrees to be Application controlled recordering but i'm not sure how to move on.
i searched this forum and the net but i did'nt find an explanation to that.
Thanks for any help.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Haim Noyman
Posts:
17
Join Date:
5/13/12
Recent Posts
RE: call recording
Answer
7/12/12 1:18 PM as a reply to Haim Noyman.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
i'm trying again.
i gues i missed somethings abiut this issue.
first, when CiscoRTPInputStartedEv raised?
and does any recorder is needed to record call or i can use jtapi only?
please help me cause i realy feel in the dark.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: call recording
Answer
7/16/12 5:55 AM as a reply to Haim Noyman.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Please, read this: http://www.cisco.com/en/US/docs/voice_ip_comm/uc_system/UC6.0.1/features_apps/CMmonrec.html
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Manas Varma
Posts:
16
Join Date:
10/14/09
Recent Posts
RE: call recording
Answer
7/17/12 8:27 AM as a reply to Sergei Gorbunov.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Sergei/Haim,
I am having the same issue. We have set up a SIP Trunk between the application server and the call Manager. Do we need to create a SIP Adapter for recieving the RTP Streams coming out of the phone? Is there any other way by which we can capture those RTP streams and get it converted into a .wav files? Please share a snippet if you have implemented this scenario.
Many Thanks!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: call recording
Answer
7/17/12 11:51 AM as a reply to Manas Varma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Manas, your app server must listen a port described in a SIP trunk setup and act as SIP client. For each call party (nearend and farend) you will receive an SIP dialog. When SIP calls will be established you will start receive an RTP stream for each party. Please read docs and search forum for more information.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: call recording
Answer
7/18/12 5:28 AM as a reply to Sergei Gorbunov.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There is a scenario that reproduce a problem with 100% probability (reproduced on CUCM 7.1.5 and 8.6.2):
1. Address A calls to Hunt Pilot address B.
2. Some address C (from hunt line group) answers to call.
3. Address C makes transfer to address D.
4. JTAPI receive TransferStart event but not receive TransferEnd.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mohan Potluri
Posts:
155
Join Date:
7/26/08
Recent Posts
RE: call recording
Answer
7/18/12 6:51 AM as a reply to Sergei Gorbunov.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Support for hunt list feature from Cisco JTAPI perspective started from CUCM version 8.0.1. If applications wants to observe hunt list members (ie adding call observers on hunt list members), application should enable hunt list feature. Also CiscoTransferStartEv and CiscoTranasferEndEv will not be delivered when hunt list is involved in the call. Applications should use CiscoCallChagedEv to track the changes in the call. Take a look at the JTAPI developer guide for 8.0.1 for details.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: call recording
Answer
7/18/12 10:45 AM as a reply to Mohan Potluri.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Sorry, i am wrote in worng thread about transfer.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Manas Varma
Posts:
16
Join Date:
10/14/09
Recent Posts
RE: call recording
Answer
7/18/12 2:45 PM as a reply to Sergei Gorbunov.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Sergei,
Can you please advise us with any library that you know of for developing the SIP client which can listent to the RTP stream on the specified port.
Many Thanks
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Manas Varma
Posts:
16
Join Date:
10/14/09
Recent Posts
RE: call recording
Answer
8/2/12 3:57 PM as a reply to Manas Varma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Sergei ,
I tried with the JSIP library, but couldn;t find a way to get the voice stream recorded using it, albeit the text messages were getting logged using it. Can you please advise us with a library which can record the RTP streams coming on the PORT that is setup in the SIP Trunk. If you can share that snippet, it would be very helpful. Its teh last roadblock in our application, kindly help .
Many Thanks,
Manas Varma
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: call recording
Answer
8/13/12 9:15 AM as a reply to Manas Varma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Sergei ,
I tried with the JSIP library, but couldn;t find a way to get the voice stream recorded using it, albeit the text messages were getting logged using it. Can you please advise us with a library which can record the RTP streams coming on the PORT that is setup in the SIP Trunk. If you can share that snippet, it would be very helpful. Its teh last roadblock in our application, kindly help .
Many Thanks,
Manas Varma
Manas, you can use JAIN SIP for SIP layer and JMF to receive an audio stream.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available