<div dir="ltr">Playing around with WSS support:<div><br></div><div><br></div><div>      if (nat_uac_test(64)) {<br>          force_rport();<br>      ......<br>        if (!add_contact_alias()) {<br>            xinfo("Error aliasing contact <$ct>\n");<br>            sl_send_reply("400", "Bad Request");<br>            exit;<br>           }<br></div><div><br></div><div>set_contact_alias() throws this error on ACK without Contact, add_contact_alias() doesn't (and thats OK). Is this the expected behavior?</div></div>