Hi Rex,<div><br></div><div> You need to allow your acl in internal.xml like the one,</div><div><br></div><div><param name="apply-inbound-acl" value="internal-network"/></div><div><br></div><div>
Change the internal-network according to your configuration you allowed in acl.conf.xml.</div><div><br></div><div>I have tested with audiocode with PRI line its working fine.<br><br><div class="gmail_quote">On Mon, Jun 8, 2009 at 10:52 PM, Peter Olsson <span dir="ltr"><<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Are you able to see anything at all in the console/log?<br>
<br>
I'm starting to doubt that the call even gets into the FS box... :)<br>
<br>
Try enabling more logs (console loglevel debug), and try again.<br>
<div><div></div><div class="h5"><br>
<br>
On 09-06-08 19.04, "Rex_Alex" <<a href="mailto:rex.alex345@yahoo.com">rex.alex345@yahoo.com</a>> wrote:<br>
<br>
<br>
<br>
<br>
<br>
Hello,<br>
<br>
Yes you are right. they are the on the same LAN. Inboun-acl added<br>
in internal profile as well and restarted the FS completely. But no luck..<br>
Please help us to resolve the same..<br>
<br>
Thanks,<br>
Rex<br>
<br>
<br>
Peter Olsson wrote:<br>
><br>
> The PRI/SIP-box probably talks to the internal profile (I guess that they<br>
> are on the same LAN). Try to add the inbound-acl to the internal profile<br>
> as well. Also restart FS completely, just to be 100% sure that config is<br>
> reloaded.<br>
><br>
> //Peter<br>
><br>
><br>
> On 09-06-08 18.34, "Rex_Alex" <<a href="mailto:rex.alex345@yahoo.com">rex.alex345@yahoo.com</a>> wrote:<br>
><br>
><br>
><br>
> Hello,<br>
><br>
> I am not sure about the profile which I am calling into.<br>
><br>
> My scenario is this, I am trying to reach extn 1007 registered in FS<br>
> server<br>
> from my mobile through an inbound PRI connected to the audiocode with DID<br>
> 123456.<br>
><br>
> Thanks,<br>
> Rex<br>
><br>
><br>
><br>
> Peter Olsson wrote:<br>
>><br>
>> I don't see what you've added. But I guess it's something like .<br>
>><br>
>> Are you sure you're dialing into the external profile? It's on port 5080<br>
>> by default, and the internal is on 5060.<br>
>><br>
>> /Peter<br>
>><br>
>><br>
>> On 09-06-08 17.53, "Rex_Alex" <<a href="mailto:rex.alex345@yahoo.com">rex.alex345@yahoo.com</a>> wrote:<br>
>><br>
>><br>
>><br>
>> Hello Peter,<br>
>><br>
>> Yes, I have added<br>
>><br>
>><br>
>><br>
>> under <settings> tag in sip_profiles/external.xml<br>
>><br>
>> Thanks,<br>
>> Rex<br>
>><br>
>><br>
>><br>
>> Peter Olsson wrote:<br>
>>><br>
>>> Have you configured the sip profile to use the acl list you have created<br>
>>> (Inbound_Test)?<br>
>>><br>
>>> /Peter<br>
>>><br>
>>><br>
>>> ----- Ursprungligt meddelande -----<br>
>>> Från: Rex_Alex <<a href="mailto:rex.alex345@yahoo.com">rex.alex345@yahoo.com</a>><br>
>>> Skickat: den 8 juni 2009 17:40<br>
>>> Till: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
>>> <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
>>> Ämne: Re: [Freeswitch-users] Inbound using FS<br>
>>><br>
>>><br>
>>> Hi Brian,<br>
>>><br>
>>> I am using audiocode box with IP 2.2.2.2 and FS with IP 1.1.1.1<br>
>>><br>
>>> Addions made are,<br>
>>><br>
>>> acl.conf.xml<br>
>>><br>
>>> <list name="Inbound_Test" default="allow"><br>
>>> <node type="allow" cidr="<a href="http://2.2.2.2/32" target="_blank">2.2.2.2/32</a>"/><br>
>>> </list><br>
>>><br>
>>> freeswitch.xml<br>
>>><br>
>>> <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/><br>
>>><br>
>>> sip_profiles/external.xml<br>
>>><br>
>>> under <settings> tag<br>
>>><br>
>>> public.xml<br>
>>><br>
>>> <extension name="Inbound"><br>
>>> <condition field="destination_number" expression="^(123456)$"><br>
>>> <action application="transfer" data="$1 XML default"/><br>
>>> </condition><br>
>>> </extension><br>
>>><br>
>>> default.xml<br>
>>><br>
>>> <extension name="Inbound"><br>
>>> <condition field="destination_number" expression="^123456$"><br>
>>> <action application="ring_ready" /><br>
>>> <action application="set" data="call_timeout=20"/><br>
>>> <action application="bridge"<br>
>>> data="sofia/internal/1007%1.1.1.1"/><br>
>>> </condition><br>
>>> </extension><br>
>>><br>
>>> Still, Inbound is not hitting my FS console itself. Please assist where<br>
>>> am<br>
>>> I<br>
>>> going wrong?<br>
>>><br>
>>> Thanks,<br>
>>> Rex<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> Brian West wrote:<br>
>>>><br>
>>>><br>
>>>> On Jun 2, 2009, at 11:11 AM, Rex_Alex wrote:<br>
>>>><br>
>>>>><br>
>>>>> Hello,<br>
>>>>><br>
>>>>> My public.xml configration is:<br>
>>>>><br>
>>>>> <extension name="inboundsip"><br>
>>>>> <condition field="destination_number" expression="^123456$"> <!--<br>
>>>>> where<br>
>>>>> 123456 is my DID number from my service provider --><br>
>>>>> <action application="transfer" data="$1 XML default"/><br>
>>>>> </condition><br>
>>>>> </extension><br>
>>>><br>
>>>> $1 will not exist in this case because your regular expression doesn't<br>
>>>> capture anything. So replace $1 with your target number or use<br>
>>>> ^(123456)$<br>
>>>><br>
>>>><br>
>>>>><br>
>>>>> My default.xml configration is:<br>
>>>>><br>
>>>>> <extension name="Inbound"><br>
>>>>> <condition field="destination_number" expression="^*****$"><br>
>>>>> <action application="ring_ready" /><br>
>>>>> <action application="set" data="call_timeout=20"/><br>
>>>>> <action application="bridge" data="sofia/sip/1001%freeswitchip"/><br>
>>>>> </condition><br>
>>>>> </extension><br>
>>>><br>
>>>> Can you elaborate how you're registering with your provider?<br>
>>>><br>
>>>><br>
>>>>><br>
>>>>><br>
>>>>> When I am trying to call 123456 from my mobile no. Not able to see any<br>
>>>>> logging in FS console. Please assist where I am going wrong? Or do I<br>
>>>>> require<br>
>>>>> any extra modules to be installed?<br>
>>>>><br>
>>>>> Thanks,<br>
>>>>> Rex<br>
>>>><br>
>>>> Brian West<br>
>>>> <a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a><br>
>>>><br>
>>>> -- Meet us at ClueCon! <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>><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>
>>>><br>
>>><br>
>>> --<br>
>>> View this message in context:<br>
>>> <a href="http://n2.nabble.com/Inbound-using-FS-tp3012286p3043665.html" target="_blank">http://n2.nabble.com/Inbound-using-FS-tp3012286p3043665.html</a><br>
>>> Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
>>><br>
>>><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>
>>><br>
>>><br>
>>><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>
>>><br>
>><br>
>> --<br>
>> View this message in context:<br>
>> <a href="http://n2.nabble.com/Inbound-using-FS-tp3012286p3043804.html" target="_blank">http://n2.nabble.com/Inbound-using-FS-tp3012286p3043804.html</a><br>
>> Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
>><br>
>><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>
>><br>
>><br>
>><br>
>><br>
>><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>
>><br>
><br>
> --<br>
> View this message in context:<br>
> <a href="http://n2.nabble.com/Inbound-using-FS-tp3012286p3044052.html" target="_blank">http://n2.nabble.com/Inbound-using-FS-tp3012286p3044052.html</a><br>
> Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
><br>
><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>
><br>
><br>
><br>
><br>
><br>
</div></div><div class="im">> _______________________________________________<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>
><br>
<br>
--<br>
View this message in context: <a href="http://n2.nabble.com/Inbound-using-FS-tp3012286p3044219.html" target="_blank">http://n2.nabble.com/Inbound-using-FS-tp3012286p3044219.html</a><br>
Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<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>
</div>!DSPAM:4a2d45dc32931463593608!<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Thank you with regards,<br>Gopal,<br><br>
</div>