Displaying 20 results from an estimated 79 matches for "_2".
Did you mean:
2_
2013 Mar 27
1
Pattern matching repeating digits
...eStuff()
exten => 233,n,Dial(something)
exten => 255,1,DoStuff()
exten => 255,n,AndMoreStuff()
exten => 255,n,Dial(something)
...which is stupid, or...
B) I can attempt code reuse for similar cases (a Good Thing[tm]), and make as specific of a match as possible, like so:
exten => _2[35][35],1,DoStuff()
exten => _2[35][35],n,AndMoreStuff()
exten => _2[35][35],n,Dial(something)
...but this will not only match 233 and 255, but 235 and 253 as well.
It'd be nice if there was a substitute character that meant "a character that is exactly the same as the preceding on...
2009 Aug 04
0
[PATCH] Log ~/.ssh/authorized_keys comments when using LogLevel=VERBOSE
...sful login. It just
adds them to the already existing verbose() call. I find it useful e.g.
on shared accounts where it's sometimes not enough to have the key
fingerprint in the log file.
Can this be applied?
--
Fernando Vezzosi
qw(MDAx MTAw MDEw MDEx MDAw _5 MTEw _6 _1 _5 _5 _4 _2 _2 _6
MTEx _1 _5 _5 _4 _5 _2 _6 _1 _1 _2 _2 _3 _5 _5 _6 _1 _1 _2
_5 _4 _3 _5 _2 _5 _1 _2 _3 _4 _5 MA==)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenSSH_log_key_comment.diff
Type: text/x-diff
Size: 1384 bytes
Desc: not available
URL: <...
2007 Apr 14
3
Error on optimize leads to corrupt index?
The following exception occurred while trying optimize a large index:
vendor/gems/rdig-0.3.4/lib/rdig/index.rb:46:in `optimize'': End-of-
File Error occured at <except.c>:93 in xraise (EOFError)
Error occured in store.c:216 - is_refill
current pos = 0, file length = 0
Now, I get the following error any time I try to create a new index
on the directory that I was trying
2003 Sep 06
0
Fwd: Asterisk BoF: Boston, Sept _2[2-4] - interested?
...to be
the 23rd of September, since that fits well with the VON conference
schedule. Please email me directly for details.
JT
>Date: Thu, 21 Aug 2003 01:52:52 -0700
>To: asterisk-users-lists.digium.com
>From: John Todd <jtodd@loligo.com>
>Subject: Asterisk BoF: Boston, Sept _2[2-4] - interested?
>
>
>There was some talk on the IRC channel about getting a
>convention/conference together for Asterisk users. While I do not
>have the authority (or time) to make such a proposition, I'd like to
>see if I can gather some support for a BOF (Birds Of a F...
2013 Apr 30
0
lmer Error: Downdated X'X is not positive definite
...t$Rep)
> summary(carrot)
RegionSystem Region Rep UniqueRep
VarName System
IN_Conventional:108 CA:210 1:282 IN_Conventional_1: 36 Red Core
Chantenay: 36 Conventional:423
IN_Organic :108 IN:216 2:282 IN_Conventional_2: 36 B 0114
: 24 Organic :423
CA_Conventional:105 WA:210 3:282 IN_Conventional_3: 36 B 0191
: 24
CA_Organic :105 WI:210 IN_Organic_1 : 36 B 0252
: 24
WA_Conventional:105...
2003 Nov 28
2
Deltathree icomming problem
...p;SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40)
exten => s,3,Voicemail,u100
[internal]
ignorepat => 9
exten => toti,1,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40)
exten => 0,1,Meetme,123
exten => _2.,1,SetCallerID(${MYPHONENUMBER})
exten => _2.,2,AbsoluteTimeout(6000)
exten => _2.,3,Dial(SIP/${EXTEN:1}@iconnect,90,r)
Best regards,
Chris HARIGA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20...
2003 Aug 21
0
Asterisk BoF: Boston, Sept _2[2-4] - interested?
There was some talk on the IRC channel about getting a
convention/conference together for Asterisk users. While I do not
have the authority (or time) to make such a proposition, I'd like to
see if I can gather some support for a BOF (Birds Of a Feather)
meeting on a somewhat smaller scale and in a shorter timeframe.
The VON (Voice On the Net - http://www.pulver.com/von/) show is in
2004 Oct 04
2
Limit extensions to single lines
Hi,
I have been trying to get my * box to limit an extension to one
line for either an inbound or outbound call anyone got a quick example I
can look at or a good howto?
Cheers,
Dee
2005 Feb 06
3
iax2-jitter-trunking?
...t happening. Each iax2 packet is 79 bytes using ethereal.
I've tried the trunk=yes both within the inbound context and at the top
of the iax.conf file (assuming the one at the top would be used for all
outbound iax calls that don't reference a context). Calls are placed
with:
exten => _2.,1,Dial(IAX2/user:passwd@1.2.3.4/${EXTEN:1})
Is trunking dependent upon the use of 'register'? Or, dependent on the
above exten=>_2., referencing a context (instead of the IP directly)?
2006 Jun 08
1
RSA Signature (key ***) failed
...ng dial command),
all works fine!
Here is an extract from the server A (mickymouse)
iax.conf:
...
[sintel-peer]
type=peer
host=192.168.100.1
auth=rsa
qualify=yes
[sintel-user]
type=user
auth=rsa
inkeys=sintel-voip
context=sintel-int
qualify=yes
...
extensions.conf:
[voip_outcoming]
exten =>
_2.,1,Macro(callout,IAX2/mickymouse-user:[mickymouse-voip]@sintel-peer:4569/${EXTEN}@mickymouse-int)
[macro-callout]
exten => s,1,Dial(${ARG1},60,jtTwW)
exten => s,2,Hangup
exten => s,102,Answer
exten => s,103,Playtones(busy)
exten => s,202,Answer
exten => s,203,Wait(1)
exten =>...
2004 Oct 25
2
Transfering Calls
I am having several users complain about not being able to use the # button when dialing into IVR's, etc, because the # key prompts for transfering the call to another extension. Is there a way to still provide transfer capability, but not use the # key? I am using SNOM 200 phones so if anyone has any suggestions, I would greatly appreciate it.
Thanks,
Brian
2005 Feb 11
0
Proper handling of incoming IAX/SIP callerids to be able to call back - why is calleridnum stripping dots out of number ?
.../2", "1?from-pstn-reghours|s|1:") in
new stack
So in Variable ${CALLERID} is right (with dots in iax address) but not the
case with ${CALLERIDNUM} that has dots stripped off. So now I cannot
callback cause proper address is lost. On outgoing part I have:
[outbound-iax]
exten => _2.,1,NoOp(Outbound IAX call from local extension ${CALLERID} to
${EXTEN:1})
exten => _2.,2,NoOp
exten => _2.,3,Dial(IAX2/${EXTEN:1})
exten => _2.,4,Congestion()
but it won't work, cause dots were stripped out....
Is there something wrong with my way of handling this problem? Is there a...
2004 Sep 30
2
Queue Setup
Hi, I am on my next venture now, Need to set up 3 queues. I would like
these setup using the agentcallbacklogin. Does anyone have an example of
this? I have looked through the wiki , but all that did was confuse me.
One of the problems I'm having is how do I configure my extensions.conf to
dial the agentcallbacklogin
-------------- next part --------------
An HTML attachment was
2011 Apr 07
4
Occasional call from "asterisk"
...=> s,n,Dial(SIP/504&SIP/506,5,tTgr)
exten => s,n,Goto(1-${DIALSTATUS},1)
exten => 1-ANSWER,1,Hangup
exten =>
_1-.,1,Dial(SIP/501&SIP/502&SIP/503&SIP/504&SIP/505&SIP/506,10,tTgr)
exten => _1-.,n,Goto(2-${DIALSTATUS},1)
exten => 2-ANSWER,1,Hangup
exten => _2-.,1,Voicemail(499 at default,u)
exten => _2-.,2,Hangup
The idea is that first 504 and 506 ring, then if neither of them answer,
everyone rings. Works great most of the time.
I have a hunch that maybe this happens if the inbound caller hangs up while
the first Dial() is ringing, but I would...
2011 Mar 21
3
appending collums in for loop
...loop three times:
Array 1 Array 2 Array 3
1 1 1
2 2 2
3 3 3
4 4 4
5 5 5
This is my code:
setwd("J:/Stage/Datasets2/Datasets/outData")
masterTable<-read.table("AR1000900A_N_241110_(Mapping250K_Nsp)_2,Mapping250K_Nsp,CNprobes.tab
_SNP_IDs.xls",sep="\t", dec=",", fill=T, header=T)
masterTable<-data.frame(masterTable)
fileNames<-list.files(getwd(), pattern='_0,5 -0,51.xls')
regionMatchABCDE<-data.frame()
for(i in 1:5) {
fileN...
2005 Sep 14
4
*** saving files ***
Hi,
I need help :o(
I want that my function saves result files in a for()-loop while it runs
automatically.
the filenames must be saved like:
file_1 -> for 1. result
file_2 -> for 2. result
file_3 -> for 3. result
and
.
.
.
file_n -> for n. result
the file names are the same identified by _1, _2 , _3, ... , _n
these files will loaded by a second function later in the same sequence
(_1 to _n)....
2017 Jun 16
2
compil error samba 3.6.5
...atus
Waf: Leaving directory `/root/samba/samba-4.6.5/bin'
Build failed: -> task failed (err #1):
{task: cc_link
crc32_1.o,hmacmd5_1.o,md4_1.o,arcfour_1.o,sha256_1.o,sha5
12_1.o,hmacsha256_1.o,aes_1.o,rijndaelalg-fst_1.o,aes_cmac_128_1.o,aes_ccm_128_
1.o,aes_gcm_128_1.o,codepoints_2.o,convert_string_2.o,util_str_2.o,util_unistr_w
_2.o,pull_push_2.o,util_unistr_2.o,weird_2.o,charset_macosxfs_2.o,strv_6.o,iconv
_1.o,dynconfig_1.o,data_blob_20.o,util_file_20.o,time_20.o,signal_20.o,util_20.o
,idtree_20.o,fault_20.o,substitute_20.o,util_process_20.o,util_strlist_20.o,strv
_uti...
2012 Jan 11
3
summarizing a complex dataframe
I need some help summarizing complex data frames (small example below):
m1_1 m2_1 m3_1 m1_2 m2_2 m3_2
i1 1 1 1 2 2 2
i1 2 1 1 2 2 2
i2 2 2 1 2 2 2
For an arbitrary number of columns (say m1 ?. m199) where the column names have variable patterns,
and such that each set of columns is repeated (with potentially unique data...
2005 Dec 10
2
OpenSSL tools are not installed
Hi,
I just had some issues with unvalidated certificates after the update of
the mail/fetchmail port.
The solution was to add the missing certificates manually, but that
involved running the c_rehash script, that currently isn't installed.
Of course, I could run it directly from src/crypto/openssl/tools/, but
that isn't an option for users that don't have the source installed.
So,
2012 Nov 30
2
[LLVMdev] [polly] scev codegen (first step to remove the dependence on ivcanon pass)
...ted by either
CLooG or ISL-codegen like this:
Stmt_1(c1, c1+4, c1+c2);
we will construct a map that maps the old iteration domain with 3 dimensions
(there are 3 arguments in Stmt_1 representing the original loop nest in which
Stmt_1 was located, let's call the original loop nest loop_1, loop_2, loop_3) to
the new expressions generated by cloog that are function of the new iteration
domain with 2 dimensions (c1 and c2 are the new induction variables of the code
generated by cloog). So the content of that map is:
loop_1 -> c1
loop_2 -> c1+7
loop_3 -> c1+c2
Given an access funct...