[SR-Users] RFC3311 troublefix

Klaus Darilion klaus.mailinglists at pernau.at
Wed Jul 6 18:18:01 CEST 2011



Am 06.07.2011 14:45, schrieb Andrew O. Zhukov:
> Please add in all samples, default installed /etc/*.cfg files etc, etc,
> etc... RFC3311 processinging in a branch route:
> 
> 
>     } else if (is_method("INVITE|UPDATE")){
>     force_rtp_proxy();
> instead of
>     } else if (is_method("INVITE")){
>     force_rtp_proxy();

btw: I always use (requests and replies)

if (has_body("application/sdp")) {
  force_rtp_proxy();



More information about the sr-users mailing list