Re: [Freeswitch-users] directory with several xl files

2008-03-27 Thread Brian West
Let me give you a little hint.. if you're going to do this with domains.. USE DOMAIN NAMES not IP's ;) Right now I have sip.bkw.org and sip.mcalester.net pointed at the same box on my network.. a Snom 370 registered with both domains to the same sofia profile. Works great. Remember SIP l

Re: [Freeswitch-users] directory with several xl files

2008-03-27 Thread Ivan C Myrvold
My previous post were too ugly. Here is a pastebin of it: http://pastebin.ca/959688 Ivan Den 27. mars. 2008 kl. 17:30 skrev Dale Thatcher: Ivan, What do you get when you do a 'sofia status' on the command line? thanks, - Dale On Thu, 2008-03-27 at 17:01 +0100, Ivan C Myrvold wrote: Tried

Re: [Freeswitch-users] directory with several xl files

2008-03-27 Thread Ivan C Myrvold
API CALL [sofia(status)] output: Name Type Data State = = = = = = = = = = = = = = = = = = = = = = = = = outbound

Re: [Freeswitch-users] directory with several xl files

2008-03-27 Thread Dale Thatcher
Ivan, What do you get when you do a 'sofia status' on the command line? thanks, - Dale On Thu, 2008-03-27 at 17:01 +0100, Ivan C Myrvold wrote: > Tried that myself today, but it is not working for me. Probably > something is missing. > Here is what I did: > > 1. I added a new Built-In Ethern

Re: [Freeswitch-users] directory with several xl files

2008-03-27 Thread Ivan C Myrvold
Tried that myself today, but it is not working for me. Probably something is missing. Here is what I did: 1. I added a new Built-In Ethernet in Network and gave it an IP- address other than what I already have. 2. In vars.xml I added the new domain (domain2) in addition to domain: 3. I

Re: [Freeswitch-users] directory with several xl files

2008-03-26 Thread Brian West
I currently have mine setup with two domains and its working great. /b On Mar 26, 2008, at 2:04 PM, Ivan C Myrvold wrote: > Ok, that makess sense. > > Thanks! > > Ivan > > Den 26. mars. 2008 kl. 19:43 skrev Brian West: > >> Notice at the top of n1.xml and n2.xml >> >> n1.xml >> >> n2.xml >> >>

Re: [Freeswitch-users] directory with several xl files

2008-03-26 Thread Ivan C Myrvold
Ok, that makess sense. Thanks! Ivan Den 26. mars. 2008 kl. 19:43 skrev Brian West: > Notice at the top of n1.xml and n2.xml > > n1.xml > > n2.xml > > > Now n1.domain.com and n2.domain.com should BOTH point at the sofia > profile and your devices will register with n1.domain.com or > n2.domain

Re: [Freeswitch-users] directory with several xl files

2008-03-26 Thread Brian West
On side note make sure you apply an alias for each domain to the sofia profile for those domains. /b On Mar 26, 2008, at 1:43 PM, Brian West wrote: > Notice at the top of n1.xml and n2.xml > > n1.xml > > n2.xml > > > Now n1.domain.com and n2.domain.com should BOTH point at the sofia > profil

Re: [Freeswitch-users] directory with several xl files

2008-03-26 Thread Brian West
Notice at the top of n1.xml and n2.xml n1.xml n2.xml Now n1.domain.com and n2.domain.com should BOTH point at the sofia profile and your devices will register with n1.domain.com or n2.domain.com Thats how it matches it up. /b On Mar 26, 2008, at 12:28 PM, Ivan C Myrvold wrote: > I am

[Freeswitch-users] directory with several xl files

2008-03-26 Thread Ivan C Myrvold
I am not sure if this is a bug, or if this is how it should behave: If you in conf/directory have two files, say n1.xml and n2.xml, and two directories n1 and n2, and n1.xml includes files from n1 and n2.xml includes files from n2, then registrations are not working properly. Is this correct?