@miconda commented on this pull request.
@@ -704,10 +707,12 @@ static int fix_nated_contact_f(struct sip_msg *msg, char *str1, char *str2)
* Replaces ip:port pair in the Contact: field with the source address * of the packet. */ -static int set_contact_alias(struct sip_msg *msg) +static int set_contact_alias(struct sip_msg *msg, int trim)
By changing the signature of `set_contact_alias()` you broke the kemi export of it.