Re: [Asterisk-Users] DUNDi Docs

2006-06-14 Thread Aaron Daniel

On Wed, 14 Jun 2006, Douglas Garstang wrote:

The examples in dundi.conf are pretty much useless.
I still can't figure out why Digium can't write some good documentation. It's 
their 'baby' after all. This really drives me nuts and pisses people off in 
general. I've been dicking around with DUNDi for over 6 months and still can't 
figure it out past the most basic application.


What are you trying to do?

--
Aaron Daniel
Computer Systems Technician
Sam Houston State University
[EMAIL PROTECTED]
(936) 294-4198
___
--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] DUNDi Docs

2006-06-14 Thread Frédéric Marti
Hi,
Check this document,  it helped me to build our DUNDi Network.
http://leifmadsen.com/papers/dundi-intro.pdf



Frédéric Marti


==

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Garstang
Sent: mercredi, 14. juin 2006 17:09
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] DUNDi Docs

Does anyone know where I can find some good DUNDi docs?
The ones are dundi.org are absolutely horrible.
The examples in dundi.conf are pretty much useless.
I still can't figure out why Digium can't write some good documentation. It's 
their 'baby' after all. This really drives me nuts and pisses people off in 
general. I've been dicking around with DUNDi for over 6 months and still can't 
figure it out past the most basic application.

Doug.

___
--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] DUNDi Docs

2006-06-14 Thread Watkins, Bradley
Yes, what is it you attempting?  I use DUNDi extensively, though you are
correct that the existing docs don't go very far in describing some
things.

Regards
- Brad 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Daniel
Sent: Wednesday, June 14, 2006 11:34 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] DUNDi Docs

On Wed, 14 Jun 2006, Douglas Garstang wrote:
 The examples in dundi.conf are pretty much useless.
 I still can't figure out why Digium can't write some good
documentation. It's their 'baby' after all. This really drives me nuts
and pisses people off in general. I've been dicking around with DUNDi
for over 6 months and still can't figure it out past the most basic
application.

What are you trying to do?

--
Aaron Daniel
Computer Systems Technician
Sam Houston State University
[EMAIL PROTECTED]
(936) 294-4198
___
--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

The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it. 
___
--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] DUNDi Docs

2006-06-14 Thread Douglas Garstang
 -Original Message-
 From: Aaron Daniel [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 14, 2006 9:34 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] DUNDi Docs
 
 
 On Wed, 14 Jun 2006, Douglas Garstang wrote:
  The examples in dundi.conf are pretty much useless.
  I still can't figure out why Digium can't write some good 
 documentation. It's their 'baby' after all. This really 
 drives me nuts and pisses people off in general. I've been 
 dicking around with DUNDi for over 6 months and still can't 
 figure it out past the most basic application.
 
 What are you trying to do?

I am trying to implement distributed ACD queues. A user dials the main queue 
number 2944000. The primary Asterisk server for that user has 2944000 in it's 
dialplan. It does a DUNDi lookup of a number, oe_main (it has to be different 
to 2944000 of course), to determine what the primary asterisk box is for this 
number, oemain, which is really the ACD Queue. 

I therefore need to have a DUNDi context that maps to three dialplan contexts. 
The context are slightly different on each Asterisk server, so that the queue 
has a primary, secondary, and tertiary server.

Like this...:

PBX1:
[pbx_pri]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

[pbx_sec]

[pbx_ter]

PBX2:
[pbx_pri]

[pbx_sec]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

[pbx_ter]

PBX3:
[pbx_pri]

[pbx_sec]

[pbx_ter]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

The queue accessed by oe_main is primary on pbx, secondary on pbx2, and 
tertiary on pbx3.

Doug.


___
--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] DUNDi Docs

2006-06-14 Thread Douglas Garstang
 -Original Message-
 From: Watkins, Bradley [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 14, 2006 10:17 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: [Asterisk-Users] DUNDi Docs
 
 
 Yes, what is it you attempting?  I use DUNDi extensively, 
 though you are
 correct that the existing docs don't go very far in describing some
 things.

I am trying to implement distributed ACD queues. A user dials the main queue 
number 2944000. The primary Asterisk server for that user has 2944000 in it's 
dialplan. It does a DUNDi lookup of a number, oe_main (it has to be different 
to 2944000 of course), to determine what the primary asterisk box is for this 
number, oemain, which is really the ACD Queue. 

I therefore need to have a DUNDi context that maps to three dialplan contexts. 
The context are slightly different on each Asterisk server, so that the queue 
has a primary, secondary, and tertiary server.

Like this...:

PBX1:
[pbx_pri]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

[pbx_sec]

[pbx_ter]

PBX2:
[pbx_pri]

[pbx_sec]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

[pbx_ter]

PBX3:
[pbx_pri]

[pbx_sec]

[pbx_ter]
exten = oe_main,1,Dial(SIP/2944000,20,tr)

The queue accessed by oe_main is primary on pbx, secondary on pbx2, and 
tertiary on pbx3.

Doug.


___
--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