I am facing problem to make work a conversation record in our environnment based on Tserver 7.6.xx for CUCM and Stream Manager 7.6.X . The Anouncement Record work well using a Strategy with User Anouncement Object.
I based my configuration on doing the following :
Call recording is enabled on DNs using the record option.
Call recording is enabled by specifying extension record in RequestRouteCall.
The routing strategy may determine whether or not call recording is needed.
To invoke this feature, the following key-value pairs should be attached to the
Attribute Extensions of the RequestRouteCall request:
Key: record
Value: destination
When the extension is set to destination, the recording will be initiated on the routing destination DN (agent) and will continue while the agent stays in the call
We need to make it work as soon as possible we are having delay problem.
My Best Regards,
TServer and Stream Manager Traces are enclosed in this Post!
Your issue is caused by wrong configuration. Based on provided logs both T-Server and Stream Manager runs on the host SIEGGENP. Such configuration is possible but you have to specify unique TCP/IP ports used by the applications. But I see in your configuration that T-Server’s option “sm-port” is set to 5061 and the same port is used by SIP interface of Stream Manager. That’s wrong as option “sm-port” should specify unique TCP/IP port that T-Server opens for listening and Stream Manager connects to this port.
Could you post here full logs of T-Server and Stream Manager.
R.
PS. I saw in your previous log that call was established just for 1 seconds on agent’s extension. Could you please leave it established for longer time like 30 secs?
I’ve overlooked attached files. I’m a bit confused by call flow I see in your log. Could you explain me what the DNs 8895,9921 and 1570 are (Routing Point? Extension?)?
I see that SM leg is created when call arrives to Routing Point 9921 and destroyed once the call is routed to an agent. Have you correctly enabled recording on agent’s DN and not on RP?
Hi, can you clarify - in you case recording announcement from strategy is work fine. but then you try make the regular call recording it’s not working? Is it true?
Well, actually , if i don’t miss something, you version of T-Server does not support regular call recording. Version 7.6 only support recording announcement from strategy. You can configure CUCM to use SM as independent, not controlled by Genesys T-Server, SIP recording services or you should upgrade you T-Server to version 8.x
I am afraid that you are right. The recording annoucement work realy find! We would like to make the regular record using ExtensionAttach[‘record’,‘destination’] function.
Is it possible to put TServer 8.0 on Framework 7.6 - sorry buit i did not yet read the 7.8 RN to know. ? if this is not possible could you give more details (procedure) about the CUCM integration with SM. It may be the Solution.
you can use the T-Server version 8.x at Framework 7.x without any problem, but of course in this case you mast got the updated licenses file. Genesys have WP about configuration process, but it CUCM version dependence and sayd about version 4.x-5.x. For CUCM version 6.x-7.x it not to simple but if you have Cisco enginer with strong knowledge of CUCM it’s not a problem.
Use SM as independend SIP-recorder is also simple - jast take the Cisco guide , try google it if you have’t ones. However, if you need same key points or more clarify - which version of CUCM you have?
Ermm…I see something very funny here in your strategy:
ExtensionsAttach[‘record’,‘destination’]
From documentation:
2) It is also possible to enable recording using extensions in routing strategy. If inbound call goes to the routing point, in the routing strategy it is possible to specify extension “record=destination”. “destination” in this scenario means the DN where call is routed - in most cases that would be the Agent DN.
But I think you may wanna try this one better:
1) Just specify option “record=true” on the Agent DN. This will instruct SIP Server to record all the calls which comes from / goes to this DN.