<div dir="ltr">Josh,<div><br></div><div>Thanks. I had another look. This seems to work for me:</div><div>Dial(SIP/<a href="mailto:18005551212%3APASSWORD%3A%3AUSERNAME@sip1.mydomain.net">18005551212:PASSWORD::USERNAME@sip1.mydomain.net</a>!!<a href="mailto:USERNAME@sip1.example.net">USERNAME@sip1.example.net</a>,,)<br></div><div><br></div><div>So it seems like I needed to put the called number followed by the password :: and then the username.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at 8:57 AM Joshua C. Colp <<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Jul 9, 2019, at 9:46 AM, Dovid Bender wrote:<br>
> <br>
> <br>
> On Tue, Jul 9, 2019 at 6:05 AM Joshua C. Colp <<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>> wrote:<br>
> > On Tue, Jul 9, 2019, at 7:00 AM, Dovid Bender wrote:<br>
> >  > Hi,<br>
> >  > <br>
> >  > Looking at <a href="http://the-asterisk-book.com/1.6/applikationen-dial.html" rel="noreferrer" target="_blank">http://the-asterisk-book.com/1.6/applikationen-dial.html</a> you <br>
> >  > should be able to dial with SIP credentials in the DP. Is this still <br>
> >  > possible in recent versions of Asterisk either with chan_sip or pj_sip?<br>
> > <br>
> >  PJSIP does not currently have functionality to allow such a thing. I believe in chan_sip there have been no changes to remove it.<br>
> <br>
> My DP looks like this:<br>
> Exten => aaa,1,Dial(SIP/<a href="http://USERNAME:PASSWORD@sip1.myproxy.net/18005551212" rel="noreferrer" target="_blank">USERNAME:PASSWORD@sip1.myproxy.net/18005551212</a>)<br>
> <br>
> <br>
> and from the logs I get:<br>
> oice1*CLI> console dial aaa@from-external<br>
>  -- Executing [aaa@from-external:1] Dial("Console/default", <br>
> "SIP/<a href="http://USERNAME:PASSWORD@sip1.myproxy.net/18005551212" rel="noreferrer" target="_blank">USERNAME:PASSWORD@sip1.myproxy.net/18005551212</a>") in new stack<br>
> [2019-07-09 08:40:54] NOTICE[27159][C-00019e64]: chan_sip.c:30586 <br>
> sip_request_call: Conflicting extension values given. Using 'USERNAME' <br>
> and not '1718005551212'<br>
<br>
I believe you may want:<br>
<br>
SIP/<a href="mailto:1718005551212%3Apassword%3A%3Ausername@sip1.myproxy.net" target="_blank">1718005551212:password::username@sip1.myproxy.net</a><br>
<br>
That's at least an example given in the sip.conf.sample file[1], otherwise I'm not sure as I don't have any experience with such Dial lines for chan_sip.<br>
<br>
[1] <a href="https://github.com/asterisk/asterisk/blob/master/configs/samples/sip.conf.sample#L51" rel="noreferrer" target="_blank">https://github.com/asterisk/asterisk/blob/master/configs/samples/sip.conf.sample#L51</a><br>
<br>
-- <br>
Joshua C. Colp<br>
Digium - A Sangoma Company | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" rel="noreferrer" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" rel="noreferrer" target="_blank">www.asterisk.org</a><br>
<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>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</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></blockquote></div>