Hi,
i'm currently working with kamailio 3.2 and rtpproxy 1.2.1. Both are set up on the same computer.
When rtpproxy adds an SDP to an Invite, it adds two IPv4 addresses in owner/creator session and connection information field with an error, i.e:
Owner/Connection Information (o): doubango 1983 678901 IN IP4 172.27.170.984 172.27.170.98
Connection Information (c): IN IP4
172.27.170.984 172.27.170.98
the correct ones should be :
Owner/Connection Information (o): doubango 1983 678901 IN IP4 172.27.170.98
Connection Information (c): IN IP4 172.27.170.98
Thanks for help!!