search for: sipregistration

Displaying 11 results from an estimated 11 matches for "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 => _XXXX,4,NoOp(sipregistration call - Name: ${CALLERID(name)} Num: > ${...
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
...> > 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 catchall match in the regext priority 2 that sends the call out to another context that further processes it. regcontext is sipregistration astreg1*CLI> show dialplan sipregistration [ Context 'sipregistration' created by 'pbx_config' ] '53060' => 1. Noop(53060) [SIP] '53061' => 1. Noop(53061) [SIP] '53062'...
2006 Dec 05
0
Re: regcontext, NoOp extension vanishes when extension reload, WORKING
...ain, but I think what you're seeing is as > > a result of this. > > > > Regards, > > - Brad > > > > No, not exactly, I have a catchall match in the regext priority 2 that > sends the call out to another context that further processes it. > regcontext is sipregistration > > astreg1*CLI> show dialplan sipregistration > [ Context 'sipregistration' created by 'pbx_config' ] > '53060' => 1. Noop(53060) [SIP] > '53061' => 1. Noop(53061)...
2006 Dec 05
0
RE: regcontext, NoOp extension vanishes when extension reload
...] as the creator). It sounds like you've figured that out on your own empirically. For what I believe to be the 'correct' way (or at least *a* way that won't make you pull your hair out) of working with regexten, see my recent e-mail response Michael van Baak. > regcontext is sipregistration > > astreg1*CLI> show dialplan sipregistration [ Context > 'sipregistration' created by 'pbx_config' ] > '53060' => 1. Noop(53060) > [SIP] > '53061' => 1. Noop(53061)...
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: ${CALLERID(name)} Num: ${CALLERID(num)}) exten => _XXXX,5...
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
...riberStatus shmID:5; logical address:7029390171 @1073435488.956714 las-cms-a SmSipMgr-16:366 IMShmData 3 IMShmData::getPassword shmID:5; logical address:7029390171 @1073435488.956780 las-cms-a SmSipMgr-16:366 SmSIPUserManager 3 void SmSIPUser::deleteExpiredContacts() - SQL Statement = DELETE sipregistration WHERE (timestamp+expiry) < 1073435488 AND username = '7029390171' @1073435488.957431 las-cms-a SmSipMgr-16:366 SmSIPUserManager 3 boolean_st SmSIPUser::getValidContact() - SQL Statement = SELECT * FROM sipregistration WHERE value = (SELECT MAX(value) FROM sipregistration WHERE user...
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 point to which Sip Registration it's associated. ReturnSipReg would find that out for me. Unfortun...
2014 Oct 04
1
Pjsip and regcontext (for DUNDi)
...s.pdf Its seems a really neat solution and I'm keen to implement something similar, however I believe it was written before the pjsip channel driver and I've hit a potential issue I think. The guides for configuring DUNDi seem to suggest using regcontext in sip.conf: [general] regcontext=sipregistration However I can't seem to find an equivalent declaration for pjsip.conf. So my questions are: 1) Is there a way to achieve the same functionality with pjsip? 2) Is DUNDi still being maintained and used? If so, then how should it be configured with modern versions of Asterisk? 3) If DUNDi is n...
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=T...
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 >