Re: [asterisk-users] The purpose of DUNDi

2007-05-15 Thread Remco Post
dave cantera wrote:
 remco, et al,
 could I use dundi where I could use an area code to determine the
 connecting server or dial string?  just like we would use 88XXX to dial
 a 3 digit extension on another server at location 88?  or dial 84XXX for
 a 3 digit extension on a server located at 84?...

yes you can.

You'll setup a context in your dialplan on your server where you'll tell
dundi that you accept calls for say _88XXX and have a mapping for that
context in your dundi.conf

 thanks,
 daveC
 
 
 Remco Post wrote:
 Rilawich Ango wrote:
  
 It is quite interesting and I am looking for it.  Could you give me
 some more information or website how to set it up?

 


 Have a look at:

 http://atlaug.com/stuff/Presentations/Astricon06/JR_Richardson_Whitepaper.pdf


 and the two links at:

 http://www.voip-info.org/wiki/index.php?page=DUNDi%20Enterprise%20Configuration


   
 


-- 

Remco Post

I didn't write all this code, and I can't even pretend that all of it
makes sense. -- Glen Hattrup
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-14 Thread dave cantera

remco, et al,
could I use dundi where I could use an area code to determine the 
connecting server or dial string?  just like we would use 88XXX to dial 
a 3 digit extension on another server at location 88?  or dial 84XXX for 
a 3 digit extension on a server located at 84?...

thanks,
daveC


Remco Post wrote:

Rilawich Ango wrote:
  

It is quite interesting and I am looking for it.  Could you give me
some more information or website how to set it up?





Have a look at:

http://atlaug.com/stuff/Presentations/Astricon06/JR_Richardson_Whitepaper.pdf

and the two links at:

http://www.voip-info.org/wiki/index.php?page=DUNDi%20Enterprise%20Configuration

  


--
Building Strong Relationships w/ Intelligent Customer Service
--

Interlocking Business Solutions, LLC
856-380-0894 x5000


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-10 Thread Remco Post
Rilawich Ango wrote:
 How about if both ServerA and ServerB houses extensions 500 throught
 699.  Such that users can dynamically register Server A or Server B.
 Can we use DUNDi to implement such network?
 

yes. Use regexten and regcontext and have dundi look into that context
to see if an extension is available. The actual call doesn't need to go
trough that context.

This is the way to go for HA clusters.

 On 5/9/07, Alex Robar [EMAIL PROTECTED] wrote:
 Hi Ronaldo,

 Yes, you can use DUNDi for this. DUNDi simply advertises routes that a
 given
 server can terminate to its peers. As a very simple example, if ServerA
 houses extensions 500 through 599 and ServerB houses extensions 600
 through
 699, ServerA would advertise that it can terminate 5XX, and ServerB would
 advertise that it can terminate 6XX. When any peer in your DUNDi cloud
 requests how to terminate extension 502, ServerA will return a route to
 itself that will allow that call to be made.

 There's a nice article on the Texas AUG site about setting up DUNDi with
 dynamic extensions (
 http://txaug.net/storage/users/3/3/images/17/Using%20DUNDi%20with%20a%20Cluster%20of%20Asterisk%20Servers.pdf

 ).

 Cheers,
 Alex Robar

 On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:
  Hi all,
 
  I'm planning to deploy many Asterisk servers for remote sites connected
  through IAX. Behind each server, there will be many sip clients
  connected. A sip client from one site must be able to make calls for
 the
  other sip clients connected to the other remote Asterisk servers. I've
  heard that DUNDi is a good option in order for each Asterisk server to
  locate the right (or the best) routes for the sip clients.
  Is DUNDi really used for that?
 
  Thanks in advance ...
 
  Ronaldo.
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 
 http://lists.digium.com/mailman/listinfo/asterisk-users
 



  --
 Alex Robar
 [EMAIL PROTECTED]
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

 http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
Met vriendelijke groeten,

Remco Post

SARA - Reken- en Netwerkdiensten  http://www.sara.nl
High Performance Computing  Tel. +31 20 592 3000Fax. +31 20 668 3167
PGP Key fingerprint = 6367 DFE9 5CBC 0737 7D16  B3F6 048A 02BF DC93 94EC

I really didn't foresee the Internet. But then, neither did the
computer industry. Not that that tells us very much of course - the
computer industry didn't even foresee that the century was going to
end. -- Douglas Adams
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-10 Thread Rilawich Ango

It is quite interesting and I am looking for it.  Could you give me
some more information or website how to set it up?

On 5/10/07, Remco Post [EMAIL PROTECTED] wrote:

Rilawich Ango wrote:
 How about if both ServerA and ServerB houses extensions 500 throught
 699.  Such that users can dynamically register Server A or Server B.
 Can we use DUNDi to implement such network?


yes. Use regexten and regcontext and have dundi look into that context
to see if an extension is available. The actual call doesn't need to go
trough that context.

This is the way to go for HA clusters.

 On 5/9/07, Alex Robar [EMAIL PROTECTED] wrote:
 Hi Ronaldo,

 Yes, you can use DUNDi for this. DUNDi simply advertises routes that a
 given
 server can terminate to its peers. As a very simple example, if ServerA
 houses extensions 500 through 599 and ServerB houses extensions 600
 through
 699, ServerA would advertise that it can terminate 5XX, and ServerB would
 advertise that it can terminate 6XX. When any peer in your DUNDi cloud
 requests how to terminate extension 502, ServerA will return a route to
 itself that will allow that call to be made.

 There's a nice article on the Texas AUG site about setting up DUNDi with
 dynamic extensions (
 
http://txaug.net/storage/users/3/3/images/17/Using%20DUNDi%20with%20a%20Cluster%20of%20Asterisk%20Servers.pdf

 ).

 Cheers,
 Alex Robar

 On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:
  Hi all,
 
  I'm planning to deploy many Asterisk servers for remote sites connected
  through IAX. Behind each server, there will be many sip clients
  connected. A sip client from one site must be able to make calls for
 the
  other sip clients connected to the other remote Asterisk servers. I've
  heard that DUNDi is a good option in order for each Asterisk server to
  locate the right (or the best) routes for the sip clients.
  Is DUNDi really used for that?
 
  Thanks in advance ...
 
  Ronaldo.
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 
 http://lists.digium.com/mailman/listinfo/asterisk-users
 



  --
 Alex Robar
 [EMAIL PROTECTED]
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

 http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
Met vriendelijke groeten,

Remco Post

SARA - Reken- en Netwerkdiensten  http://www.sara.nl
High Performance Computing  Tel. +31 20 592 3000Fax. +31 20 668 3167
PGP Key fingerprint = 6367 DFE9 5CBC 0737 7D16  B3F6 048A 02BF DC93 94EC

I really didn't foresee the Internet. But then, neither did the
computer industry. Not that that tells us very much of course - the
computer industry didn't even foresee that the century was going to
end. -- Douglas Adams
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-10 Thread Remco Post
Rilawich Ango wrote:
 It is quite interesting and I am looking for it.  Could you give me
 some more information or website how to set it up?
 


Have a look at:

http://atlaug.com/stuff/Presentations/Astricon06/JR_Richardson_Whitepaper.pdf

and the two links at:

http://www.voip-info.org/wiki/index.php?page=DUNDi%20Enterprise%20Configuration

-- 

Remco Post

I didn't write all this code, and I can't even pretend that all of it
makes sense. -- Glen Hattrup
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Bruce Reeves

I use DUNDi in this way, I have several remote sites and a MPLS
network connecting the sites. I have each sites asterisk box looking
at 2 DUNDi peers and those 2 central peers can query all sites. I
don't have a lot of phones or people moving between sites, but I did
not want to have to setup a IAX connection for every site on every
server. I like the ability for DUNDi to determine which server to talk
to and then configure the dial string for that call. This made my
configuration easier to expand as I deployed new sites. I simply added
the new peer to my central servers and configured the new site server
and I could call between sites.

While DUNDi's original intent was more for least cost routing or zero
cost routing, I think it provides an excellent means to scale a
network of asterisk systems.

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:

Hi all,

I'm planning to deploy many Asterisk servers for remote sites connected
through IAX. Behind each server, there will be many sip clients
connected. A sip client from one site must be able to make calls for the
other sip clients connected to the other remote Asterisk servers. I've
heard that DUNDi is a good option in order for each Asterisk server to
locate the right (or the best) routes for the sip clients.
Is DUNDi really used for that?

Thanks in advance ...

Ronaldo.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
Bruce Reeves
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Bruce Reeves

I use DUNDi in this way, I have several remote sites and a MPLS
network connecting the sites. I have each sites asterisk box looking
at 2 DUNDi peers and those 2 central peers can query all sites. I
don't have a lot of phones or people moving between sites, but I did
not want to have to setup a IAX connection for every site on every
server. I like the ability for DUNDi to determine which server to talk
to and then configure the dial string for that call. This made my
configuration easier to expand as I deployed new sites. I simply added
the new peer to my central servers and configured the new site server
and I could call between sites.

While DUNDi's original intent was more for least cost routing or zero
cost routing, I think it provides an excellent means to scale a
network of asterisk systems.

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:

Hi all,

I'm planning to deploy many Asterisk servers for remote sites connected
through IAX. Behind each server, there will be many sip clients
connected. A sip client from one site must be able to make calls for the
other sip clients connected to the other remote Asterisk servers. I've
heard that DUNDi is a good option in order for each Asterisk server to
locate the right (or the best) routes for the sip clients.
Is DUNDi really used for that?

Thanks in advance ...

Ronaldo.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
Bruce Reeves
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Olivier

Just the sake of curiosity, how many sites (or user) did you interconnect
using DUNDi ?
Regards

2007/5/9, Bruce Reeves [EMAIL PROTECTED]:


I use DUNDi in this way, I have several remote sites and a MPLS
network connecting the sites. I have each sites asterisk box looking
at 2 DUNDi peers and those 2 central peers can query all sites. I
don't have a lot of phones or people moving between sites, but I did
not want to have to setup a IAX connection for every site on every
server. I like the ability for DUNDi to determine which server to talk
to and then configure the dial string for that call. This made my
configuration easier to expand as I deployed new sites. I simply added
the new peer to my central servers and configured the new site server
and I could call between sites.

While DUNDi's original intent was more for least cost routing or zero
cost routing, I think it provides an excellent means to scale a
network of asterisk systems.

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:
 Hi all,

 I'm planning to deploy many Asterisk servers for remote sites connected
 through IAX. Behind each server, there will be many sip clients
 connected. A sip client from one site must be able to make calls for the
 other sip clients connected to the other remote Asterisk servers. I've
 heard that DUNDi is a good option in order for each Asterisk server to
 locate the right (or the best) routes for the sip clients.
 Is DUNDi really used for that?

 Thanks in advance ...

 Ronaldo.

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
Bruce Reeves
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Alex Robar

Hi Ronaldo,

Yes, you can use DUNDi for this. DUNDi simply advertises routes that a given
server can terminate to its peers. As a very simple example, if ServerA
houses extensions 500 through 599 and ServerB houses extensions 600 through
699, ServerA would advertise that it can terminate 5XX, and ServerB would
advertise that it can terminate 6XX. When any peer in your DUNDi cloud
requests how to terminate extension 502, ServerA will return a route to
itself that will allow that call to be made.

There's a nice article on the Texas AUG site about setting up DUNDi with
dynamic extensions (
http://txaug.net/storage/users/3/3/images/17/Using%20DUNDi%20with%20a%20Cluster%20of%20Asterisk%20Servers.pdf).

Cheers,
Alex Robar

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:


Hi all,

I'm planning to deploy many Asterisk servers for remote sites connected
through IAX. Behind each server, there will be many sip clients
connected. A sip client from one site must be able to make calls for the
other sip clients connected to the other remote Asterisk servers. I've
heard that DUNDi is a good option in order for each Asterisk server to
locate the right (or the best) routes for the sip clients.
Is DUNDi really used for that?

Thanks in advance ...

Ronaldo.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





--
Alex Robar
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Bruce Reeves

There are nine sites, 10 servers. While it is not a huge deployment by
some standards, it was simplified with DUNDi.

On 5/9/07, Olivier [EMAIL PROTECTED] wrote:

Just the sake of curiosity, how many sites (or user) did you interconnect
using DUNDi ?
Regards

2007/5/9, Bruce Reeves [EMAIL PROTECTED] :
 I use DUNDi in this way, I have several remote sites and a MPLS
 network connecting the sites. I have each sites asterisk box looking
 at 2 DUNDi peers and those 2 central peers can query all sites. I
 don't have a lot of phones or people moving between sites, but I did
 not want to have to setup a IAX connection for every site on every
 server. I like the ability for DUNDi to determine which server to talk
 to and then configure the dial string for that call. This made my
 configuration easier to expand as I deployed new sites. I simply added
 the new peer to my central servers and configured the new site server
 and I could call between sites.

 While DUNDi's original intent was more for least cost routing or zero
 cost routing, I think it provides an excellent means to scale a
 network of asterisk systems.

 On 5/9/07, Ronaldo  [EMAIL PROTECTED] wrote:
  Hi all,
 
  I'm planning to deploy many Asterisk servers for remote sites connected
  through IAX. Behind each server, there will be many sip clients
  connected. A sip client from one site must be able to make calls for the
  other sip clients connected to the other remote Asterisk servers. I've
  heard that DUNDi is a good option in order for each Asterisk server to
  locate the right (or the best) routes for the sip clients.
  Is DUNDi really used for that?
 
  Thanks in advance ...
 
  Ronaldo.
 
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 
http://lists.digium.com/mailman/listinfo/asterisk-users
 


 --
 Bruce Reeves
 Nortex Networks
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users





--
Bruce Reeves
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Bruce Reeves

Alex,

Thanks for the linking to JR's article. That was my source for setting
up DUNDi also.

On 5/9/07, Alex Robar [EMAIL PROTECTED] wrote:

Hi Ronaldo,

Yes, you can use DUNDi for this. DUNDi simply advertises routes that a given
server can terminate to its peers. As a very simple example, if ServerA
houses extensions 500 through 599 and ServerB houses extensions 600 through
699, ServerA would advertise that it can terminate 5XX, and ServerB would
advertise that it can terminate 6XX. When any peer in your DUNDi cloud
requests how to terminate extension 502, ServerA will return a route to
itself that will allow that call to be made.

There's a nice article on the Texas AUG site about setting up DUNDi with
dynamic extensions (
http://txaug.net/storage/users/3/3/images/17/Using%20DUNDi%20with%20a%20Cluster%20of%20Asterisk%20Servers.pdf
).

Cheers,
Alex Robar

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:
 Hi all,

 I'm planning to deploy many Asterisk servers for remote sites connected
 through IAX. Behind each server, there will be many sip clients
 connected. A sip client from one site must be able to make calls for the
 other sip clients connected to the other remote Asterisk servers. I've
 heard that DUNDi is a good option in order for each Asterisk server to
 locate the right (or the best) routes for the sip clients.
 Is DUNDi really used for that?

 Thanks in advance ...

 Ronaldo.

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users




 --
Alex Robar
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users





--
Bruce Reeves
Nortex Networks
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] The purpose of DUNDi

2007-05-09 Thread Rilawich Ango

How about if both ServerA and ServerB houses extensions 500 throught
699.  Such that users can dynamically register Server A or Server B.
Can we use DUNDi to implement such network?

On 5/9/07, Alex Robar [EMAIL PROTECTED] wrote:

Hi Ronaldo,

Yes, you can use DUNDi for this. DUNDi simply advertises routes that a given
server can terminate to its peers. As a very simple example, if ServerA
houses extensions 500 through 599 and ServerB houses extensions 600 through
699, ServerA would advertise that it can terminate 5XX, and ServerB would
advertise that it can terminate 6XX. When any peer in your DUNDi cloud
requests how to terminate extension 502, ServerA will return a route to
itself that will allow that call to be made.

There's a nice article on the Texas AUG site about setting up DUNDi with
dynamic extensions (
http://txaug.net/storage/users/3/3/images/17/Using%20DUNDi%20with%20a%20Cluster%20of%20Asterisk%20Servers.pdf
).

Cheers,
Alex Robar

On 5/9/07, Ronaldo [EMAIL PROTECTED] wrote:
 Hi all,

 I'm planning to deploy many Asterisk servers for remote sites connected
 through IAX. Behind each server, there will be many sip clients
 connected. A sip client from one site must be able to make calls for the
 other sip clients connected to the other remote Asterisk servers. I've
 heard that DUNDi is a good option in order for each Asterisk server to
 locate the right (or the best) routes for the sip clients.
 Is DUNDi really used for that?

 Thanks in advance ...

 Ronaldo.

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users




 --
Alex Robar
[EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users