Hi,

As per NICC N1035 document section 6.2 the SIP URI must end with
'user=phone'.

How can this be added to a SIP URI that doesn't contain it?

Is using  the add_uri_param() function (
https://opensips.org/html/docs/modules/2.4.x/uri.html#func_add_uri_param)
the best way to do this - i.e.?

add_uri_param("user=phone");

If so, where is best to inject this?

Thank you.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to