<div dir="ltr">Hi John.<div><br></div><div>I configured "secure=INVITE" but the same behaivor continue. Also the extensions on Asterisk server are pjsip and the trunk is chan_sip, could it be the problem why the calls aren't reching the SIPphone? Or some problem between the ports the servers are listen to?</div><div>I just have one peer defined which is the one I am sending the calls.<br></div><div><br></div><div>And now I have seen this error on Asterisk server:</div><div><br></div><div><div>[2017-06-06 10:58:20] NOTICE[3601] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"501" <<a href="mailto:sip%3A2000@192.168.1.12">sip:2000@192.168.1.12</a>>' failed for '<a href="http://192.168.1.12:5060">192.168.1.12:5060</a>' (callid: 880692485-17367-10@BJC.BGI.B.C) - No matching endpoint found</div><div>[2017-06-06 10:58:20] NOTICE[3601] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"501" <<a href="mailto:sip%3A2000@192.168.1.12">sip:2000@192.168.1.12</a>>' failed for '<a href="http://192.168.1.12:5060">192.168.1.12:5060</a>' (callid: 880692485-17367-10@BJC.BGI.B.C) - No matching endpoint found</div><div>[2017-06-06 10:58:20] NOTICE[3601] res_pjsip/pjsip_distributor.c: Request 'INVITE' from '"501" <<a href="mailto:sip%3A2000@192.168.1.12">sip:2000@192.168.1.12</a>>' failed for '<a href="http://192.168.1.12:5060">192.168.1.12:5060</a>' (callid: 880692485-17367-10@BJC.BGI.B.C) - Failed to authenticate</div></div><div><br></div><div>What does it means?</div><div><br></div><div>Best regards</div><div>David </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-02 12:20 GMT+02:00 John Quick <span dir="ltr"><<a href="mailto:john.quick@smartvox.co.uk" target="_blank">john.quick@smartvox.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi David,<br>
<br>
In asterisk, "insecure=INVITE" should be sufficient to disable authentication, although I have only tried it using chan_sip, not pjsip.<br>
Is it possible you have another sip peer defined where the address for "host=" is the same? It is very difficult to know which one Asterisk will use for incoming calls when there are two with the same address for host.<br>
If you have parameters for username and secret in your sip peer, try commenting them out and see if that helps.<br>
<br>
I would not advise disabling authentication of SIP phones. In fact you should make sure you always use strong passwords.<br>
All makes of SIP phone will support username/password authentication and it is vital to keep it active if you don't want your phone system to be hacked.<br>
However, you should add this line to opensips.cfg after the SIP phone authentication section (www_authorize) and before you send the call to Asterisk (t_relay):<br>
<br>
consume_credentials();<br>
<br>
This will remove the headers that OpenSIPS and the SIP phone exchanged for authentication. If you don't remove those headers, Asterisk is likely to get confused and may request authorisation.<br>
<br>
The consume_credentials function is documented here:<br>
<a href="http://www.opensips.org/html/docs/modules/2.2.x/auth.html#idp5543680" rel="noreferrer" target="_blank">http://www.opensips.org/html/<wbr>docs/modules/2.2.x/auth.html#<wbr>idp5543680</a><br>
<br>
John Quick<br>
Smartvox Limited<br>
<br>
<br>
From: David Peláez [mailto:<a href="mailto:dvlux4@gmail.com">dvlux4@gmail.com</a>]<br>
Sent: 02 June 2017 10:56<br>
To: <a href="mailto:john.quick@smartvox.co.uk">john.quick@smartvox.co.uk</a><br>
Cc: <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a><br>
Subject: Re: FW: Re: [OpenSIPS-Users] 401 Unauthorized after Authentication Digest<br>
<div class="HOEnZb"><div class="h5"><br>
Thanks a lot for your replay. I already change the option "insecure=INVITE" as you suggested but I am still having the same problem. Find attached the peer configuration maybe I am missing something else.<br>
About opensips authenticating calls from SIPphones how do I disabled that behavior? because my opensips sends an 407 Proxy Authentication to the Sip phone before sending the INVITE to asterisk server.<br>
Best regards<br>
David<br>
<br>
<br>
</div></div></blockquote></div><br></div>