Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] How can I join two freeswitch on two servers?

Goto page 1, 2  Next
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
dule.maillist at gmail...
Guest





PostPosted: Tue Jun 16, 2009 4:44 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

If you want FS server A to be able to call FS server B, you can set up a user account in server B's FS directory configs, and then just treat server B as a normal gateway by adding a gateway definition in server A. That will allow you to route calls to server B from A; to do the reverse, just mirror the configs the other direction.

On Mon, Jun 15, 2009 at 9:38 PM, Edmar Cruz <darklion11@yahoo.com (darklion11@yahoo.com)> wrote:
Quote:

I like to connect two freeswitch, call each other, communicate and vice
versa.
Can you give me an example for that?

Thanks
--
View this message in context: http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24045824.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 8:27 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Actually my plan is if FS Server A has an account of 8011105, FS Server B
shouldn't create another directory config. The user most not create an
account 8011105 ON FS Server B. Single account for two servers. When I used
a gateway config, yes its working but it needs a username and password

My FS A = 192.168.0.104
My FS B = 192.168.0.105

My sample sip_profiles/external/gwfsa.xml

<include>

<gateway name="gwfasa">




</gateway>

</include>


I log as 8011104 and call 8011107

When I used this config on FS Server A and I called to FS B (8011107) the
caller user id is 8011105 and the ip is 192.168.0.104

Is there another way to manage the gateway with the caller id of the user
not the gateway user id and is there a gateway that doesn't need a username
and password?


Dan Le wrote:
Quote:

If you want FS server A to be able to call FS server B, you can set up a
user account in server B's FS directory configs, and then just treat
server
B as a normal gateway by adding a gateway definition in server A. That
will
allow you to route calls to server B from A; to do the reverse, just
mirror
the configs the other direction.

On Mon, Jun 15, 2009 at 9:38 PM, Edmar Cruz <darklion11@yahoo.com> wrote:

Quote:

I like to connect two freeswitch, call each other, communicate and vice
versa.
Can you give me an example for that?

Thanks
--
View this message in context:
http://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24045824.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24065535.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
brian at freeswitch.org
Guest





PostPosted: Tue Jun 16, 2009 9:51 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Turn off authentication or use ACL's

/b

On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:

Quote:
Is there another way to manage the gateway with the caller id of the
user
not the gateway user id and is there a gateway that doesn't need a
username
and password?


_______________________________________________
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
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 10:05 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

How can i turn off authentication? This is my acl.conf.xml on 192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


Brian West-3 wrote:
Quote:

Turn off authentication or use ACL's

/b

On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:

Quote:
Is there another way to manage the gateway with the caller id of the
user
not the gateway user id and is there a gateway that doesn't need a
username
and password?


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066210.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
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 10:31 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

How can i turn off authentication? This is my acl.conf.xml on 192.168.0.105


<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Tuesday, June 16, 2009 10:49:58 PM
Subject: Re: [Freeswitch-users] How can I join two freeswitch on two servers?

Turn off authentication or use ACL's

/b

On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:

Quote:
Is there another way to manage the gateway with the caller id of the
user
not the gateway user id and is there a gateway that doesn't need a
username
and password?


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
brian at freeswitch.org
Guest





PostPosted: Tue Jun 16, 2009 10:38 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:
Quote:
How can i turn off authentication? This is my acl.conf.xml on 192.168.0.105


<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>
Back to top
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 11:00 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

How can sofia profile can call ACL?
Can you give me an example?

Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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
brian at freeswitch.org
Guest





PostPosted: Tue Jun 16, 2009 11:09 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

COPY paste fail Smile

<param name="apply-inbound-acl" value="domains"/>

something like that as per the example.

/b

On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:

Quote:

How can sofia profile can call ACL?
Can you give me an example?
Like this?

I put this on external profile

"/>
"/>


Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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
Back to top
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 11:27 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

If FS A has an account 8011105 does FS B also nid to register 8011105? Yes it
working on a gateway but the username of the gateway was shown on my
softphone and also it nids a password for the gateway... is there an option
to view the caller name and number of the FS A gateway to FS B?




Brian West-3 wrote:
Quote:

COPY paste fail Smile



something like that as per the example.

/b

On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:

Quote:

How can sofia profile can call ACL?
Can you give me an example?
Like this?

I put this on external profile

"/>
"/>


Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066825.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
darklion11 at yahoo.com
Guest





PostPosted: Tue Jun 16, 2009 11:30 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Error on freeswitch Can't find user [8011105 @192.168.0.105] ... on FS B



Edmar Cruz wrote:
Quote:

If FS A has an account 8011105 does FS B also nid to register 8011105? Yes
it working on a gateway but the username of the gateway was shown on my
softphone and also it nids a password for the gateway... is there an
option to view the caller name and number of the FS A gateway to FS B?




Brian West-3 wrote:
Quote:

COPY paste fail Smile



something like that as per the example.

/b

On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:

Quote:

How can sofia profile can call ACL?
Can you give me an example?
Like this?

I put this on external profile

"/>
"/>


Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066849.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
brian at freeswitch.org
Guest





PostPosted: Tue Jun 16, 2009 11:34 pm    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Its not an error its a warning and you don't have your ACL's
configured correctly. You're trying too hard! Smile set auth-
calls=false on the profile.

/b

On Jun 16, 2009, at 11:30 PM, Edmar Cruz wrote:

Quote:

Error on freeswitch Can't find user [8011105 @192.168.0.105] ... on
FS B


_______________________________________________
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
darklion11 at yahoo.com
Guest





PostPosted: Wed Jun 17, 2009 12:25 am    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Yes its already set to false... What should I do?

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


Brian West-3 wrote:
Quote:

Its not an error its a warning and you don't have your ACL's
configured correctly. You're trying too hard! Smile set auth-
calls=false on the profile.

/b

On Jun 16, 2009, at 11:30 PM, Edmar Cruz wrote:

Quote:

Error on freeswitch Can't find user [8011105 @192.168.0.105] ... on
FS B


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24067204.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
dujinfang at gmail.com
Guest





PostPosted: Wed Jun 17, 2009 7:52 am    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

comment lines in the user directory do the trick:

<variable name="effective_caller_id_name" value="Extension
1000"/>
<variable name="effective_caller_id_number" value="1000"/>
<variable name="outbound_caller_id_name" value="$$
{outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$$
{outbound_caller_id}"/>


On Jun 17, 2009, at 12:26 PM, Edmar Cruz wrote:

Quote:

If FS A has an account 8011105 does FS B also nid to register
8011105? Yes it
working on a gateway but the username of the gateway was shown on my
softphone and also it nids a password for the gateway... is there an
option
to view the caller name and number of the FS A gateway to FS B?




Brian West-3 wrote:
Quote:

COPY paste fail Smile



something like that as per the example.

/b

On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:

Quote:

How can sofia profile can call ACL?
Can you give me an example?
Like this?

I put this on external profile

"/>
"/>


Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066825.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
Back to top
darklion11 at yahoo.com
Guest





PostPosted: Thu Jun 18, 2009 12:11 am    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

Not working... CALL Rejected

dujinfang wrote:
Quote:

comment lines in the user directory do the trick:

<variable name="effective_caller_id_name" value="Extension
1000"/>
<variable name="effective_caller_id_number" value="1000"/>
<variable name="outbound_caller_id_name" value="$$
{outbound_caller_name}"/>
<variable name="outbound_caller_id_number" value="$$
{outbound_caller_id}"/>


On Jun 17, 2009, at 12:26 PM, Edmar Cruz wrote:

Quote:

If FS A has an account 8011105 does FS B also nid to register
8011105? Yes it
working on a gateway but the username of the gateway was shown on my
softphone and also it nids a password for the gateway... is there an
option
to view the caller name and number of the FS A gateway to FS B?




Brian West-3 wrote:
Quote:

COPY paste fail Smile



something like that as per the example.

/b

On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:

Quote:

How can sofia profile can call ACL?
Can you give me an example?
Like this?

I put this on external profile

"/>
"/>


Brian West-3 wrote:
Quote:

Now you have to tell the sofia profile to use that ACL

/b

On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:

Quote:
How can i turn off authentication? This is my acl.conf.xml on
192.168.0.105

<list name="fsb" default="deny">
<node type="allow" cidr="192.168.0.104/32"/>
</list>

On 192.168.0.4

<list name="fsa" default="deny">
<node type="allow" cidr="192.168.0.105/32"/>
</list>


_______________________________________________
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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066647.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24066825.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://www.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p24086477.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
brian at freeswitch.org
Guest





PostPosted: Thu Jun 18, 2009 12:15 am    Post subject: [Freeswitch-users] How can I join two freeswitch on two serv Reply with quote

You're trying way too hard. CALL Rejected gives us exactly ZERO to go
on... We are all trying really hard to help you but at some point we
just can't help anymore. Please make sure you post debug logs to
pastebin and join IRC. This email back and forth over something like
this just takes way too long and frustrates everyone... frustration
leads to trying to hard... which leads to failure.

/b

On Jun 18, 2009, at 12:10 AM, Edmar Cruz wrote:

Quote:

Not working... CALL Rejected


_______________________________________________
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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services