[Spce-user] [PROBLEM] Recording: get only one side's SDP in metadata

Anthony Alba ascanio.alba7 at gmail.com
Fri Aug 25 01:29:10 EDT 2017


Hi

Problem: only one side's SDP in metadata file

In recording from kamailio  I am using

In offer:

request_route {
rtpengine_manage()
start_recording()
}

In answer:
onreply_route {
rtpengine_manage()
}

However in the metadata file I get only one SDP:

This looks like the responder's SDP (a FreeSWITCH conference bridge)
How can I get both SDPs in the metadata file?


recordings/pcaps/752d8130-1e8e-4a32-9dee-d317402a9e4f-dca66617255c7fe0.pcap


SDP mode: answer
SDP before RTP packet: 1

v=0
o=FreeSWITCH 1503609943 1503609944 IN IP4 192.168.1.15
s=FreeSWITCH
c=IN IP4 192.168.1.15
t=0 0
m=audio 16420 RTP/SAVP 120 96
a=rtpmap:120 opus/48000/2
a=fmtp:120 useinbandfec=1
a=rtpmap:96 telephone-event/8000
a=fmtp:96 0-16
a=ptime:20
a=sendrecv
a=rtcp:16421


call start time: 2017-08-25T13:10:23
call end time: 2017-08-25T13:12:31



More information about the Spce-user mailing list