Okay, I want you to go read up on gather data and dropping it on pastebin. The skills you hone there will server you well. :)<div><br></div><div><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a></div>
<div><br></div><div>Need a debug log and a sip trace. Drop it on pastebin. Hint: use &quot;sofia global siptrace on&quot; to get all sip traffic logged to the console.</div><div><br></div><div>Put the pb link in this email thread.</div>
<div>-MC<br><br><div class="gmail_quote">On Thu, Jun 16, 2011 at 2:18 PM, Dave <span dir="ltr">&lt;<a href="mailto:dave@clancysystems.com">dave@clancysystems.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div bgcolor="#ffffff">
<div><font size="2" face="Arial">I did both, and even restarted the service. same 
results. Velocity did a call capture on thier end and sent it to me. They say 
that FreeSWITCH is requiring proxy authentication and that that is the 
issue.</font></div>
<div>SIP Status: 407 Proxy Authentication Required
<p class="MsoNormal"> </p></div>
<blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px" dir="ltr"><div class="im">
  <div style="font:10pt arial">----- Original Message ----- </div>
  <div style="font:10pt arial;background:#e4e4e4"><b>From:</b> 
  <a title="msc@freeswitch.org" href="mailto:msc@freeswitch.org" target="_blank">Michael 
  Collins</a> </div>
  <div style="font:10pt arial"><b>To:</b> <a title="freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">FreeSWITCH Users Help</a> 
  </div>
  </div><div><div></div><div class="h5"><div style="font:10pt arial"><b>Sent:</b> Thursday, June 16, 2011 2:46 
  PM</div>
  <div style="font:10pt arial"><b>Subject:</b> Re: [Freeswitch-users] Setting 
  Up an Sip Trunk without Authentication</div>
  <div><br></div>Did you reloadxml and restart the sofia profile after the 
  changes? Also, you need to &quot;reloadacl&quot; after doing a change to acl.conf.xml.
  <div><br></div>
  <div>-MC<br>
  <div><br>
  <div class="gmail_quote">On Thu, Jun 16, 2011 at 1:27 PM, Dave <span dir="ltr">&lt;<a href="mailto:dave@clancysystems.com" target="_blank">dave@clancysystems.com</a>&gt;</span> 
  wrote:<br>
  <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
    <div bgcolor="#ffffff">
    <div><font size="2" face="Arial">Yes, I am only testing inbound.  When I 
    call from our office phone (not connected to FreeSWITCH, it&#39;s on a trunk 
    from broadvox)  I Get a busy signal and at that moment FreeSWITCH 
    shows...</font><font size="2" face="Arial"></font></div>
    <div><font size="2" face="Arial">
    <div><font size="2" face="Arial">&quot;SIP auth challenge (INVITE) on sofia profile 
    &#39;internal&#39; for [myphone@theirIP] from their IP.</font></div>
    <div> </div>
    <div>If I call from my cell phone I get the Operator Message &quot;your call did 
    not go through&quot; and at that moment the same thing shows in FreeSWITCH</div>
    <div>
    <div><font size="2" face="Arial">&quot;SIP auth challenge (INVITE) on sofia profile 
    &#39;internal&#39; for [myphone@theirIP] from their 
    IP.</font></div> </div></font></div>
    <div><font size="2" face="Arial"></font> </div>
    <blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px">
      <div>
      <div style="font:10pt arial">----- Original Message ----- </div>
      <div style="font:10pt arial;background:#e4e4e4"><b>From:</b> <a title="msc@freeswitch.org" href="mailto:msc@freeswitch.org" target="_blank">Michael Collins</a> </div>
      <div style="font:10pt arial"><b>To:</b> <a title="freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">FreeSWITCH Users Help</a> </div></div>
      <div>
      <div></div>
      <div>
      <div style="font:10pt arial"><b>Sent:</b> Thursday, June 16, 2011 2:11 
      PM</div>
      <div style="font:10pt arial"><b>Subject:</b> Re: [Freeswitch-users] 
      Setting Up an Sip Trunk without Authentication</div>
      <div><br></div><br><br>
      <div class="gmail_quote">On Thu, Jun 16, 2011 at 1:02 PM, Dave <span dir="ltr">&lt;<a href="mailto:dave@clancysystems.com" target="_blank">dave@clancysystems.com</a>&gt;</span> wrote:<br>
      <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
        <div bgcolor="#ffffff">
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">Under &quot;domains&quot; in acl.conf.xml I added 
         </font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">   &lt;node type=&quot;allow&quot; 
        value=&quot;xxx.xxx.xxx.xxx&quot;/&gt;</font></div>
        <div><font size="2" face="Arial"></font> </div></div></blockquote>
      <div>The correct syntax is:</div>
      <div><span style="font-family:Arial">&lt;node type=&quot;allow&quot; 
      cidr=&quot;xxx.xxx.xxx.xxx/32&quot;/&gt;</span></div>
      <div> </div>
      <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
        <div bgcolor="#ffffff">
        <div><font size="2" face="Arial">x&#39;s are the IP address it&#39;s just a single 
        address not a CIDR.</font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">And I created the file velocity_did.xml 
        with the following code..</font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">&lt;include&gt;<br>  &lt;extension 
        name=&quot;velocity_did&quot;&gt; 
        <div><br>    &lt;condition field=&quot;destination_number&quot; 
        expression=&quot;^(2064001950)$&quot;&gt;<br></div>      
        &lt;action application=&quot;set&quot; 
        data=&quot;domain_name=$${domain}&quot;/&gt;<br>      
        &lt;action application=&quot;answer&quot;/&gt; 
        <div><br>   &lt;action application=&quot;lua&quot; data=&quot;cme_ivr.lua 
        channel_name&quot;/&gt;<br> <br> &lt;/condition&gt;<br>  
        &lt;/extension&gt;<br></div>&lt;/include&gt;<br></font></div>
        <div><font size="2" face="Arial">I still just get the &quot;SIP auth challenge 
        (INVITE) on sofia profile &#39;internal&#39; for [myphone@theirIP] from their 
        IP, but nothing more.</font></div>
        <div><font size="2" face="Arial"></font> </div></div></blockquote>
      <div>Wait - can you explain *exactly* what you&#39;re doing for testing? Are 
      you trying to dial out via Velocity and back in to your DID? If so then 
      you have 2 completely different things you need to set up. The 
      instructions I gave were only for inbound DID, so use a cell phone or 
      something to test that.</div>
      <div><br></div>
      <div>For outbound it seems like they are sending you an auth challenge, 
      which means they need to give you a username and password as well as a 
      host/ip. You need to create a gateway, preferably in your external 
      profile. Just be sure to set the &quot;register&quot; param to false since they are 
      not expecting you to register with them. </div>
      <div><br></div>
      <div>-MC<br><br></div>
      <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
        <div bgcolor="#ffffff">
        <div><font size="2" face="Arial">Do I need to change the line 
..</font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">&lt;action application=&quot;set&quot; 
        data=&quot;domain_name=$${domain}&quot;/&gt;<br></font></div>
        <div><font size="2" face="Arial">to the IP address? If so what 
        syntax?</font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">They have no Domain Name.</font></div>
        <div><font size="2" face="Arial"></font> </div>
        <div><font size="2" face="Arial">Thanks again for your help.</font></div>
        <div><font size="2" face="Arial"></font> </div><font color="#888888">
        <div><font size="2" face="Arial">Dave Goodwin      
        </font></div></font>
        <div>
        <div></div>
        <div>
        <div><font size="2" face="Arial"></font> </div>
        <blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px" dir="ltr">
          <div style="font:10pt arial">----- Original Message ----- </div>
          <div style="font:10pt arial;background:#e4e4e4"><b>From:</b> <a title="msc@freeswitch.org" href="mailto:msc@freeswitch.org" target="_blank">Michael Collins</a> </div>
          <div style="font:10pt arial"><b>To:</b> <a title="freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">FreeSWITCH Users Help</a> </div>
          <div style="font:10pt arial"><b>Sent:</b> Thursday, June 16, 2011 
          12:15 PM</div>
          <div style="font:10pt arial"><b>Subject:</b> Re: [Freeswitch-users] 
          Setting Up an Sip Trunk without Authentication</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>Dave, 
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>If you are simply handling incoming calls then you will need to 
          do two things:</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>Add Velocity&#39;s IP addr to the domains section of 
          acl.conf.xml</div>
          <div>Add an extension to the public context 
          (conf/dialplan/public.xml)</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>Allowing a call into FS via an ACL will send it into the &quot;public&quot; 
          context; from there you need to transfer it to the default context or 
          just send it straight to your Lua script.</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>Also, I don&#39;t believe you need to use a &quot;bridge&quot; app based on the 
          description you gave. Bridge is used to create a new outbound call leg 
          (B leg) and connect it to the inbound call leg (A leg). If you just 
          are handling a call with an IVR then there is no B leg needed, thus no 
          need to bridge.</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>Welcome to FreeSWITCH, btw! :) I can highly recommend the FS book 
          (the &quot;bridge&quot; book, ironically) as it discusses some of these basic 
          concepts that will make your FS experience a whole lot more 
          pleasant.</div>
          <div><font size="2" face="Arial"></font><font size="2" face="Arial"></font><br></div>
          <div>-MC<br><br>
          <div class="gmail_quote">On Thu, Jun 16, 2011 at 8:54 AM, Dave <span dir="ltr">&lt;<a href="mailto:dave@clancysystems.com" target="_blank">dave@clancysystems.com</a>&gt;</span> wrote:<br>
          <blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
            <div bgcolor="#ffffff">
            <div><font size="2" face="Arial">Hi,</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">I am new to FreeSWITCH and need to set 
            up FreeSWITCH to receive calls through a Velocity Networks SIP 
            trunk. They say I should not authenticate with Username and 
            Password. Rather, I connect directly to the their IP 
            address.</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">I put</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">&lt;extension 
            name=&quot;velocity&quot;&gt;<br>      &lt;condition 
            field=&quot;destination_number&quot; 
            expression=&quot;^2064001950$&quot;&gt;<br>        
            &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$ <a href="mailto:%7Bdestination_number%7D@their_ip_address%22/" target="_blank">{destination_number}@their_ip_address&quot;/</a>&gt;<br>        &lt;action 
            application=&quot;lua&quot; data=&quot;cme_ivr.lua 
            channel_name&quot;/&gt;<br>     
            &lt;/condition&gt;<br>&lt;/extension&gt;</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">in the default.xml under 
            Dialplan</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">When I Dial the DID from a Phone (not 
            one connected to the FreeSWITCH server) I get the &quot;SIP auth 
            challenge (INVITE) on sofia profile &#39;internal&#39; for [myphone@theirIP] 
            from their IP, but nothing more.</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">What I hope to do is take the incoming 
            call from 2064001950 and route it to the Lua IVR script 
            above.</font></div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial">I Appreciate any help you may 
            offer.</font></div>
            <div> </div>
            <div><font size="2" face="Arial">Dave Goodwin</font></div>
            <div> </div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial"></font> </div>
            <div><font size="2" face="Arial"></font> </div></div><br>_______________________________________________<br>FreeSWITCH-users 
            mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></blockquote></div></div></div><br>_______________________________________________<br>Join 
        us at ClueCon 2011, Aug 9-11, Chicago<br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 
        877-7-4ACLUE<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></blockquote></div><br>_______________________________________________<br>Join 
    us at ClueCon 2011, Aug 9-11, Chicago<br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 
    877-7-4ACLUE<br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div></div></blockquote></div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>