search for: _xxxxxx

Displaying 20 results from an estimated 20 matches for "_xxxxxx".

Did you mean: xxxxxx
2013 Apr 18
5
ODBC dialplan looping problem
...IN] dsn=BRIDGE mode=multirow readsql=SELECT pin from users WHERE confid='${SQL_ESC(${CONF_ID})}' extensions.conf section: [infromhost] ;Host dials 8888 over SIP trunk exten=8888,1,Answer exten=8888,n,Background(conf-getconfno) exten=8888,n,WaitExten(10) exten=8888,n,Hangup exten=_XXXXXX,1,Set(GLOBAL(CONF_ID)=${EXTEN}) exten=_XXXXXX,n,GoTo(rooms,${EXTEN},1) ; [rooms] exten=_XXXXXX,1,Set(CONF_ID=${EXTEN}) exten=_XXXXXX,n,Background(conf-getpin) exten=_XXXXXX,n,WaitExten(5) exten=_XXXXXX,n,Hangup exten=_1XXXXX,1,Goto(getpin,${EXTEN},1) exten=_2XXXXX,1,Goto(getpin,${EXTEN},1)...
2003 Oct 24
4
Context restrictions
...ven though they say that you can restrict based on context, it never shows an example of how. [local-users] exten => 8478414198,1,Dial(SIP/8478414198) exten => 8478414198,2,Hangup [long-users] exten => 8478414199,1,Dial(SIP/8478414199) exten => 8478414199,2,Hangup [local] exten => _XXXXXX,1,Dial(SIP/${EXTEN}@VGW) exten => _XXXXXX,2,Congestion include => local-users [long-distance] exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@VGW) exten => _1NXXNXXXXXX,2,Congestion include => local include => long-users
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan and I can sort of follow it?! I have a context [local] that I know zapata.conf points to, I have edited extensions.conf and put in my phone, sip and iax extensions. I want to add an sms context. I understand that all calls go through my [local] context and I have
2004 Jun 08
3
SMS in the UK
2004 Nov 25
0
Solution - ISDN-PRI hangup cause
...nstruct a dialplan which solved our issues. I've attached below a snippet from the dialplan hoping that it will help someone else. If the hangup cause has not been catered for, the error number is read to the operator with a message to contact tech support. Julian. [dial-isdn30] exten => _XXXXXX,1,Dial(Zap/g3/${EXTEN},40) exten => _XXXXXX,2,NoOp(HANGUPCAUSE is ${HANGUPCAUSE}) exten => _XXXXXX,3,Goto(dial-result|r${HANGUPCAUSE},1) exten => _XXXXXX,4,Hangup() [dial-result] exten => r0,1,Hangup() exten => r1,1,playback(discon-or-out-of-service) exten => r1,2,Hangup exten...
2003 May 06
2
capi + bri ?
....c, Line 883 (capi_request): didn't find capi device with outgoing msn = contr1. you should check your config! NOTICE[622607]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'CAPI' == Everyone is busy at this time ---------------- My exten example: exten => _XXXXXX,1,Dial,CAPI/contr1/BYEXTENSION Some questions: 1. Do I need to configure/use zapata.conf when I using capi (there is no signalling called "BRI")? 2. How do I configure the BRI channels? 3. Is there anyone using an Eicon BRI with capi that could give an simple example outgoing extensi...
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...two contexts > >[smsdial] ; create and send a text message, expects number+message >and >connect to 17094009 >exten = _X.,1,SMS(${CALLERIDNUM},,${EXTEN},${CALLERIDNAME}) >exten = _X.,2,SMS(${CALLERIDNUM}) >exten = _X.,3,Hangup > >and > >[incoming] >exten = _XXXXXX/_8005875290,1,SMS(${EXTEN:3},a) >exten = _XXXXXX/_8005875290,2,System(/usr/lib/asterisk/smsin ${EXTEN:3}) >exten = _XXXXXX/_80058752[0-8]0,1,SMS(${EXTEN:3}${CALLERIDNUM:8:1},a) >exten = _XXXXXX/_80058752[0-8]0,2,System(/usr/lib/asterisk/smsin >${EXTEN:3}${CALLERIDNUM:8:1}) >exten =...
2004 May 18
1
How can I dial (0 + telephone number)
I connect Asterisk to my analog PBX using X100P. In my analog PBX, I need to dial 0 (zero) to pick up the line. How can I use Dial command to dial (0 + telephone number) directly? I used exten => 10,1,Answer() exten => 10,2,Dial(Zap/1/0) exten => 10,3,Hangup It works, but I need to dial 10 and after the ring tone, the telephone number How can I do?
2003 Nov 04
0
Need Help with SIP/H323.
...conf" and "h323.conf" files are: *************************************** extensions.conf >>>> *************************************** [default] ..... ..... [outgoing] exten=>_7XX,1,Goto(voip-h323|${EXTEN}|1) exten=>_*XX,1,Goto(servicios|${EXTEN}|1) exten=>_XXXXXXXXX,1,Dial(Zap/1/${EXTEN}|30) exten=>_XXXXXXXXX,2,Playback(invalid) exten=>_XXXXXXXXX,3,Hungup() exten=>_X,1,Playback(invalid) exten=>_X,2,Hungup exten=>_XX,1,Playback(invalid) exten=>_XX,2,Hungup exten=>_XXXX,1,Playback(invalid) exten=>_XXXX,2,Hungup exten=>_XXXXX,1,Play...
2004 Nov 23
1
Error when install E100P
...s like this: Zapata.conf: [channels] context=default group=1 callgroup=1 pickupgroup=1 switchtype=euroisdn signalling=pri_cpe context=default channel => 1-15,17-31 zaptel.conf: span=1,1,0,ccs,hdb3 bchan=1-15,17-31 dchan=16 loadzone = no defaultzone = no extensions.conf [default] exten => _XXXXXX,1,Dial,Zap/g1/${EXTEN} exten => s,1,Wait(1) exten => s,2,Answer exten => s,3,Hangup
2017 Feb 10
5
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
...e non-root user > hasn't kinit-ed yet? And yet that case worked in the past...) > I'm more interested in what the trailing info in your credcache name is. In your log output for the working case, there are: /tmp/krb5cc_0 /tmp/krb5cc_1494_sM11PG So first one doesn't have that _XXXXXX trailing bit. Maybe cifs.upcall is not guessing that piece of the filename correctly? In any case, this patch should tell us more about what it thinks the credcache location is when it's doing this. Do you have the ability to apply this and test with the debugging turned up? ----------------...
2006 Nov 08
0
sms script on receive
the documentation for the sms app mentions a script that sends on the sms by e-mail once it's arrived exten => _XXXXXX/_8005875290,n,System(/usr/lib/asterisk/smsin ${EXTEN:3}) Does anyone have any samples of such a script (it might be a good addition to the documentation) or does anyone have another way to send the sms on by e-mail. Steve -------------- next part -------------- An HTML attachment was scrubbed......
2009 Feb 05
2
no need to dial areacode
Hi To dial an outside line i have to dial 0. I want to have that when we dial local numbers, that is we are in the 08 area, I don't want to have to dial 08, how to set this up in asterisk 1.6? Regards /ralf ________________________________________________ Ralf Tr?skman, IT AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460
2009 Apr 07
1
passing X11 authentication and authenticated home directories
...r (e.g.) NFSv4+GSSAPI, one can attempt to work around this with ~/.ssh/rc, as follows: #! /bin/sh exec 1>&2 if [ "x${KRB5CCNAME}" = x ]; then echo "No Kerberos credentials found; please authenticate." export KRB5CCNAME=`mktemp /ccache/krb5cc_${UID}_XXXXXX` /usr/kerberos/bin/kinit fi # call xauth here However, the problem is that ~/.ssh/rc has no way to pass the KRB5CCNAME value to the user's shell. So, the user's shell must acquire credentials (that is, prompt the user to run kinit) *again*. This is highly undesirable. One w...
2017 Feb 10
0
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
...ore interested in what the trailing info in your credcache > > > name is. > > > In your log output for the working case, there are: > > > > > > /tmp/krb5cc_0 > > > /tmp/krb5cc_1494_sM11PG > > > > > > So first one doesn't have that _XXXXXX trailing bit. Maybe > > > cifs.upcall > > > is not guessing that piece of the filename correctly? > > > > > > > (cc'ing Nalin, Simo and the linux-cifs ml) > > > > Yeah, it seems pretty likely that that is the problem. My guess is > > t...
2017 Feb 10
2
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
On Thu, 2017-02-09 at 14:45 -0600, Chad William Seys wrote: > Hi Jeff, > Could you look at the following mailing list posting? > > https://lists.samba.org/archive/samba/2017-February/206468.html > > It looks like cifs.upcall has changed its behavior. As described in > that post, I can mount with root / kerberos, but then cannot access with > another user who has
2004 Jun 29
3
incoming cid translation tables
How does one do translation for calls that come in from other pbx's where the incoming caller ID is an internal extension number on their pbx? Eg. when I get a call from Free-World-Dial the CID shows up as "429102" which is essentially their internal extension number sans any routing prefix. To dial the number back I need to dial the extension with FWD's routing prefix
2005 Aug 05
3
Realtime IAX
I am using Asterisk CVS from last week and have been using Realtime SIP for a couple weeks now without any problems. Yesterday I decided to turn on Realtime IAX but I am having problems dialing to my long distance providers like Voicepulse, Sixtel or Nufone. I get the following: -- Executing Dial("SIP/2001-3761", "IAX2/password@voicepulse/19566680301") in new stack
2006 Jan 10
1
busydetect
Hi, I'm struggling to get busydetect to work. I'm using asterisk 1.2.1 and a digium TDM04B (4 port FXO) card. I've set busydetect=yes, busycount=6 and busypattern=300,200 in zapata.conf and i've modified zondata.c with a busy setting of 620+480, 300/200 which is the busysignal received from Korea Telecom. Asterisk isn't detecting the busy signal and doesn't hangup.
2017 Feb 10
0
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
...gt; > > name is. > > > > > In your log output for the working case, there are: > > > > > > > > > > /tmp/krb5cc_0 > > > > > /tmp/krb5cc_1494_sM11PG > > > > > > > > > > So first one doesn't have that _XXXXXX trailing bit. Maybe > > > > > cifs.upcall > > > > > is not guessing that piece of the filename correctly? > > > > > > > > > > > > > (cc'ing Nalin, Simo and the linux-cifs ml) > > > > > > > > Yeah, it...