search for: sipregistrations

Displaying 11 results from an estimated 11 matches for "sipregistrations".

Did you mean: sipregistration
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 =>
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
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
2007 Oct 05
0
DUNDi, regcontext, softphones.. fail. :(
All, 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 => _XXXX,4,NoOp(sipregistration call - Name:
2006 Feb 23
6
username as extension
Is there a way to have extensions automatically created for registered sip users ? I did some investigation and found some hope in chan_sip with relation to the somewhat undocumented usereqphone option but i may be totally off track. All i want to be able to do is send a call to number@ip_address where the number is the username configured on the phone that has registered with asterisk
2004 Jan 06
0
Asterisk interop with Syndeo
Does anyone have * talking to a Syndeo switch? I am new to * and trying to get this working. It appears to have a problem authenticating, but I do not see an "unauthorized" message. Then shows the * as a registered end point with an ip of 0.0.0.0 @1073435488.955240 las-cms-a :366 ResControllerSta 3 ResController::submit - Submiting resource Res 371658 to waiting queue
2007 Aug 08
2
How to write a function with a return value in Asterisk
Hi, Is it possible to write a function in Asterisk, that returns a value? Sort of like any programming language allows? For example, I`d like function ReturnSipReg to return the right SipRegistration to dial, based on some value so that I could use it in my dial plan: i.e: exten => 1234,1,Dial(SIP/ReturnSipReg(John)) ; would dial John's extension, which I don't know at this
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:
2009 Aug 04
0
SIP server behind NAT
...debugging by default, from > ;subscribecontext = default ; Set a specific context for SUBSCRIBE requests > ;notifyringing = yes ; Notify subscriptions on RINGING state > ;alwaysauthreject = yes ; When an incoming INVITE or REGISTER is to be rejected, > ;regcontext=sipregistrations > ;registertimeout=20 ; retry registration calls every 20 seconds (default) > ;registerattempts=10 ; Number of registration attempts before we give up > callevents=no ; generate manager events when sip ua performs events (e.g. hold) > externip=Th...
2005 Jan 05
5
Asterisk with MySQL
You are reading the instructions for the STABLE 1.0 version of asterisk and are using the CVS version. Goto the wiki and read the instructions for RealTime. -Matthew ----- Original Message ----- From: "Muhammad Rizwan Khan" <rizwan@advcomm.net> To: <Asterisk-Dev@lists.digium.com> Sent: Wednesday, January 05, 2005 12:42 PM Subject: [Asterisk-Dev] Asterisk with MySQL >