search for: cfb

Displaying 20 results from an estimated 69 matches for "cfb".

Did you mean: cf
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...sha384 sha512 sha512-224 sha512-256 shake128 shake256 sm3 Cipher commands (see the `enc' command for more details) aes-128-cbc aes-128-ecb aes-192-cbc aes-192-ecb aes-256-cbc aes-256-ecb aria-128-cbc aria-128-cfb aria-128-cfb1 aria-128-cfb8 aria-128-ctr aria-128-ecb aria-128-ofb aria-192-cbc aria-192-cfb aria-192-cfb1 aria-192-cfb8 aria-192-ctr aria-192-ecb aria-192-ofb aria-256-cbc aria-256-cfb aria-256-cfb1 aria-256-cfb8 aria-256-ctr aria-256-ec...
2020 Apr 04
0
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...512            sha512-224 > sha512-256        shake128          shake256          sm3 > > Cipher commands (see the `enc' command for more details) > aes-128-cbc       aes-128-ecb       aes-192-cbc       aes-192-ecb > aes-256-cbc       aes-256-ecb       aria-128-cbc      aria-128-cfb > aria-128-cfb1     aria-128-cfb8     aria-128-ctr      aria-128-ecb > aria-128-ofb      aria-192-cbc      aria-192-cfb      aria-192-cfb1 > aria-192-cfb8     aria-192-ctr      aria-192-ecb      aria-192-ofb > aria-256-cbc      aria-256-cfb      aria-256-cfb1     aria-256-cfb8 > aria...
2009 Jul 11
0
MACRO-INCOMING-CALL-TO-EXTENSION
...ernal extension SIP 207, i 've this macro but i can make it work properly....i can't activate the forward in the phone, is quite confuse: *[macro-incoming-call-to-extension]* *exten => s,1,NoOp(${CALLERID(all)})* *exten => s,n,Ringing* *exten => s,n,Set(ALERT_EXTERNAL=TRUE)* *;CFB Call Forwarding Busy* *;CFNR Call Forwarding No Reply* *;CFU Call Forwarding Unconditional* *exten => s,n,Set(EXTENSION=${CUT(ARG1,/,2)})* *exten => s,n,GotoIf(${EXISTS(${DB(CFU/${EXTENSION})})}?${ARG5},${DB(CFU/${EXTENSION})},1) ;Get CFU key* *exten => s,n,GotoIf(${EXI...
2017 Nov 20
2
How to correctly set REDIRECTING to indicate diversion reason
...ext question where google did not spit out an unsable answer. When redirecting a call with Transfer, I would like to correctly indicate the reason. I did try this: exten => XX,1,NoOp(Call to ${EXTEN} from ${CALLERID(all)}) exten => XX,n,Dial(SIP/ZZ) exten => XX,n,set(REDIRECTING(reason)=cfb) exten => XX,n,Transfer(SIP/YY) I did try with 'reason' 'orig-reason' I added cfb with and only quotes, I did try cfnr. But the 302 message generated this way allways contains reason=unknown in the diversion header. Any hint welcome. -Beno?t Panizzon- -- I m p r o W a r e...
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk 1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my problem is the following one: when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown in the asterisk CLI and caller and callee can hear each other when
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
...oup=5&extension=${EXTEN}) [app-AgentCallbackLogin_92] exten = *100,1,AGI(dial.php|entity=1&group=6&extension=*100) [_all-applications_] include = app-AgentCallbackLogin_92 include = app-AgentCallbackLogout_94 include = app-audiorecorder include = app-callermailbox include = app-cancel-CFB-calling-extension include = app-cancel-CFNR-calling-extension include = app-cancel-CFU-calling-extension include = app-CFB-calling-extension include = app-CFNR-calling-extension include = app-CFU-calling-extension include = app-dnd-off include = app-dnd-on include = app-mailbox [app-AgentCallbackL...
2007 Jul 04
1
Dialout Macro and transfer call in progress
...,3,Dial(Local/${temp}@local/n) ; Forward on No Answer exten => s-NOANSWER,4,Voicemail(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce exten => s-NOANSWER,5,Goto(s,5) ; If they press #, return to ring the interface exten => s-BUSY,1,Set(temp=${DB(CFB/${ARG1})}) ; Get CFB key exten => s-BUSY,2,GotoIf($["${temp}" = ""]?4) ; If not existing, goto voicemail exten => s-BUSY,3,Dial(Local/${temp}@local/n) ; Forward on Busy exten => s-BUSY,4,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy annou...
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
...ten=FEAT/${ARG1}/CFWD/CFNA) exten => s,106,Goto(s|8) exten => s,6,DBget(fwdcontext=FEAT/${ARG1}/CFWD/CFNAC) exten => s,7,Goto(${fwdcontext}|${fwdexten}|1) exten => s,8,Answer exten => s,9,Voicemail2(su${ARG1}) exten => s,10,Hangup exten => s,205,DBget(fwdexten=FEAT/${ARG1}/CFWD/CFB) exten => s,306,Goto(s|208) exten => s,206,DBget(fwdcontext=FEAT/${ARG1}/CFWD/CFBC) exten => s,207,Goto(${fwdcontext}|${fwdexten}|1) exten => s,208,Answer exten => s,209,Voicemail2(sb${ARG1}) exten => s,210,Hangup ; ; Special features, Call Forwarding, unconditional. ; [feature-c...
1998 Dec 05
8
portmap vulnerability?
Are there any known vulnerabilities in portmap (redhat''s portmap-4.0-7b)? I''ve been receiving a lot of attempts to access the portmap port on some linuxppc machines I administer by various machines which clearly have no business with mine, and I wonder if this is an attempt to break in to my machines. I''ve searched some archives, but I haven''t yet found any
2008 Apr 10
8
[PATCH][RFC]Move PCI Configuration Spaces from Dom0 to Xen
Hi, Keir, This patch will move reading and writing of PCI configuration spaces from dom0 to Xen. It also changes VTD code, so that they can touch the PCI configuration spaces with proper lock. This will also benefit MSI support in Xen. Can you give some comments? Thanks! <<pci_conf_xen.patch>> Best Regards Haitao Shan _______________________________________________ Xen-devel
2009 Jul 08
1
A Lattice Question
...o add it. But it doesn't work. Is there anyone can help me out on how to transfer the data into the function? The following is my code and I would like to add lines for xx,yy xx <- seq(0,1,length = 100); yy <- mean(PS$theta)*(1-exp(mean(PS$k)*xx))/(1-exp(mean(PS$k))) ts1 <- xyplot(VCFB ~ Visit , groups = ID, data = CFB_M, type = c('g','l'),strip = strip.custom(style =4), as.table=TRUE,xlab = 'Time',ylab = 'FBG CFB',main = '3mg Change from Baseline FBG',panel=function (xx,yy,...) { panel.xyplot(...); panel.lines(xx,yy,...);})...
2007 Jul 01
0
Transfer outgoing call - macro
...,3,Dial(Local/${temp}@local/n) ; Forward on No Answer exten => s-NOANSWER,4,Voicemail(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce exten => s-NOANSWER,5,Goto(s,5) ; If they press #, return to ring the interface exten => s-BUSY,1,Set(temp=${DB(CFB/${ARG1})}) ; Get CFB key exten => s-BUSY,2,GotoIf($["${temp}" = ""]?4) ; If not existing, goto voicemail exten => s-BUSY,3,Dial(Local/${temp}@local/n) ; Forward on Busy exten => s-BUSY,4,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy annou...
2013 Jan 17
1
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
...RYPTOFB : I<0xe8, RawFrm, (outs), (ins), "xcryptofb", []>, A7; } +def : InstAlias<"xcrypt-ecb", (XCRYPTECB)>; +def : InstAlias<"xcrypt-cbc", (XCRYPTCBC)>; +def : InstAlias<"xcrypt-ctr", (XCRYPTCTR)>; +def : InstAlias<"xcrypt-cfb", (XCRYPTCFB)>; +def : InstAlias<"xcrypt-ofb", (XCRYPTOFB)>; + let Defs = [RAX, RSI, RDI], Uses = [RAX, RSI, RDI] in { def XSHA1 : I<0xc8, RawFrm, (outs), (ins), "xsha1", []>, A6; def XSHA256 : I<0xd0, RawFrm, (outs), (ins), "xsha256", []&...
2009 Sep 19
3
Blowfish crypt in rails app
HI Im creating a rails app using blowfish encryption and decryption, in my app i have included a gem crypt for doing a encryption and im trying to decrypt the result using blowfish.js is that possible to do that encryption via ruby gem and decryption via blowfish.js, i download the blowfish js from the url: http://dren.ch/js/blowfish.js Is it possible to implement encryption via ruby
1998 Jul 14
2
Re: Chrooting bind 8.1.2 under debian 2.0
On Tue, 14 Jul 1998, cfb wrote: > The main problem seems to be with the way that debian starts bind using > the script /etc/init.d/bind. I thought it would be really neat to just > change the #!/bin/sh at the top of the script to something like : > #!/usr/sbin/chroot /chroot-dns/ /bin/sh > or...
2007 Dec 22
0
Dead Incoming call - Sangoma A200
...sturb is disabled Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '206' in family 'DND' Dec 21 13:43:48 VERBOSE[15840] logger.c: -- dialparties.agi: Extension 206 do not disturb is disabled Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '203' in family 'CFB' Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '203' in family 'CFU' Dec 21 13:43:48 VERBOSE[15840] logger.c: > dialparties.agi: extnum 203 has: cw: 1; hascfb: 0 [] hascfu: 0 [] Dec 21 13:43:48 DEBUG[15840] db.c: Unable to find key '202' in family ...
2009 Nov 18
3
asterisk 1.4.26.3 makes kernel panic
...m (besides, I think I can easily reproduce it as soon as I set it up as the "production" server)? What can be causing the kernel panic? BTW, the last "log entry" I have in /var/log/asterisk/full is: [Nov 18 10:08:20] VERBOSE[6627] logger.c: -- dialparties.agi: Checking CW and CFB status for extension 6169 (this system runs freepbx) Help greatly appreciated. Vieri
2006 Jun 09
2
No CID on ZAP
...on 200 cf is disabled -- dialparties.agi: Extension 200 do not disturb is disabled == Parsing '/etc/asterisk/manager.conf': Found == Manager 'admin' logged on from 127.0.0.1 == Manager 'admin' logged off from 127.0.0.1 -- dialparties.agi: Checking CW and CFB status for extension 200 -- dialparties.agi: DbSet CALLTRACE/200 to unknown -- AGI Script dialparties.agi completed, returning 0 -- Executing Dial("Zap/1-1", "SIP/200|25|tr") in new stack Any help would be appreciated. Thanks Curt -------------...
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
...******************************************** #** #** MD5 block cypher #** #** Author..: leapinglangoor [ leapinglangoor-/E1597aS9LQxFYw1CcD5bw@public.gmane.org ] #** Date....: 30th Apr 2005 #** version.: v1.00 #** #** Desc....: Below is MD5-based block cypher ( MDC-like ), #** which works in 128bit CFB mode. It is very useful to #** encrypt secret data before transfer it over the network. #** #** $iv_len - initialization vector''s length. #** 0 <= $iv_len <= 512 #** #************************************************/ # function get_rnd_iv( $iv_len ) { $iv = '''';...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...kernel.org Cc: linuxppc-dev at lists.ozlabs.org Cc: cbe-oss-dev at lists.ozlabs.org Cc: linux-samsung-soc at vger.kernel.org Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org --- drivers/video/acornfb.c | 14 ++-- drivers/video/arcfb.c | 2 +- drivers/video/arkfb.c | 2 +- drivers/video/asiliantfb.c | 6 +- drivers/video/aty/aty128fb.c | 22 +++--- drivers/video/aty/atyfb_base.c | 22 +++--- drivers/vid...