search for: background

Displaying 20 results from an estimated 10782 matches for "background".

2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
...tensions.conf : ----------------------------------- [sortant] exten => _0XXXXXXXXX,1,Dial(Zap/g2/${EXTEN}) [entrant] exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,DigitTimeout,2 exten => s,4,ResponseTimeout,3 ; menu d'accueil et de premier choix de langue exten => s,5,Background(fr_bienvenue) exten => s,6,Background(fr_continuer) exten => s,7,Background(en_continuer) ;les choix de langue : ; 1 -> fran?ais : exten => 1,1,Goto(francais,s,1) ; 2 -> anglais : exten => 2,1,Goto(anglais,s,1) ; timeout, retour au menu de langue : exten => t,1,Goto(entrant...
2013 Feb 19
1
Problems running dbench on 3.3
...ch file or directory) (610) ERROR: handle 10003 was not found, Child failed with status 1 And the logs are full of things like this (ignore the initial timestamp, that's from our logging): [2013-02-19 14:38:38.714493] E [afr-self-heal-common.c:2160:afr_self_heal_completion_cbk] 0-replicate0: background data missing-entry gfid self-heal failed on /clients/client5/~dmtmp/PM/MOVED.DOC, [2013-02-19 14:38:38.724494] E [afr-self-heal-common.c:2160:afr_self_heal_completion_cbk] 0-replicate0: background entry self-heal failed on /clients/client3/~dmtmp, [2013-02-19 14:38:38.734495] E [afr-self-heal-c...
2003 Mar 10
2
graphics backgrounds from gray to white in png()
Hi, I'm trying to make a png file of a histogram. I would like a white background in the final product but end up producing a gray one, despite setting what I think are the correct parameters. Suggestions for how to properly set a white background would be welcome. Thanks in advance, Scot # for non-lattice > par("bg"="white") > par("bg")...
2016 Mar 02
0
Seu pedido foi aprovado (48225)
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br" xml:lang="pt-br"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <span style="background-color: white; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 13.3333px;">Caro(a) usuário(a),</span><br style="background-color: white; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI...
2009 May 22
4
How to stop a background music
Hi Guys, I would like to know if is there a way to actively stop a Background() music? Thanks, Noel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090522/1e317b99/attachment.htm
2004 Mar 30
5
Caller entered digits ignored during wait....
...make a selection. exten => s,4,DigitTimeout,5 ; Set the amount of time user has ; between each number entry when ; dialing an extension. exten => s,5,Background(welcome) exten => s,6,Background(parties) exten => s,7,Wait(10) exten => s,8,Background(parties) exten => s,9,Wait(10) exten => s,10,Background(vm-goodbye) exten => s,11,Hangup I can make a menu selection as long as Background is running however during Wait(10) DTMF digi...
2006 Jun 16
5
Menu using Scriptaculous Effects = OnMouseOver bug
...1px; border-style: none none none solid; color: #000; font-family: "Trebuchet MS", trebuchet, sans serif; font-size: 14px; line-height: 22px; text-transform: uppercase; text-align: left; position: relative; float: left; } #accueil { z-index: 10; } #accueilhover { background-color: #CCC; margin-left: -107px; z-index: 5; background-image: url(coin.png); background-repeat: no-repeat; background-position: right bottom; } #organisme { z-index: 10; } #organismehover { background-color: #CCC; margin-left: -107px; z-index: 5; background-image: url(coin...
2023 Jun 17
1
Expanding my answering-machine system
On 6/17/23 08:47, Steve Matzura wrote: > > Both Background() and WaitExten()  allow the caller to enter DTMF > digits. Asterisk then attempts to find an extension in the current > context that matches the digits that the caller entered. If Asterisk > finds a match, it will send the call to that extension. > > > My question then is, is...
2006 Mar 09
4
IVR woes
...;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; This is the main number IVR menu system ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; exten => s,1,Answer exten => s,2,NoOp exten => s,3,NoOp exten => s,4,NoOp exten => s,5,Wait(1) exten => s,6,Background(LCL/prompt-00) exten => s,7,Background(LCL/prompt-01) exten => s,8,Background(LCL/prompt-02) exten => s,9,Background(LCL/prompt-03) exten => s,10,Background(LCL/prompt-04) exten => s,11,Background(LCL/prompt-05) exten => s,12,Background(LCL/prompt-09) exten => s,13,DigitTimeout...
2012 Dec 03
2
How to make the cell background of a table informative?
I wish to create a table in which the foreground is a number (abundance) but the background is a visual representation of a ratio (shallow:deep). In other words, the background of each cell of the table would be two colours or patterns set in a similar fashion to a stacked bar in a bar graph based on a secondary parameter/vector. The table will be extensive (15 by 30) and so I don't...
2003 Nov 10
1
Menu's & Sub-Menu's
Hi all, I am trying to get a Menu system to work, and having probs with the internal extensions from the prompts. Below is the extensions.conf section. [mainmenu] ; ;"main menu" context with submenu ; include => default exten => s,1,Answer exten => s,2,Background(hello) exten => s,3,Background(thank_you) exten => s,4,Background(if_you_know_extension) exten => s,5,Background(the_party_you_are_calling) exten => s,6,Background(pls_enter_now) exten => s,7,Wait,t,2 exten => s,8,Goto(options,s,1) ; [options] ; exten => s,1,Background(double_g...
2007 Oct 28
2
migration from RHELv5 to CentOS-5
running into a snag. Though I could obviously handle it in a variety of different ways, thought I would point this out and see if anyone has a suggestion that I am missing. Transaction Check Error: file /usr/share/backgrounds/images/default-5_4.jpg from install of desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from package redhat-logos-4.9.16-1 file /usr/share/backgrounds/images/default-dual-wide.jpg from install of desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from package redhat-l...
2006 Apr 20
1
Background() and Read()
I'm having some issues with Background() and Read() commands. See the example below. This is when I wait for Background to finish playing the sound file, before entering '12345#'. All works fine. hestia*CLI> -- Executing Answer("SIP/2944093-3366", "") in new stack -- Executing Wait("SIP/294...
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b. I am getting permissions denied failed to execute conf-background.agi on the CLI lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi -> /home/silentm/bin/conf-background.agi my conf background is a symbolic link - then my permissions are : [root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi -rwSr-Sr-- 1 root root 81 Mar 17 1...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...0b4ab 100644 --- a/src/public/stylesheets/cloud/layout.css +++ b/src/public/stylesheets/cloud/layout.css @@ -1,47 +1,90 @@ /* ------ General Layout ------ */ -.toolbar {text-align:left;} +html {min-width:640px;} -.current, .toolbar a:hover { - border-bottom: 5px solid #5599B8; +#head h1 a { + background:transparent url(/images/mystery_cloud2.png) no-repeat scroll 20px 50%; + /* + TODO: change this back to a real logo when we have one. + */ + display:block; + height:59px; + overflow:hidden; + text-decoration:none; + text-indent:-9999px; + width:87px; } -.toolbar a { - text-decoration: none...
2014 Aug 26
3
Fn textfile background
> On 08/25/2014 07:49 PM, Ady wrote: > > Hello, > > > > In doc/menu.txt: > > "F1 textfile [background]" > > > > I am trying the second optional parameter using 640x480 x 4bits color > > depth png's. > > > > Should I be using a different file format? > > Or a different color depth? > > Or specific colors? > > > > Which versions are s...
2007 Jul 31
2
Q: obtaining non-transparent background in png
I am not understanding something about generating PNG plots. I have tried several ways to obtain something other than a transparent background, but nothing I've done seems to change the background. For example: dev.print(png, width=800, height=600, bg='red', filename='example.png') which I thought would give a red background, simply gives the same transparent background I always get. And I also don't understand...
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2011 Mar 05
3
Change panel background color in spplot()
Hi! How does one change the background color of the map-panel in spplot()? Example: library(sp) data(meuse.grid) gridded(meuse.grid) = ~x+y spplot(meuse.grid, "part.a") How would I get another background-color for the map-panel (but not for the whole plot) here? Thank you! Marcel
2000 Sep 14
2
Background color with jpeg and png devices
If I change the background color of a plot, with par(bg="red") for example, I get a plot with a red background when I use the postscript or X11 devices. With the png or jpeg devices, the background is white. Is this the intended behavior, or a bug? Is there anyway to get a non-white background with the png devi...