similar to: DUNDi, regcontext, softphones.. fail. :(

Displaying 20 results from an estimated 3000 matches similar to: "DUNDi, regcontext, softphones.. fail. :("

2007 Oct 06
1
DUNDi, regcontext, softphones.. fail.
> I'm having an issue deploying softphones into my DUNDi/regcontext > setup. My current design is that all SIP users get registered into a > sipregistration context in the sip.conf. I then have a dialplan > function that includes that and does the dial: > > include => sipregistration > exten => _XXXX,2,Answer() > exten => _XXXX,3,Wait(1) > exten =>
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:
2006 Dec 05
0
Re: regcontext, NoOp extension vanishes when extension reload, WORKING
OK this was an easy one to fix. All I had to do is RTFM. Note on the wiki: ATTENTION: Make sure you take a look at bug report 7144 Just do what Kevin said, include the regcontext in whatever static context you have the priority 2 extension and don't make a static regcontext in extension.conf. Let sip module do the rest. Works great. Thanks Guys. JR On 12/5/06, JR Richardson
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > JR Richardson > Sent: Tuesday, December 05, 2006 3:49 PM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] RE: regcontext,NoOp extension > vanishes when extension reload > > > > > Let me guess: The
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
> > Let me guess: The context in which you have the 2 thru n priorities is > the same one as you're using for regcontext right? > > Don't do that, bad things will happen (as you've noticed). > > I'd have to review the code again, but I think what you're seeing is as > a result of this. > > Regards, > - Brad > No, not exactly, I have a
2007 Sep 18
1
Queue agents w/ DUNDi
All, I'm trying to configure queue agents w/ a DUNDi setup so that an agent can login to whatever server they please w/o any custom setup. In general this seems to work, agents login w/ AgentCallbackLogin into the incoming context (not a special queue context) and can receive queue calls. The problem is that since the incoming context is the same context as the normal incoming call context,
2009 Sep 18
3
DUNDi + SIP Realtime
Good afternoon gentlemen (and ladies). A costumer of mine has many servers and each one maps their SIP extensions to the others via DUNDi. It works like a charm. SIP extensions can only register at one server, the one they "belong" to. In case one extension wants to call other that is registered in another server, DUNDi takes care of that by calling the other server using IAX2 and G.729
2007 Jun 15
1
Where an extension really is (DUNDi woes)
I have two servers setup to do DUNDi lookups against each other. The scenario is that on server A, I have a wildcard match for extensions 64XX that rings to a local extension on the server. On server B I have a 6442 real extension that I would like to have ring if called. It seems that DUNDi is matching on the 64XX and not searching out to see if there is a *more* exact match than the pattern
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 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
2009 Aug 07
1
regcontext regexten
Hi Anyone know how to use regcontext et regexten parameter from sip.conf and can give an example ? thx regards Harry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090807/ef9ba45e/attachment.htm
2010 Dec 07
0
DUNDi and Lua dialplan
Hello, I would like to known how to use DUNDi with a Lua dialplan ? In extensions.conf, we should do like these: |[lookupdundi] switch => DUNDi/priv [internal] include => dundiextens include => lookupdundi exten => _XXXX,2,NoOp(calling ${EXTEN}) exten => _XXXX,n,Dial(SIP/${EXTEN}) exten => _XXXX,n,Hangup()| priority 1 is either defined in dundiextens (local registered
2008 Feb 23
1
dundi lookup
Pardon my ignorance but I understand that DUNDi lookups (*CLI> dundi lookup xxx at yyy) reveal if a given extension is "served" by some host, ie. if it's present in its dialplan. It does not say if it's registered or not. Is this correct? ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home
2006 Nov 01
2
Realtime, DUNDi and regexten
It seems that when you use Realtime static and possibly realtime realtime for sip users, that Asterisk fails to create the regexten context for DUNDi. Someone else had the same problem back in July. Doesn't look like they ever had a resolution. <http://lists.digium.com/pipermail/asterisk-users/2006-July/160105.html>
2006 Dec 05
2
regcontext, NoOp extension vanishes when extension reload and doesn't come back
Hi All, I just noticed something interesting. When a sip device registers and regcontext is setup in sip.conf, a NoOp priority 1 extension is dynamically created in the dialplan within the specified regcontext. Works great. If for some reason, modification is made to the extension.conf and a >reload extension is performed, those dynamically created extensions in the regcontext vanish. Now
2006 Mar 16
0
Regcontext, only 1 context available?
Hi All, I'm working with regcontext and sip users/peers. In the wiki, the example shows you can put this parameter in the [sipuser] context, like so: [general] lots of general parameters [sipuser] regcontext=siptest regexten=1234 Now this does not create the Noop exten priority 1 in the dial plan when the sip user registers. Now if I put regcontext in the [general] section, the sip user
2006 Jan 16
5
Dundi Examples
Can someone show me how to set up DUNDi, I will be using it to connect 14 asterisk servers internally. I don't want to use it on the external world. If anyone has any examples of connecting 2 or 3 (if their is a difference) machines in a DUNDi co-operation that would be helpful. Johnathan Falk Network Administrator Clinton Community Schools
2005 Oct 08
0
Regcontext/regexten broken??
Recently I've noticed two bits of odd behavior with respect to regcontext/regexten in CVS HEAD & 1.2 Beta1, and I was wondering if anyone could shed some light on this. I've set up a regcontext in sip.conf. I've set up two users with regexten entries, one in sip.conf and one in a mysql realtime table. The first bit of oddness is that regexten seems to work somewhat as described
2006 Jun 08
0
SV: Using regcontext
Hello Thanks for the answer... Just realized it myself, as your mail arrived :) Could be a nice feature though. Jon -----Oprindelig meddelelse----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Olle E Johansson Sendt: 8. juni 2006 12:09 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] Using