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

2009-12-18 Thread yvonne ding

Hi, 

As far as I know, there are two ways to connect two freeswitch, by using ACL
or using authentication.
Also from this email history discussion, another solution is to create user
in FS B directory,then treat server B as normal gateway by adding gateway
definiton in FS A.

So my question is how to connect FS A and FS B through ACL or through the
way this email described.
The information I pasted is about the last way.

FS A: 192.168.129.168, caller id= 1001
FS B: 192.168.129.194, callee id= 1003,  create 1101 for gateway configure

In FS A add /conf/sip_proifles/external/gwfsa.xml
include
gateway name=gwfsa 
param name=username value=1101
param name=password value=1234
param name=proxy value=192.168.129.194:5060
param name=register value=false
/gateway
/include

note: I delete  and / for param cause it can't be displayed in this email.

Both FS A and FS B are default configuration except creating id=1101 on FS B
side.

I'm confused if I connect two freeswitch by using ACLs, How do I confiugre
data in both side ?


Your kind help is highly appreciated.




Seven Du wrote:
 
 I couldn't guess what you want, pastbin your full config and logs and
 give more detail of your story perhaps someone can help you.
 
 2009/12/18 yvonne ding yhding2...@yahoo.ca:

 param name=username value=1101
 param name=password value=1234
 param name=proxy value=192.168.129.194:5060
 param name=register value=false


 Hi,

 If I configure data as following, why FS A 1001 call FS B 1003 failed
 ?
 Thank you!

 FS A: 192.168.129.168, DN=1001
 FS B: 192.168.129.194, DN=1003

 In FS A add /conf/sip_proifles/external/gwfsa.xml
  include
    gateway name=gwfsa




    /gateway
 /include

 1101 is configured in FS B /conf/directory/default/1101.xml, FS A don't
 have
 1101 number





 Dan Le wrote:

 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 darklio...@yahoo.com
 wrote:


 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://old.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p26832823.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://old.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p26844589.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


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

2009-12-17 Thread yvonne ding

Hi,

If I configure data as following, why FS A 1001 call FS B 1003 failed ? 
Thank you!

FS A: 192.168.129.168, DN=1001
FS B: 192.168.129.194, DN=1003

In FS A add /conf/sip_proifles/external/gwfsa.xml
 include
gateway name=gwfsa
   
   
   
   
/gateway
/include

1101 is configured in FS B /conf/directory/default/1101.xml, FS A don't have
1101 number 





Dan Le wrote:
 
 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 darklio...@yahoo.com wrote:
 

 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://old.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p26831042.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


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

2009-12-17 Thread Seven Du
I couldn't guess what you want, pastbin your full config and logs and
give more detail of your story perhaps someone can help you.

2009/12/18 yvonne ding yhding2...@yahoo.ca:

 param name=username value=1101
 param name=password value=1234
 param name=proxy value=192.168.129.194:5060
 param name=register value=false


 Hi,

 If I configure data as following, why FS A 1001 call FS B 1003 failed ?
 Thank you!

 FS A: 192.168.129.168, DN=1001
 FS B: 192.168.129.194, DN=1003

 In FS A add /conf/sip_proifles/external/gwfsa.xml
  include
    gateway name=gwfsa




    /gateway
 /include

 1101 is configured in FS B /conf/directory/default/1101.xml, FS A don't have
 1101 number





 Dan Le wrote:

 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 darklio...@yahoo.com wrote:


 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://old.nabble.com/How-can-I-join-two-freeswitch-on-two-servers--tp24045824p26832823.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


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

2009-06-18 Thread seven
Note I was saying your caller id problem, how did you see the  
undesired caller id when you got CALL Rejected?

On Jun 18, 2009, at 1:10 PM, Edmar Cruz wrote:


 Not working... CALL Rejected

 dujinfang wrote:

 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:


 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?





___
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


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

2009-06-17 Thread Seven Du
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:


 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:

 COPY paste fail :)



 something like that as per the example.

 /b

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


 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:

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

 /b

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

 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


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

2009-06-17 Thread Edmar Cruz

Not working... CALL Rejected

dujinfang wrote:
 
 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:
 

 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:

 COPY paste fail :)



 something like that as per the example.

 /b

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


 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:

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

 /b

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

 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


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

2009-06-17 Thread Brian West
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:


 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


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

2009-06-16 Thread Dan Le
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 darklio...@yahoo.com wrote:


 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


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

2009-06-16 Thread Edmar Cruz

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:
 
 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 darklio...@yahoo.com wrote:
 

 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


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

2009-06-16 Thread Brian West
Turn off authentication or use ACL's

/b

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

 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


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

2009-06-16 Thread Edmar Cruz

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:
 
 Turn off authentication or use ACL's
 
 /b
 
 On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:
 
 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


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

2009-06-16 Thread Edmar Cruz
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 br...@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:

 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



  ___
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


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

2009-06-16 Thread Brian West

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

/b

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

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


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

2009-06-16 Thread Edmar Cruz

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

Brian West-3 wrote:
 
 Now you have to tell the sofia profile to use that ACL
 
 /b
 
 On Jun 16, 2009, at 10:03 PM, Edmar Cruz wrote:
 
 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


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

2009-06-16 Thread Brian West
COPY paste fail :)

  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:


 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:

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

 /b

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

 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


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

2009-06-16 Thread Edmar Cruz

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:
 
 COPY paste fail :)
 
   
 
 something like that as per the example.
 
 /b
 
 On Jun 16, 2009, at 11:02 PM, Edmar Cruz wrote:
 

 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:

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

 /b

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

 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


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

2009-06-16 Thread Brian West
Its not an error its a warning and you don't have your ACL's  
configured correctly.  You're trying too hard!  :)  set auth- 
calls=false on the profile.

/b

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


 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


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

2009-06-16 Thread Edmar Cruz

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:
 
 Its not an error its a warning and you don't have your ACL's  
 configured correctly.  You're trying too hard!  :)  set auth- 
 calls=false on the profile.
 
 /b
 
 On Jun 16, 2009, at 11:30 PM, Edmar Cruz wrote:
 

 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


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

2009-06-15 Thread Edmar Cruz

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