Displaying 3 results from an estimated 3 matches for "dundi2".
Did you mean:
dundi
2006 Jun 15
1
Distributed ACD Queues
...am having a heck of a time explaining my attempts at distributing ACD Queues to the list. Here's one little problem, that's only a piece of the puzzle.
dundi.conf:
180q => global_dundi_q_pbx1,100,IAX,dundi1:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => global_dundi_q_pbx2,200,IAX,dundi2:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => global_dundi_q_pbx3,300,IAX,dundi3:${SECRET}@${IPADDR}/${NUMBER},nopartial
extensions.conf(PBX1):
[global_dundi_q_pbx1]
include => one_queue_acd
[global_dundi_q_pbx2]
[global_dundi_q_pbx3]
extensions.conf(PBX2):
[global_dundi_q_pbx1]
[globa...
2006 Jun 14
2
DUNDi Users
..., the call on pbx1 is still routed to the dundi_local context instead of dundi_q_pbx1.
Do I have to go and modify dundi.conf, so that every dundi entry uses a different DUNDi user, like this?
180q => dundi_q_pbx1,1,IAX,dundi1:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx2,2,IAX,dundi2:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx3,3,IAX,dundi3:${SECRET}@${IPADDR}/${NUMBER},nopartial
And then add users dundi1, dundi2 and dundi3 to iax.conf?
I sure hope not. What a horrible way to have to do it.
Doug.
2006 Jun 15
5
DUNDi Not Able to HandleComplexFailoverSituations
> -----Original Message-----
> From: Watkins, Bradley [mailto:Bradley.Watkins@compuware.com]
> Sent: Thursday, June 15, 2006 10:36 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] DUNDi Not Able to
> HandleComplexFailoverSituations
>
>
> Is it possible for you to explain in more detail the
> situation involved.