Dave,<div><br></div><div>If you are simply handling incoming calls then you will need to do two things:</div><div><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><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><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><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><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">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">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">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>