<div dir="ltr">Thanks a lot Joshua. That's a great idea :-)<div>I will try it and get back to you.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 10, 2014 at 5:50 PM, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yaron Nachum wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
</blockquote>
<br>
Kia ora,<div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am starting to work with PJSIP on release 12.1.0.rc3.<br>
<br>
I used to have Asterisk 1.8 with the regular sip channel. I was using<br>
the usereqphone settings in order to set user=phone on from and to URIs.<br>
<br>
Is there a similar config in PJSIP?<br>
</blockquote>
<br></div></div>
There is currently no option which explicitly does this. A core difference between chan_sip and chan_pjsip, though, is that we treat stuff as SIP URIs in the first place. To that end it may be possible to simply add ;user=phone to the SIP URI yourself and have it work. Since ';' is used for comments though you will need to escape it using \.<br>

<br>
An example for a static contact on an AOR:<br>
<br>
contact=sip:<a href="http://172.16.1.1:5060" target="_blank">172.16.1.1:5060</a>;<u></u>user=phone<br>
<br>
Cheers,<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</font></span></blockquote></div><br></div>