Thanks for the replies!<br>I actually found the solution in Linphone&#39;s settings: there are two settings for Download and Upload rate limits.<br>If completed, these values will be added to the SDP body as Bandwidth Information parameters.<br>
<br>Then I used openSIPS to extract the requested Download bandwidth:<br><br><span style="font-size:11.0pt;line-height:115%;
font-family:&quot;Courier New&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:
RO;mso-fareast-language:RO;mso-bidi-language:AR-SA">$var(bw) =
$(rb{sdp.line,b}{s.select,-1,:}{<a href="http://s.int">s.int</a>});</span><br><br>Works like a charm. :)<br>