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.
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 amdtech@shsu.edu (936) 294-4198
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: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] 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
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: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] 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 gooddocumentation. 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 amdtech@shsu.edu (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.
> -----Original Message----- > From: Aaron Daniel [mailto:amdtech@shsu.edu] > 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.
> -----Original Message----- > From: Watkins, Bradley [mailto:Bradley.Watkins@compuware.com] > 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.
I'm trying to configure DUNDi in a tiered arrangement where 3 servers take care of registrations and then push those registrations up to a pair of location servers. Subsequent queries for the location of a phone will be direcected to the location servers. I think it's possible, but you do think there's actually any docs on DUNDi about this? A google search yields absolutely zero results, except for the dundi.com website which has no configuration docs. I'll probably get flamed for asking, but why on why can't Digium post some good docs and examples on how to effectively use DUNDi? What is their issue with doing this? How do they expect people to embrace their protocol if no one knows how to use it? I'm sorry, but I just completely fail to understand this. I even stumbled across a post from Kevin Flemming, apparently before he started working for Digium, where he was asking about docs on DUNDi! Two years later, and there's still none. Doug.