I think the patch is breaking db_delete_ucontact_addr() because it removes the sip domain condition for that case.
I am talking by the next chunk in the patch:
``` @@ -1389,27 +1381,7 @@ int db_delete_ucontact_addr(ucontact_t* _c) ```
Also, use the formatting as suggested in the commit guide lines, it keeps the changelog consistent and coherent:
* http://www.kamailio.org/wiki/devel/git-commit-guidelines#commit_message
Respectively:
``` module_name: short description of the patch [EMPTY LINE] more description of the patch ```
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/102#issuecomment-76017182