Thanks for the replies!
I actually found the solution in Linphone's settings: there are two settings
for Download and Upload rate limits.
If completed, these values will be added to the SDP body as Bandwidth
Information parameters.

Then I used openSIPS to extract the requested Download bandwidth:

$var(bw) = $(rb{sdp.line,b}{s.select,-1,:}{s.int});

Works like a charm. :)
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to