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();

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to