Displaying 20 results from an estimated 4000 matches similar to: "Doubling up; redunancy with DUNDi"
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?
2006 Mar 16
0
RE: DUNDi .... Halfway and CLUSTERING
Doug,
I feel your pain. I have, since 3 days ago, all but giving up on dundi in a
enterprise/carrier core scalable environment, mostly due to no ability to
summarize dial plan routes across several servers that may or may not have
contiguous extensions registered across the cluster.
Example server 1 has exten 1234, 1235, 1001, 1002 registered and server 2
has 1236, 1237, 1003, 1004. But also in
2006 Feb 07
0
Modifying dialplan for DUNDi compatibility
Greetings all,
I'd like to start implementing a private DUNDi peering group between one of
our asterisk servers hosted at a datacentre and the various asterisk boxes
sitting at clients' premises.
On most of the clients' boxes the dialplan will have an [in-pstn] section
containing the various numbers that should be recognised by that box. Where
they're from a VoIP provider they
2006 Mar 17
1
RE: DUNDi .... Halfway and CLUSTERING
At the moment I'm out of the office, but when I return I'll be certain to do
that. Note that my solution is different from what you are working on with
regexten, though I suspect some of the challenges that I've faced and
overcome are not. I'm actually using UltraMonkey for load-balancing and
failover of the Asterisk boxes, and my dialplan is set up so that it need
not be changed
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
Do you mean the peristence of connecting a specific phone to a specific
server? If so, then it's relatively easy. The ldirectord has a persistence
setting that does that. If I'm misunderstanding you, then could you explain
further what you mean?
Regards,
- Brad
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On
2007 Jan 24
1
ChanIsAvail kills dialplan processing when no Zap available on 1.2.14.
Hi, I'm trying to use ChanIsAvail to build a resilient 'dialout' macro.
The logic is simple; try Zap/g1 (a group of two E1s), and if that
fails, try locating a channel via DUNDi. Here's a massively cut down version
to illustrate the problem I'm having.
macro dialout ( dest ) {
ChanIsAvail(Zap/g1);
noop(Value of AVAILCHAN is ${AVAILCHAN});
2004 Dec 22
0
Macro(dundi-dundi-test, ${ENTEN}) to return +101 on lookup failure ?
I'm looking at finding a way for my Macro(dundi-dundi-test,${ENTEN})
when I dial out on the dundi-test network to return a +101 to my
[dundi-test-out] context, if the number being dialed on the dundi-test
network does not exist, then I will route the call out using my pstn
or voip connection i have. I have a feeling it will have to be the
switch => DUNDi/dundi-test that will have to return
2010 Mar 22
0
DUNDi Confusion
Dear community,
Please help. I've been looking around the internet (and in this great forum)
for help with DUNDi setup between servers (I'm using Elastix) and while I
can get my servers to lookup extensions on each other very well, I have not
been able to successfully make calls between servers. For my test
environment, I have 3 servers setup for now, and these are the steps I've
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
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
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 09
0
DUNDI Sip authentication failure
Hi all, I'm new in asterisk and I got to set up a dundi config for my work.
I have 2 PBX for the test, the two PBX are in the same local network
PBX A : 192.168.199.23
PBX B : 192.168.199.21
my config files : (on PBX B , the config files on PBX A looks like it)
/etc/asterisk/dundi.conf
[general]
bind=192.168.199.21
port=4520
cachetime=5
ttl=32
autokill=yes
entityid=00:30:18:4C:33:53
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 Aug 15
0
DUNDi limitation?
Greetings list,
I've been using DUNDi for some time now to prevent calls between users going out via PSTN if there's no need, set up as follows:
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164
[dundi-e164]
include => in-e164
switch => DUNDi/e164
My outbound call macro tries [macro-dundi-e164] first, if that fails then goes onto PSTN connectivity.
2004 Dec 12
0
DUNDi performance
Hello,
I have a weird problem. My * server, a Pentium Celeron 1200 with 512 MB
Ram and a Digium E100P card, is performing very well for IAX2, SIP and
ZAP communication. There is no delay in transcoding, no packet loss etc etc.
Now I added DUNDi, and I added +/- 8 peers in the dundi-test context and
1 peer in the GPA-bound e164 context. My server shows all but 1 peer as
OK. DUNDi Ping times
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
2008 Feb 22
0
DUNDi ${NUMBER} variable not defined
If one does a "dundi lookup", shouldn't the ${NUMBER}
variable be replaced with the current value?
ie. if I run "dundi lookup 4065 at priv" shouldn't I get
an answer string like
"IAX2/priv:pass@$192.168.250.27/4065 (EXISTS)"?
The *CLI does not show me the dst extension:
*CLI> dundi lookup 4065 at priv
1. 0
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
2006 Mar 11
0
Clustering / Dundi
Yes, nice website. But, where's the documentation regarding setup and configuration? Where's the examples?
-----Original Message-----
From: Olle E Johansson [mailto:oej@edvina.net]
Sent: Sat 3/11/2006 1:23 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Cc:
Subject: Re: [Asterisk-Users] Clustering / Dundi
11 mar 2006 kl. 07.54 skrev Douglas Garstang:
2007 Oct 12
0
(http://www.dundi.com): Service Provider
Hi List;
When I readed about DUNDI, I though there is a website
and we can buy and sell routes there using DUNDI, but
when I tried to browse http://www.dundi.com) then I
found a strange page that contains only this text "It
Works"!
So, what is the market of DUNDI really? Is there a
method to buy and sell routes using DUNDI? Or DUNDI
can be applied only between my distributed PBX's