Hi guys,<div><br></div><div>My Sip Proxy keeps client's IP in the Contact header of 200 OK to reply to NOTIFY request and adds its IP to maddr parameter of that Contact header as below,</div><div><br></div><div>This is the 200 OK for NOTIFY that passes through my sip proxy and received by Sylk;</div>
<div><br></div><div><div>  SIP/2.0 200 OK</div><div>  From: <<a href="mailto:sip%3Auser1@domain.com">sip:user1@domain.com</a>>;tag=eu0RxmMX51szGFc-WHymQXvDIWInm3td</div><div>  To: <<a href="mailto:sip%3Achatroom@domain.com">sip:chatroom@domain.com</a>>;tag=mNCCjL9ioOCeLch.7Pk8DrgOJWDR1WXw</div>
<div>  CSeq: 29089 NOTIFY</div><div>  Call-ID: 1xx--hIpSCLHgBKt1i02glKkuSyc131-</div><div>  Via: SIP/2.0/UDP 192.168.89.82:5060;rport=5060;branch=z9hG4bKPj-GLa7rG8QLjbOVgSmVJsdok5tLDfgOfi</div><div>  Content-Length: 0</div>
<div>  Contact: <sip:hdnfgkpo@192.168.89.76:5060;maddr=192.168.58.115></div><div>  Supported: 100rel,replaces,norefersub,gruu</div><div>  Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE, REFER</div>
<div>  server:  sipsimple 0.31.0</div></div><div><br></div><div>Sylk seems to be not using the maddr ip in the Contact header of 200OK, Then this results in, further NOTIFY messages are sent by Sylk to clients directly, not to my sip proxy.</div>
<div><br></div><div><br></div><div><br></div><div>I guess, a fix needs to be applied, what should I do?</div><div><br></div><div>Thanks...</div>