I am using api/v2/telephony/siptraces to get sip.info as per genesis api documentation showing conversation id is not required but when we trying to hit it ask for conversation id.
So how twe identify and match analytics data to sip.trace whihc call belong to which sip
Hello,
You can get the ConversationId in SIP traces by enabling Conversation Headers on your Trunk configuration (BYOC Cloud, Premise).
This will add a "x-inin-cnv" header in the outgoing SIP INVITE (outbound call) or on the 200 OK (Inbound call).
Regards,
But is it required to pass conversation id in request can,t we get sip traces only on start date and end adte
Hello,
As stated by the error, you must provide a callId or a conversationId as input parameter.
Regards,
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.