Hello,<br>about registration, is it possible somehow to make opensips to reply with a "200 OK" containing only the Contact of the registering UA instead of all contacts from usrloc?<br><br>I'm having a problem with eyebeam. It has a bug (at least the version I'm testing) and it doesn't parse the Contact header correctly and it always gets the value of expires from the first contact listed.<br>
So in the case of a "200 OK" with a Contact like this:<br><br>Contact: <<a href="http://sip:1000@192.168.2.5:5050">sip:1000@192.168.2.5:5050</a>>;expires=5;received="sip:<a href="http://192.168.2.5:5050">192.168.2.5:5050</a>", <<a href="http://sip:1000@192.168.0.2:8286">sip:1000@192.168.0.2:8286</a>>;expires=40;received="sip:<a href="http://192.168.128.33:61717">192.168.128.33:61717</a>"<br>
<br> it should get expires=40 but it is getting expires=5. And since eyebeam re-registers 5 seconds before expirations, it sends REGISTER immediately and this goes on in a loop till the expires of the first contact gets greater than 5 (when the other terminal re-registers).<br>
<br>regards,<br>takeshi<br>