<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 3, 2016 at 9:39 AM, Sebastian Damm <span dir="ltr"><<a href="mailto:damm@sipgate.de" target="_blank">damm@sipgate.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm registering an Asterisk against my TLS capable service, using<br>
res_pjsip. My config looks like this:<br>
<br>
[devtrunk_reg]<br>
type=registration<br>
outbound_auth=devtrunk_auth<br>
server_uri=sip:<a href="http://example.org" rel="noreferrer" target="_blank">example.org</a>\;transport=tls<br>
client_uri=<a href="mailto:sip%3A1234567@example.org">sip:1234567@example.org</a>\;transport=tls<br>
outbound_proxy=sip:<a href="http://dev.example.org" rel="noreferrer" target="_blank">dev.example.org</a>\;transport=tls\;lr<br>
contact_user=1234567<br>
retry_interval=60<br>
expiration=600<br>
line=yes<br>
endpoint=222<br>
<br>
[devtrunk_auth]<br>
type=auth<br>
auth_type=userpass<br>
username=1234567<br>
password=secret<br>
realm=<a href="http://example.org" rel="noreferrer" target="_blank">example.org</a><br>
<br>
<br>
It registers fine, but this is what the REGISTER request looks like:<br>
<br>
<--- Transmitting SIP request (903 bytes) to TLS:<a href="http://1.2.3.4:5061" rel="noreferrer" target="_blank">1.2.3.4:5061</a> ---><br>
REGISTER sip:<a href="http://example.org" rel="noreferrer" target="_blank">example.org</a>;transport=tls SIP/2.0<br>
Via: SIP/2.0/TLS<br>
9.8.7.6:55664;rport;branch=z9hG4bKPjNlqlgmSOP7O4LqOTUqJtFZB8fTmc0ZKL;alias<br>
Route: <sip:<a href="http://dev.example.org" rel="noreferrer" target="_blank">dev.example.org</a>;transport=tls;lr><br>
From: <<a href="mailto:sip%3A1234567@example.org">sip:1234567@example.org</a>>;tag=vhDrzKtv9lMR53ZJFgVTnvGcACJiN6Aa<br>
To: <<a href="mailto:sip%3A1234567@example.org">sip:1234567@example.org</a>><br>
Call-ID: nzgHdLyliuBwecmae2Y..0oY2DqYjH0V<br>
CSeq: 14861 REGISTER<br>
Contact: <sips:1234567@9.8.7.6:55664;transport=TLS;line=dhslasr><br>
Expires: 600<br>
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL,<br>
UPDATE, PRACK, MESSAGE, REFER, REGISTER<br>
Max-Forwards: 70<br>
User-Agent: Asterisk PBX 13.8.2<br>
Content-Length:  0<br>
<br>
What I really don't like is the Contact line. It starts with sips<br>
instead of sip. This makes inbound calls not work because the server<br>
sends a sip Contact header instead of sips. And Asterisk rejects that.<br></blockquote><div><br></div><div>res_pjsip_outbound_registration is hard-coded to send "sips" on a secure transport.</div><div>I'd suggest opening a issue at <a href="http://issues.asterisk.org">issues.asterisk.org</a>.  We should probably use the scheme</div><div>from the registration client_uri.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
In the header of the 480 response I see this line:<br>
<br>
Warning: 381 SIP "SIPS Required"<br>
<br>
Since I can't reconfigure the server to send sips Contact URIs, I need<br>
Asterisk to send out a contact URI in the register, that starts with<br>
sip: as well. Then inbound calls would work.<br>
<br>
Is there any way to get rid of this sips URI?<br>
<br>
Interestingly, when sending out calls, the Contact URI starts with sip<br>
instead of sips, so outbound calls work.<br>
<br>
Best Regards,<br>
Sebastian<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="font-size:12.8px">George Joseph</span><br style="font-size:12.8px"><span style="font-size:12.8px">Digium, Inc. | Software Developer</span><span style="font-size:12.8px"><br>445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br></span><span style="font-size:12.8px">Check us out at: </span><a href="http://www.digium.com/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.digium.com</a><span style="font-size:12.8px"> & </span><a href="http://www.asterisk.org/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.asterisk.org</a><br><div><br></div></div></div>
</div></div>