I'm trying to decode a SIP call like below but I don't know anything about this codec. Please help me or suggest me some documents that I should read.
m=audio 49198 RTP/AVP 118
a=rtpmap:118 SIRENLPR/48000/1
a=fmtp:118 bitrate=64000
...
m=video 49200 RTP/AVP 116
b=TIAS:512000
a=content:main
a=label:1
a=rtpmap:116 vnd.polycom.lpr/9000
a=fmtp:116 V=1;minPP=0;PP=150;RS=52;RP=10;PS=1400
...