search for: regexten

Displaying 20 results from an estimated 109 matches for "regexten".

2006 Nov 30
4
Trouble with regexten
Can anyone help with the use of regexten? (* 1.4.3) I've got Asterisk creating extensions for my SIP phones using regexten but I can't seem to figure out how to make use of them once they're registered. Here's my dialplan for from-sip (the SIP's default context): asterisk*CLI> dialplan show from-sip [ Con...
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct? The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be bro...
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> http://lists.digium.com/pipermail/asterisk-users/2006-July/160105.html Someone else posted what...
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...
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate calls to phones on this syst...
2007 Jun 06
1
Reload in 1.4 clears regexten
Ok, I could have sworn this was fixed in Asterisk 1.2, but it seems in Asterisk 1.4.4, that doing a reload, or even an 'extensions reload' will clear any extensions that have been created by regexten. This is VERY bad! Doug. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070606/c63f1faf/attachment.htm
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
2007 May 22
3
Dial out issues.
...nel of type '(Zap' (cause 66 - Channel not implemented) Configs: [root@asterisk asterisk]# cat sip.conf [general] bindport=5060 bindaddr=0.0.0.0 context=default disallow=all allow=gsm allow=ilbc allow=ulaw allow=alaw srvlookup=yes ; [400] type=friend username=400 host=dynamic secret=12345 regexten=400 dtmfmode=rfc2833 canreinvite=yes nat=no mailbox=400 ; [401] type=friend username=401 host=dynamic secret=12345 regexten=401 dtmfmode=rfc2833 canreinvite=yes nat=no mailbox=401 ; [402] type=friend username=402 host=dynamic secret=12345 regexten=402 dtmfmode=rfc2833 canreinvite=yes nat=no mailbox...
2006 Oct 06
3
regexten & regcontext broken for SIP?
Hi ho, is there anyone out here that is making use of the regcontext and regexten settings in sip.conf? I've tried this on two Asterisk boxes (1.2.10 and 1.2.12.1) and in both cases I don't see the Noop priority 1 being created upon SIP client registration, "show dialplan xxx" reveals no change. And yes, I have also read and checked bug 7144; if I go down t...
2011 Dec 16
2
Which device auto-registered an extension?
Hi all, In sip.conf: [general] regcontext = autoreg [devabc] regexten = 543 creates "exten=> 543,1,Noop(devabc)" in context autoreg when devabc registers. But I can't use "exten=> _5XX,2,Dial(SIP/${EXTEN})" in the dialplan, because there's no device SIP/543. Now I know I can add a line like "exten=> 543,2,Dial(SIP/devabc)&...
2006 Mar 13
0
Regexten & Regcontext
Hi All, I've been trying to get regexten and regcontext going for some sip peers but following the examples on the wiki is not working, as far as I can tell, nothing is happening. the phone registers, sip show peers is ok, but the NoOp priority 1 extension never gets created or added to the dialplan. Has anyone got this working? Thanks...
2006 Mar 13
0
Re: Regexten & Regcontext, working now
...f instead of the the [user] section and when the sip user registered, the NoOp extension priority 1 came right up in the dial plan. All is well again, so far. Clarity of sight becomes infinitely greater with head removed from rectum. >> > Hi All, > > I've been trying to get regexten and regcontext going for some sip peers but following the examples on the wiki is not working, as far as I can tell, nothing is happening. the phone registers, sip show peers is ok, but the NoOp priority 1 extension never gets created or added to the dialplan. Has anyone got this working? > &...
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
...tocol conversion? Any insight would be greatly appreciated!! Current configuration: Fedora Core 1 Asterisk - 1.0.7 (had same problem on 1.0.6) SJPhone - 1.50.271d, Mar 11 2005 (WinXP) XLite - 1103m build stamp 14262 (WinXP) Zultys Zip2 - ZUTS 3.52 sip.conf exerpt: [6003] ; (A) type=friend regexten=6003 username=6003 host=dynamic disallow=all ;allow=gsm allow=ulaw [6004] ; (C) type=friend regexten=6004 username=6004 host=dynamic disallow=all ;allow=gsm allow=ulaw [2101] ; (B) type=friend regexten=2101 username=2101 host=dynamic disallow=all ;allow=gsm allow=ulaw extensions.conf exerpt...
2006 Jun 08
1
Using regcontext
Hello List Ive been trying to use regcontext, but I cant get it to work. Ive setup my sip peers to have the regexten _[0-9]., so that I can capture all registrations in a single extension. But when they register, I can see that the dynamic extension is created, but none of the rest of the code is executed, priority 2-4. Can anyone explain how I should use the regcontext parameter, etc. am I using it wrongly? Reg...
2005 Jan 05
4
Broadvoice / * re-register issues
...####@sip.broadvoice.com:XXXXXXXXX:##########@sip.broadvoice.com/1234 [sip.broadvoice.com] type=peer host=sip.broadvoice.com fromdomain=sip.broadvoice.com fromuser=########## context=default dtmfmode=inband canreinvite=no disallow=all allow=ulaw allow=g729 allow=g726 allow=alaw [kevin] type=friend regexten=1001 username=kevin fromuser=Kevin Marvin ; Specify user to put in "from" instead of callerid secret=XXXXXX host=dynamic canreinvite=no defaultip=10.1.1.16 amaflags=default ; Choices are default, omit, billing, documentation dtmfmode=inband [laptop2] type=friend...
2006 Jun 08
0
SV: Using regcontext
.... juni 2006 12:09 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] Using regcontext 8 jun 2006 kl. 11.57 skrev Jon Sch?pzinsky: > Hello List > > Ive been trying to use regcontext, but I cant get it to work. Ive > setup my sip peers to have the regexten _[0-9]., so that I can > capture all registrations in a single extension. > But when they register, I can see that the dynamic extension is > created, but none of the rest of the code is executed, priority 2-4. > Can anyone explain how I should use the regcontext parameter, etc. &...
2005 May 12
0
Asterisk, SIP and NAT: Help needed!
...se loops since SIP is incapable ; ; of performing a "hairpin" call. ; ; If regcontext is specified, Asterisk will dynamically ; create and destroy a NoOp priority 1 extension for a given ; peer who registers or unregisters with us. The actual extension ; is the 'regexten' parameter of the registering peer or its ; name if 'regexten' is not provided. More than one regexten may be supplied ; if they are separated by '&'. Patterns may be used in regexten. ; ;regcontext=iaxregistrations ; ; Asterisk can register as a SIP user agent to a SIP pr...
2005 Feb 23
3
Able to tell if phone is registered?
Hi All, I have a new asterisk setup running at home and am very happy with it. One thing that I am trying to do is to take various actions in the dialplan *if* a particular phone is registered/authenticated/connected. For example, if someone dials *me* and is shows that I am connected via my softphone, to try it instead of my deskphone (and possibly notifiy the user in advance that it is
2011 Mar 01
3
TLS/SRTP calls go to circuit busy.
...L ;tlscafile=/usr/local/ssl/misc/demoCA/cacert.pem tlsclientmethod=tlsv1 [6001] type=friend secret=erasmus123 callerid="Mitch-MacBook" <6001> ;nat=yes host=dynamic ;canreinvite=no context=myphones allow=ulaw allow=gsm allow=g726 ;transport=udp transport=tls encryption=yes port=5061 regexten=6001 [6002] type=friend secret=erasmus123 callerid="Tami" <6002> host=dynamic canreinvite=no context=myphones allow=ulaw allow=gsm allow=g726 ;transport=udp transport=tls encryption=yes port=5061 regexten=6002 [6003] type=friend secret=erasmus123 callerid="iPad" <6003...
2008 Oct 07
1
regcontext
hi all, just wondering what's happening here: i have a pap2 and an spa941. everytime i call my spa from my pap2 i can see it being added dynamically on the regcontext: [Oct 7 11:59:08] -- Saved useragent "Linksys/SPA942-5.2.8" for peer 100100 [Oct 7 11:59:08] -- Added extension '100100' priority 1 to sipregcontext but from spa to pap2 i dont see it, i looked