Displaying 16 results from an estimated 16 matches for "_10".
Did you mean:
10
2010 Oct 05
2
ow to force samba to allow write specified filename to folder
...of years eg. 2009 2010 etc.
And in this folders eg. 2009 folder there are scanned .tif files like
this:
10_09.tif
229_09.tif
3890_09.tif
3890_1_09.tif
etc.
I would like to samba check correct filenames eg. in folder 2010 there
shouldn't be any flies from xxxx_09.tif eg. 229_09.tif only 229_10.tif
(_10.tif and vice versa in 2009 there shouldn't be any files from
xxxx_10.tif
Is it possible to set samba to not write down the names of the bad files
in directories
catalog 2010 --> xxxx_10.tif catalog 2009 -->xxxx_09.tif etc.
2006 Jan 06
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
...aligned memory right after loading
the xmm register. No matter how we put the code together it always issues
the movaps (probably because it needs more than 8 registers)- I am sure this
code would work fine on a machine with 16 xmm registers. For now we will
just use the c code for the unaligned _10 call. Probably this could be fixed
also by hand coding this particular chunk of assembler.
Tom
2008 Dec 26
3
Problem: no such extension 'xx' in context 'default'
Hi Guys,
I am not so familiar with asterisk and hope to get help here. I am having now some stupid errors. My goal for the first, is to create a simple pbx with different context.
As long as I use only the contex 'default' everything seems to work perfect. Now I tried to add another context i.e 'internal' and the asterisk is complaining
for not finding the required extension in
2009 Jul 17
2
How do I create an IVR/Dial Group that works properly?
...ello
exten => s,n,Wait(1)
exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter
extension number if known, or
exten => s,n,Background(pls-stay-on-line) ; Trying to connect...
exten => s,n,WaitExten(5)
exten => s,n,Macro(belllord,${ALANL}&${ALANB},303)
exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN})
exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN})
The Vars ALANL and ALANB are:
ALANL=SIP/101
ALANB=IAX2/alanb/202
Here is the Macro belllord:
[macro-belllord]
exten => s,1,Dial(${ARG1},20,t)
exten => s,n,Goto(s-${DIALSTATUS},1)...
2015 Feb 25
5
situation with ivr and four-channel gateway
...it(1)
exten => s,n,Set(CHANNEL(language)=es)
same=> n,Set(TIMEOUT(digit)=4)
same=> n,Set(TIMEOUT(response)=5)
same=> n,Wait(1)
same=> n,Background(/tmp/ivr/menu)
same=> n,WaitExten(5)
exten => 0,1,Playback(pls-wait-connect-call)
exten => 0,n,Goto(operadora,101,1)
exten => _10[1-3],1,Dial(SIP/${EXTEN},40,t)
same=> n,Hangup
exten => i,1,Playback(invalid)
same=> n,Goto(IVRINMA,s,2)
exten=> t,1,Dial(SIP/101,38,t)
exten=> t,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?2,1:)
exten => 2,1,Dial(SIP/102,38,t)
same=> n,Hangup()
## the second opti...
2015 May 07
0
smbstatus -- protocol and feature information
...==========
Samba version 4.2.0rc5
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
10350 -1 -1 10.199.1.64 *(ipv4:10.199.1.64:56623
<http://10.199.1.64:56623/>) SMB2_10*
_10
Service pid machine Connected at
-------------------------------------------------------
share2 10350 10.199.1.64 Thu Apr 23 18:05:49 2015
Locked files:
Pid Uid DenyMode Access R/W...
2006 Jan 06
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
> I've seen the exact same in my version (mingw on win32), and the problem
> was that the stack was misaligned when entering the function, so the temp
> registers weren't at 16-byte boundries.
That's a possibility. It's easy to check by printing the address of the
variables. I know that gcc 3.3 had some alignment issues with _m128 that
were supposed to be fixed in
2006 Jan 06
0
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
...after loading
> the xmm register. No matter how we put the code together it always issues
> the movaps (probably because it needs more than 8 registers)- I am sure this
> code would work fine on a machine with 16 xmm registers. For now we will
> just use the c code for the unaligned _10 call. Probably this could be fixed
> also by hand coding this particular chunk of assembler.
>
>
> Tom
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev@xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
>
2006 Jan 04
2
JAVA Issue - JDK 1.4 - Cent OS 4.2
Hi
Trying to run up a JVM on a box thats running 4.2 - The JDK version is
j2sdk1.4.2_03 and the exact error is below
Unable to load native library: /opt/j2sdk1.4.0/jre/lib/i386/libjava.so:
symbol __libc_waitpid, version GLIBC_2.0 not defined in file libc.so.6
with link time
reference
any ideas
thanks
2009 Jul 16
0
Struggling with Macros and "s" Extension
...llo
exten => s,n,Wait(1)
exten => s,n(tryagain),Background(enter-ext-of-person&or) ; Enter
extension number if known, or
exten => s,n,Background(pls-stay-on-line) ; Trying to connect...
exten => s,n,WaitExten(5)
exten => s,n,Macro(belllord,${ALANL}&${ALANB},303)
exten => _10[1-5],1,Macro(call_extension,SIP/${EXTEN})
exten => _20[1-5],1,Macro(call_extension,IAX2/alanb/${EXTEN})
.
.
.
Hopefully you'll see that the caller can either enter an extension
number or wait. If they wait, we use macro-belllord:
[macro-belllord]
exten => s,1,Dial(${ARG1},20,t)
exten...
2015 May 07
4
smbstatus -- protocol and feature information
Hi Jeremy,
> > Do you think requesting this as a feature for smbstatus in the Samba bug
> > tracker does make sense?
>
> Yes please. We certainly need a 'protocol' field somewhere
> in the smbstatus output I think.
done. https://bugzilla.samba.org/show_bug.cgi?id=11262
-- Adi
2015 Feb 26
0
situation with ivr and four-channel gateway
...ge)=es)
> same=> n,Set(TIMEOUT(digit)=4)
> same=> n,Set(TIMEOUT(response)=5)
> same=> n,Wait(1)
> same=> n,Background(/tmp/ivr/menu)
> same=> n,WaitExten(5)
> exten => 0,1,Playback(pls-wait-connect-call)
> exten => 0,n,Goto(operadora,101,1)
> exten => _10[1-3],1,Dial(SIP/${EXTEN},40,t)
> same=> n,Hangup
> exten => i,1,Playback(invalid)
> same=> n,Goto(IVRINMA,s,2)
> exten=> t,1,Dial(SIP/101,38,t)
> exten=> t,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?2,1:)
> exten => 2,1,Dial(SIP/102,38,t)
> same=...
2010 Jul 28
5
db:fixures:load does not call Model.save()
Hello,
$ ruby script/generate model balance plus:integer minus:integer
equal:integer
$ cat app/models/balance.rb
class Balance < ActiveRecord::Base
def save
self.equal = self.plus - self.minus
super
end
end
$ cat test/fixtures/balances.yml
_10-1:
plus: 10
minus: 1
$ rake db:fixtures:load
$ sqlite3 db/development.sqlite3
sqlite> select * from balances;
//=> |xxx|10|1||...
// equal is not 9
Even create_or_update() was the same.
Should I write it as
equal: 9
in the fixture-file?
It''s not DRY.
Thanks.
--
You re...
2008 Nov 26
7
Dahdi, b410p and looping from 1 port to another
Hello,
Is it possible, for testing, to connect an cat5 straight patch cord between
2 ports of a Digium B410P card and use these 2 ports as a normal dahdi trunk
?
I've tried this:
One port is set as NT, the other as TE.
I would expect timing to come for system hardware so I choose in
/etc/dahdi/system.conf :
span=1,0,0,ccs,ami
span=2,0,0,ccs,ami
Results:
- both ports lights are green
-
1997 Sep 12
0
Dynamic Configuration Values et al.
...;>I'MAJ[33
M744R<S[P24BG$Y9^5`$J5I!IKVBI#:"!/5>&T[\:]U[UAHCF@@")VFYZ9^K%
M$1^,U>C0W[E\)1%!9$R1L;JV,M:A=5@TEL9OX7R>0%(/<$\!9=?R+IW/9_G[
M&BE4-L2XM#RUU3V#ES7H"R^(8+T3$3DN$%QZP36^CO!5-YU&(K1C`OW,8`WZ
M7#L%T(\$UJ`[^B:_L.4OKM/9Q:FRTJWG8EQ:\FF"CX9RREV[_10,;.[NVH?6
M[IYJA_^)79C*!!]#?[G@$]^YX3[MLX+E0NZTS.).R[_QH:)VWA\7]DR4#(A)
M4Y+2W@FS"L*---C0ZG3&A]6"4`FWF.'4WHKJ\%]:!Y^S+&>B,EM%(`5NO]>K
M-F/48V_)3&XRSV`;&S#+L[3X`(WLK8TTWV'9PDSS5,U:DUS_,DW)=SME6QS/
MV)MFFN,(K`G#*!OE6Q.<6F4C]@LHVZY/'W5T'<&V/]R&g...
2011 Nov 18
3
Permutations
Hi all,
why factorial(150) shows the error out of range in 'gammafn'?
I have to calculate the number of subset formed by 150 samples taking 10 at
a time. How is this possible?
best
[[alternative HTML version deleted]]