URI Context URI context specifies where the URI is being used (e.g. in request line, in From/To header, etc.). The context specifies what URI elements are allowed to appear in that context. *For example, transport parameter is not allowed to appear in From/To header, etc.* I came across this text while reading the Developer's guide for Pjsip. Just thought to post it here. On Thu, Sep 10, 2009 at 4:57 AM, Johan Lantz <johan.lantz at genaker.net>wrote: > In pjsua_acc_config you have two parameters, I have not checked but I think > you can set these through pjsua otherwise just change the init of pjsua when > defining the pjsua_acc_config. > > /** > * Additional parameters that will be appended in the Contact header > * for this account. This will affect the Contact header in all SIP > * messages sent on behalf of this account, including but not limited to > * REGISTER, INVITE, and SUBCRIBE requests or responses. > * > * The parameters should be preceeded by semicolon, and all strings must > * be properly escaped. Example: > * ";my-param=X;another-param=Hi%20there" > */ > pj_str_t contact_params; > > /** > * Additional URI parameters that will be appended in the Contact URI > * for this account. This will affect the Contact URI in all SIP > * messages sent on behalf of this account, including but not limited to > * REGISTER, INVITE, and SUBCRIBE requests or responses. > * > * The parameters should be preceeded by semicolon, and all strings must > * be properly escaped. Example: > * ";my-param=X;another-param=Hi%20there" > */ > pj_str_t contact_uri_params; > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090910/6e2674e4/attachment.html>