Displaying 20 results from an estimated 5000 matches similar to: "DUNDi Not Able to Handle Complex Failover Situations"
2006 Jun 14
4
DUNDi Not Able to Handle Complex FailoverSituations
Who said I was a C programmer?
-----Original Message-----
From: Terry Wilson [mailto:otherwiseguy@gmail.com]
Sent: Wed 6/14/2006 6:03 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Cc:
Subject: Re: [Asterisk-Users] DUNDi Not Able to Handle Complex FailoverSituations
pbx/pbx_dundi.c in dundifunc_read(). shouldn't be too hard to have it set some variables (i.e.
2006 Jun 15
4
DUNDi Not Able to Handle ComplexFailoverSituations
Is it possible for you to explain in more detail the situation involved. I'm still thinking that what you're trying to achieve can be done at least with the help of DUNDi weights, but I still don't think I have a full grasp of the solution you're crafting.
Regards,
- Brad
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
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.
2005 Jun 15
0
Dundi - Multiple Results
Hello,
If one is using Dundi, and it returns multiple, weighted routes to
a destination, how is that applied in the dial-plan?
asterisk*CLI> dundi lookup 1588XXXXXXX
1. 400 IAX2/dundi:A+RxFIkN4ws1kuZWrw3Ebw@XX.XX.XX.XX/1588XXXXXXX (EXISTS|NOUNSLCTD|NOCOMUNSLTD)
from 00:30:48:71:26:70, expires in 1098 s
2. 400 IAX2/dundi:ZYm4dmxaDmzpp9kOPeA9LQ@XX.XX.XX.XX/1588XXXXXXX
2007 Apr 04
1
Using DUNDi in a failover environment
Greetings list,
There have been quite a few posts on the list over the last few months about using DUNDi to ensure users are always reachable even when logged into different asterisk boxes (as part of a load balancing cluster).
For example, yesterday, this was in a post: (Olle Johansson)
" In combination with Dundi and the regexten= system, it's even more dynamic."
Are there any
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for
installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc
and got the following output with several errors and notices. Do I need to
do more or are these ok? I expected to have some conf files in
/etc/asterisk but there is nothing there.
Thanks!
Created by Mark Spencer <markster@digium.com>
2006 Jun 14
2
DUNDi Users
I have three Asterisk boxes.
Each has the following in dundi.conf:
180net => dundi_local,0,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx1,1,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx2,2,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
180q => dundi_q_pbx3,3,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial
My iax.conf on all three
2014 Apr 16
1
DUNDi with SIP Mapping
>From the reading and testing I have done it doesn't look like SIP supports
a username and password in the Dial string. I currently have the following
mapping.
priv => dundi-extens,0,SIP,
dundi:pass at 1.1.1.1/${NUMBER},nounsolicited,nocomunsolicit,nopartial
On the sending side I see
NOTICE[31598] chan_sip.c: Conflicting extension values given. Using 'dundi'
and not
2008 Mar 05
2
Passing variables between two DUNDi/IAX2 peers
Hi.
I am trying to pass a variable from one Asterisk PBX
to another.
I'm using DUNDi with IAX2. Is there a way to do it?
I tried the following but it fails.
On peer1:
[dundi-outgoing]
switch => DUNDI/priv
exten => s,1,Set(CDR(userfield)=test)
exten => s,2,Set(DUNDIVAR=${ARG1}#TEST)
exten => s,3,NoOp(Passing ${DUNDIVAR} to DUNDi peer.)
exten => s,4,Goto(${DUNDIVAR},1)
On
2010 Mar 16
3
Asterisk 1.4.24 DUNDi CLI commands not found
Are there DUNDi CLI commands for Asterisk 1.4? I have searched google
and I only see the dundi commands in Asterisk 1.6, although I see
reference to them in older version's of Asterisk such as Asterisk 1.4
here: http://www.asteriskguru.com/tutorials/cli_cmd_14.html. When I
view the CLI commands through help I don't see any of the dundi
commands and there are errors when I run a command
2007 May 17
5
DUNDi configuration problem
Hi peeps,
I've been struggling with DUNDi for a few days now and I can't seem to
make call from Asterisk A to Asterisk B. If I do a "dundi show peers",
it finds the other peer but I can't seem to make any calls. Can
anybody help me out here.
Here's the situation:
Machine 1: Debian with Asterisk 1.4.4 --> 192.168.1.103
Machine 2: AsteriskNOW --> 192.168.1.69
The
2006 Jun 15
7
Executing a Function from AGI
Hmmm. Not having much luck with this. I'm trying to call the DUNDILOOKUP function and assign it to a variable in an AGI script.
I've tried setting with EXEC CMD and with SET VARIABLE. In both cases, it's treating DUNDILOOKUP literally, rather than calling a funciton.
I've tried this:
EXEC "Set" "DIALPATH=${DUNDILOOKUP(2944093|180net)}"
and also:
SET VARIABLE
2007 Sep 07
1
how to DUNDi branch office with area code?
hi:
i am new to asterisk and dundi. we have some branch office which
will use asterisk in the future. they will form a full-mesh structure
so every site can contact each other directly. i want to try setup
dundi, then we don't need to modify every pbx when a new site add in
the cloud.
thanks to the great dundi document "caveman can do it" and other
resource in the
2006 May 24
1
DUNDi in 1.2.7.1
Hi
few weeks ago I read about redundancy (HA) of asterisk boxes using
DNS, DUNDi, so I decided to give it a try.
OS FreeBSD 6.1-RELEASE, asterisk 1.2.7.1
on one peer I get:
lk110*CLI> dundi show peers
EID Host Model AvgTime Status
00:11:43:3d:69:e6 195.28.109.37 (S) Symmetric Unavail OK (1 ms)
1 dundi peers [1 online, 0 offline, 0
2009 Mar 31
1
dundi show peers - UNREACHABLE but I can ping it!
Hi guys!!
This is something that have always bother me, hope you can help me... :)
I've 8 server connected using IAX / DUNDi, it works just fine.
However, sometimes when some of our links goes down the server takes
forever to appear back as OK at DUNDi's list and people can't call the
other Box.
It's happening right now:
CLI> dundi show peers
00:14:22:16:54:c5 200.X.X.6
2008 Feb 24
2
DUNDi with two servers
Hi,
I'm having difficulties with using DUNDi between two servers. If it were
three I think I could control looping by limiting TTL, but with two I'm not
sure how to prevent a loop causing bad things to happen. I've tried ttl=1
but things still blow up.
The DUNDi configurations are pretty simple and work just fine in both
directions as long as only one of them is using the switch
2014 Oct 04
1
Pjsip and regcontext (for DUNDi)
Hi guys,
I'm building a PoC Asterisk 12 cluster based on a number of guides I've
found on the net. The basic concept is using ARA in conjunction with DUNDi.
I have set up ARA with pjsip according to this excellent guide here:
https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime
This is working nicely, so now I am turning my attention to DUNDi, as per
this guide here:
2008 Mar 12
2
DUNDi
Is there a way to have a dundi host advertise extensions for another server?
A-----------B-----------C
I'd like A to reach C through B. A and C would handle the call, B would just be the DUNDi intermediary.
Assuming A has 101-199
B has 201-299
And C has 301-399
A sample dundi/extensions/iax config for B is all I need. I can get single DUNDi queries running fine(A->B, B->C,
2023 May 02
1
DUNDI anyone?
Hi
Well it is well some time that my last DUNDI peer has become
unreachable.
I guess too many issues with spoofed numbers etc.
But I am wondering, do people, especially larger entities like telcos,
still use DUNDI?
I know that in some Hamradio communities, DUNDI is used to interconnect
PBXes, but that is with private phone number ranges, not connected to
the public.
Want some DUNDI peering?
2007 Jul 10
2
DUNDI behind NAT?
Hi,
i'm having asterisk with sip working fine, including dundi lookups. The only
problem i'm having is that the dundi answer allways contains my internal,
private ip. Is there any way to set the targeting ip that is sent out in the
dundi answer (to my public ip or any other where i want to receive the
call)?
Regards,
Andreas.