[OpenSER-Devel] Wrong body if "subst_body()" is used before/after "use_media_proxy()"

Iñaki Baz Castillo ibc at in.ilimit.es
Wed May 21 10:31:36 CEST 2008


El Tuesday 20 May 2008 18:44:27 Iñaki Baz Castillo escribió:

>   subst_body("/([^\r])\n/\1\r\n/g");
>   use_media_proxy();     -> It set IP 88.99.0.10
>
>
> The original SDP is this (just important lines):
>
>   c=IN IP4 66.15.6.153\n
>   t=0 0\n
>   m=audio 42236 RTP/AVP 18 8 0 101\n
>
>
> After OpenSer processing this is the new and "semi"-fixed SDP:
>
>   c=IN IP4 88.99.0.103\r\n     <---- NOTE THE .103 instead of .10 !!!!!!
>   t=0 0\r\n
>   m=audio 9000 RTP/AVP 18 8 0 101\r\n


Since trying some time I consider this is a bug and not a failure of mine so 
I've opened a report:
  
https://sourceforge.net/tracker/index.php?func=detail&aid=1968533&group_id=139143&atid=743020


-- 
Iñaki Baz Castillo
ibc at in.ilimit.es



More information about the Devel mailing list