VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
rex.alex345 at yahoo.com Guest
|
Posted: Tue Jun 09, 2009 8:48 am Post subject: [Freeswitch-users] Inbound using FS |
|
|
Incoming calls are not even hitting my FS box console.
Peter Olsson wrote:
Quote: |
Are you able to see anything at all in the console/log?
I'm starting to doubt that the call even gets into the FS box... :)
Try enabling more logs (console loglevel debug), and try again.
On 09-06-08 19.04, "Rex_Alex" <rex.alex345@yahoo.com> wrote:
Hello,
Yes you are right. they are the on the same LAN. Inboun-acl added
in internal profile as well and restarted the FS completely. But no luck..
Please help us to resolve the same..
Thanks,
Rex
Peter Olsson wrote:
Quote: |
The PRI/SIP-box probably talks to the internal profile (I guess that they
are on the same LAN). Try to add the inbound-acl to the internal profile
as well. Also restart FS completely, just to be 100% sure that config is
reloaded.
//Peter
On 09-06-08 18.34, "Rex_Alex" <rex.alex345@yahoo.com> wrote:
Hello,
I am not sure about the profile which I am calling into.
My scenario is this, I am trying to reach extn 1007 registered in FS
server
from my mobile through an inbound PRI connected to the audiocode with DID
123456.
Thanks,
Rex
Peter Olsson wrote:
Quote: |
I don't see what you've added. But I guess it's something like .
Are you sure you're dialing into the external profile? It's on port 5080
by default, and the internal is on 5060.
/Peter
On 09-06-08 17.53, "Rex_Alex" <rex.alex345@yahoo.com> wrote:
Hello Peter,
Yes, I have added
under <settings> tag in sip_profiles/external.xml
Thanks,
Rex
Peter Olsson wrote:
Quote: |
Have you configured the sip profile to use the acl list you have
created
(Inbound_Test)?
/Peter
----- Ursprungligt meddelande -----
Från: Rex_Alex <rex.alex345@yahoo.com>
Skickat: den 8 juni 2009 17:40
Till: freeswitch-users@lists.freeswitch.org
<freeswitch-users@lists.freeswitch.org>
Ämne: Re: [Freeswitch-users] Inbound using FS
Hi Brian,
I am using audiocode box with IP 2.2.2.2 and FS with IP 1.1.1.1
Addions made are,
acl.conf.xml
<list name="Inbound_Test" default="allow">
<node type="allow" cidr="2.2.2.2/32"/>
</list>
freeswitch.xml
<X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
sip_profiles/external.xml
under <settings> tag
public.xml
<extension name="Inbound">
<condition field="destination_number" expression="^(123456)$">
<action application="transfer" data="$1 XML default"/>
</condition>
</extension>
default.xml
<extension name="Inbound">
<condition field="destination_number" expression="^123456$">
<action application="ring_ready" />
<action application="set" data="call_timeout=20"/>
<action application="bridge"
data="sofia/internal/1007%1.1.1.1"/>
</condition>
</extension>
Still, Inbound is not hitting my FS console itself. Please assist where
am
I
going wrong?
Thanks,
Rex
Brian West wrote:
Quote: |
On Jun 2, 2009, at 11:11 AM, Rex_Alex wrote:
Quote: |
Hello,
My public.xml configration is:
<extension name="inboundsip">
<condition field="destination_number" expression="^123456$"> <!--
where
123456 is my DID number from my service provider -->
<action application="transfer" data="$1 XML default"/>
</condition>
</extension>
|
$1 will not exist in this case because your regular expression doesn't
capture anything. So replace $1 with your target number or use
^(123456)$
Quote: |
My default.xml configration is:
<extension name="Inbound">
<condition field="destination_number" expression="^*****$">
<action application="ring_ready" />
<action application="set" data="call_timeout=20"/>
<action application="bridge"
data="sofia/sip/1001%freeswitchip"/>
</condition>
</extension>
|
Can you elaborate how you're registering with your provider?
Quote: |
When I am trying to call 123456 from my mobile no. Not able to see
any
logging in FS console. Please assist where I am going wrong? Or do I
require
any extra modules to be installed?
Thanks,
Rex
|
Brian West
brian@freeswitch.org
-- Meet us at ClueCon! http://www.cluecon.com
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context:
http://n2.nabble.com/Inbound-using-FS-tp3012286p3043665.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context:
http://n2.nabble.com/Inbound-using-FS-tp3012286p3043804.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context:
http://n2.nabble.com/Inbound-using-FS-tp3012286p3044052.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context:
http://n2.nabble.com/Inbound-using-FS-tp3012286p3044219.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
!DSPAM:4a2d45dc32931463593608!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
View this message in context: http://n2.nabble.com/Inbound-using-FS-tp3012286p3049491.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
rex.alex345 at yahoo.com Guest
|
Posted: Tue Jun 09, 2009 9:07 am Post subject: [Freeswitch-users] Inbound using FS |
|
|
Hello,
Below are some changes I have made, Post me if any additions required...
acl.conf.xml
<list name="Inbound_Test" default="allow">
<node type="allow" cidr="2.2.2.2/32"/>
</list>
freeswitch.xml
<X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
sip_profiles/internal.xml
< param name="apply-inbound-acl" value="inbound_ac" /> under <settings> tag
public.xml
<extension name="Inbound">
<condition field="destination_number" expression="^(123456)$">
<action application="transfer" data="$1 XML default"/>
</condition>
</extension>
default.xml
<extension name="Inbound">
<condition field="destination_number" expression="^123456$">
<action application="ring_ready" />
<action application="set" data="call_timeout=20"/>
<action application="bridge"
data="sofia/internal/1007%1.1.1.1"/>
</condition>
</extension>
Thanks
Rex
--
View this message in context: http://n2.nabble.com/Inbound-using-FS-tp3012286p3049537.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
peter.olsson at vision... Guest
|
Posted: Tue Jun 09, 2009 9:28 am Post subject: [Freeswitch-users] Inbound using FS |
|
|
If you don't even see it when debug logging is enabled, there is something wrong in the other end.
About the IP's. I guess you're just faking IP's in these email,s or are you using 2.2.2.2 and 1.1.1.1 for real? Cause in that case you're in trouble. I just wanted to make sure...
/Peter
-----Ursprungligt meddelande-----
Från: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] För Rex_Alex
Skickat: den 9 juni 2009 15:55
Till: freeswitch-users@lists.freeswitch.org
Ämne: Re: [Freeswitch-users] Inbound using FS
Hello,
Below are some changes I have made, Post me if any additions required...
acl.conf.xml
<list name="Inbound_Test" default="allow">
<node type="allow" cidr="2.2.2.2/32"/>
</list>
freeswitch.xml
<X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
sip_profiles/internal.xml
< param name="apply-inbound-acl" value="inbound_ac" /> under <settings> tag
public.xml
<extension name="Inbound">
<condition field="destination_number" expression="^(123456)$">
<action application="transfer" data="$1 XML default"/>
</condition>
</extension>
default.xml
<extension name="Inbound">
<condition field="destination_number" expression="^123456$">
<action application="ring_ready" />
<action application="set" data="call_timeout=20"/>
<action application="bridge"
data="sofia/internal/1007%1.1.1.1"/>
</condition>
</extension>
Thanks
Rex
--
View this message in context: http://n2.nabble.com/Inbound-using-FS-tp3012286p3049537.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
!DSPAM:4a2e6b2232934656730255!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|