while doing a faster version of is_uri_user_e164, i noticed that the
code had been recently changed. in particular, struct sip_msg is now
passed as argument to
int is_uri_user_e164(struct sip_msg* msg, str *uri);
why is that, because the function makes no reference to msg? can i
remove it?
-- juha