On Mon, May 5, 2008 at 6:02 PM, Mike Kluso <kluso123 at yahoo.com> wrote: > > Hi, > > I find the INVITE requests generated by the pjsua are missing the "userinfo" > part of the URI. > E.g. if I call "pjsua_call_make_call()" with a destination URI = > "sip:1000 at 192.168.0.2", > the actual URI that goes out is "sip:192.168.0.2". > > Is it being done because the "userinfo" is optional? > > What to do if I want to send the URI intact? > It will do just that. Probably you configured a route set and the route URI is missing ";lr" parameter? In this case, the route URI will be swapped with the request URI of course. Cheers Benny