[Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-08 Thread Nicolas Bougues
Dear all, I'd like to know if there is a way for multiple asterisk servers to share a common SIP and/or IAX registry. The setup I imagine would be something like : - several asterisk servers called sip1.isp.com, sip2.isp.com, ... - a DNS alias sip.isp.com pointing to all the addresses (thus pro

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Florian Overkamp
At 22:47 8-12-2003 +0100, you wrote: The setup I imagine would be something like : - several asterisk servers called sip1.isp.com, sip2.isp.com, ... - a DNS alias sip.isp.com pointing to all the addresses (thus providing a round robin resolution on each server) - each SIP client would register wi

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Nicolas Bougues
On Tue, Dec 09, 2003 at 08:28:27AM +0100, Florian Overkamp wrote: > > Registration cascading is not possible (I think) but could it be solved > with a shared dial route: > > Instead of DIAL(IAX/sip.isp.com) could you not > DIAL(IAX/sip1.isp.com&IAX/sip2.isp.com&IAX/sip3.isp.com) to reach a simi

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Grzegorz Nosek
On Tue, 9 Dec 2003 08:48:43 +0100, Nicolas Bougues wrote > On Tue, Dec 09, 2003 at 08:28:27AM +0100, Florian Overkamp wrote: > > > > Registration cascading is not possible (I think) but could it be solved > > with a shared dial route: > > > > Instead of DIAL(IAX/sip.isp.com) could you not > > DIAL

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Mark Spencer
I suppose trunk groups on SIP would be interesting. Mark On Tue, 9 Dec 2003, Nicolas Bougues wrote: > On Tue, Dec 09, 2003 at 08:28:27AM +0100, Florian Overkamp wrote: > > > > Registration cascading is not possible (I think) but could it be solved > > with a shared dial route: > > > > Instead of

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Nicolas Bougues
On Tue, Dec 09, 2003 at 08:02:18AM -0600, Mark Spencer wrote: > I suppose trunk groups on SIP would be interesting. > As I understand, trunking in IAX is meant to transport voice packets from several calls between two hosts in the same lower layer packet. Are there registration features related

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Olle E. Johansson
Nicolas Bougues wrote: On Tue, Dec 09, 2003 at 08:02:18AM -0600, Mark Spencer wrote: I suppose trunk groups on SIP would be interesting. As I understand, trunking in IAX is meant to transport voice packets from several calls between two hosts in the same lower layer packet. Are there registrat

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Andrew Thompson
- Original Message - From: "Florian Overkamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 2:28 AM Subject: Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ? > At 22:47 8-12-2003 +0100, you wrote

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Chris Albertson
It would be a major change to the code but I think what you'd want to do is have the Asterisk server store _all_ of it's information in something like a database, The dail plan, SIP registrations, everything would have to go there. Once you've done that any number of Asterisk servers could share

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Nicolas Bougues
On Tue, Dec 09, 2003 at 08:40:36AM -0800, Chris Albertson wrote: > > It would be a major change to the code but I think what you'd > want to do is have the Asterisk server store _all_ of it's information > in something like a database, The dail plan, SIP registrations, > everything would have to g

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Florian Overkamp
Hi Andrew, Citeren Andrew Thompson <[EMAIL PROTECTED]>: > > Instead of DIAL(IAX/sip.isp.com) could you not > > DIAL(IAX/sip1.isp.com&IAX/sip2.isp.com&IAX/sip3.isp.com) to reach a > similar > > effect ? (or chain them in different lines so it tries to reach the first > > one, then the second one if

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Florian Overkamp
Hi, Citeren Nicolas Bougues <[EMAIL PROTECTED]>: > > It would be a major change to the code but I think what you'd > > want to do is have the Asterisk server store _all_ of it's information > > in something like a database, The dail plan, SIP registrations, > > everything would have to go there.

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread John Todd
On Tue, Dec 09, 2003 at 08:40:36AM -0800, Chris Albertson wrote: It would be a major change to the code but I think what you'd want to do is have the Asterisk server store _all_ of it's information in something like a database, The dail plan, SIP registrations, everything would have to go there

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Andrew Kohlsmith
> I'd like to know if there is a way for multiple asterisk servers to > share a common SIP and/or IAX registry. > The setup I imagine would be something like : > - several asterisk servers called sip1.isp.com, sip2.isp.com, ... > - a DNS alias sip.isp.com pointing to all the addresses (thus > pr

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Chris Albertson
One more idea. How about this. Only works with SIP, not ZAP or the others. You get a SIP router like "SER" all your SIP phones are set to use SER as the proxy. SER when it gets a registration will look for "good" Asterisk servers and will resend the registration to _each_ good Asterisk server.

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Steven Critchfield
On Tue, 2003-12-09 at 15:06, Andrew Kohlsmith wrote: > > I'd like to know if there is a way for multiple asterisk servers to > > share a common SIP and/or IAX registry. > > > The setup I imagine would be something like : > > - several asterisk servers called sip1.isp.com, sip2.isp.com, ... > > - a

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Andrew Kohlsmith
> You get a SIP router like "SER" all your SIP phones are set to > use SER as the proxy. SER when it gets a registration will look > for "good" Asterisk servers and will resend the registration to > _each_ good Asterisk server. That would work, but SIP is an evil nasty disgusting little protocol.

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Andrew Kohlsmith
> Sounds like a failover should be used. > Dial(Sip/inoffice) > Dial(IAX2/home_machine) > Dial(Zap/g2/${cellnumber}) I was going to pooh-pooh the idea since I don't like the idea of the user having to wait for each dial to time out, but it never occurred to me to have IAX registration and that *

Re: [Asterisk-Users] Multiple Asterisk servers sharing/propagating registry ?

2003-12-09 Thread Steven Critchfield
On Tue, 2003-12-09 at 19:26, Andrew Kohlsmith wrote: > > Sounds like a failover should be used. > > Dial(Sip/inoffice) > > Dial(IAX2/home_machine) > > Dial(Zap/g2/${cellnumber}) > > I was going to pooh-pooh the idea since I don't like the idea of the user > having to wait for each dial to time ou