[sr-dev] [kamailio/kamailio] nathelper: test sdp c line and sip source ip address is matched. (#2045)

Yasin CANER notifications at github.com
Tue Aug 27 10:06:43 CEST 2019


Hello,

I used str2ipxbuf() instead of stripx(). 

Tested

- IPv6 short and long versions
- IPv4 versions.

```
ip_addr_t* str2ip6(str* st)
{
	static ip_addr_t ip;

	if(str2ip6buf(st, &ip)<0) {
		return NULL;
	}

	return &ip;
}
```



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2045#issuecomment-525189906
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190827/b900bc49/attachment.html>


More information about the sr-dev mailing list