similar to: Print a list in columns

Displaying 20 results from an estimated 200 matches similar to: "Print a list in columns"

2016 Jun 04
6
Including doesn't have any effect
Hi list, n00b question, but I can't figure it out: [callthrough] exten => _+X.,1,NoOp(nothing here) #include "blockedall.conf" exten => _+X.,n(hangup),Hangup exten => _+X.,n(nohangup),GotoIf($["${CALLERID(num)}" = "anonymous"]?nocli:cli) ... more stuff that is handling the call ... I'm putting CLIs that I don't want to be able to call my
2020 May 01
4
Length of dial string
Hi all as per the new release notice for 13.33.0 received today - can anyone advise me the max limit of the string to the Dial Command - see * [ASTERISK-27946 <BLOCKED::https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] - dial (API): Storage of dialed target uses AST_MAX_EXTENSION when it shouldn't I have been fighting with this issue for months trying to find a solution I
2017 Nov 03
3
low end file server with h/w RAID - recommendations
On Fri, November 3, 2017 3:36 am, hw wrote: > Valeri Galtsev wrote: >> If you have not Dell server hardware my choice of [hardware] RAID cards >> would be: >> >> Areca > > Areca is forbiddingly expensive. Yes, and it is worth every dollar it costs. All good RAID cards will be on the same price level. Those cheaper ones I will not let into our stables (don't
2018 Mar 30
2
site-site vpn setup..
There is a reason most NMS systems used SNMP in the past and REST apis past 7+ years. They don't use CLIs except toy Expect type scripts.. Not just security but better error handling and more. Good luck learning! On Thu, Mar 29, 2018 at 9:03 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > SNMP is mainly used for monitoring, not _server_ automation. > > Also, it's
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
2017 Nov 02
4
low end file server with h/w RAID - recommendations
On Thu, November 2, 2017 11:18 am, hw wrote: > m.roth at 5-cent.us wrote: >> hw wrote: >>> Richard Zimmerman wrote: >>>> DO NOT buy the newer HPE DL20 gen9 or ML10 gen9 servers then >>>> (especially >>>> if using CentOS 6.x) >>> >>> What would you suggest as alternative, something from Dell? >> >> Yep, Dell's
2020 May 01
1
Length of dial string
Hi Dovid Yes was one of the options but as the required list is dynamic becomes very messy - and all combinations problem - where as "call all workers job xxx" is what is needed so the ability to call 20+ numbers is what is needed - agi does a database search for all jobx workers and constructs a dialstring with SIP, DAHDI and Local devices. Can someone tell me where to find maximum
2003 Dec 09
3
Web Interface for CDRs
Does anyone know where that nice .php is that was written to access the CDRs from mysql DB? Bruce W. Hedreen Computer Technologies of Eastern Carolina, LLC --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.543 / Virus Database: 337 - Release Date: 11/21/2003 -------------- next part -------------- An HTML attachment was
2005 May 01
1
Problems with norwegian letters when browsing samba share.
Hello! I have three machines, from witch I browse a samba share. The problem is that if I create a cataloge with a norwegian letter(?, ?, ?) in it, the only machine that can show this correct it sthe machine that created the cataloge. The other machines don't show this correct. The letters get swapped out with either underscore or some other funny looking letters, depending on witch
2015 May 28
1
New controller card issues
On Thu, May 28, 2015 11:12 am, Kirk Bocek wrote: > > > On 5/28/2015 9:03 AM, Valeri Galtsev wrote: >> On Thu, May 28, 2015 10:46 am, Kirk Bocek wrote: >>> On 5/26/2015 11:07 AM, m.roth at 5-cent.us wrote: >>>> Push came to shove - these things gag on a drive > 2TB. >>> I ran into this a couple of years ago with some older 3Ware cards. A firmware
2014 Aug 26
4
OT: Question on Caller ID (Spoofing calls with Asterisk)
I got a call from an overseas call center telling me about the problems with the Windows machine I was using. They wanted to remote in and fix things for me ... (Ignore the fact I use a MacBook Pro or an ASUS laptop with Debian). What I found curious was the caller's name was Asterisk, and the caller's number was Asterisk at 10 or or Astrk at 10 similar. (I don't recall the exact
2017 Nov 14
2
[lld] Flavour option purpose
On Mon, Nov 13, 2017 at 9:31 PM, N <scandium at me.com> wrote: > > For example, MSVC link.exe doesn't have --start-group and --end-group > options because their symbol resolution semantics are different than Unix. > > Yes, but this is specific for a linker, not for a target. For example, GNU > ld supports this option for all binary formats. A linker with universal CLI
2017 Nov 01
2
[lld] Flavour option purpose
Most command line options in GNU, macOS and MSVC are not just different in terms of notion but different in terms of semantics. For example, MSVC link.exe doesn't have --start-group and --end-group options because their symbol resolution semantics are different than Unix. link.exe on the other hand doesn't have --init or --fini options because that's ELF-only concept. Linker scripts
2008 Oct 22
2
Weibull parameter estimation
Dear R-users I would like to fit weibull parameters using "Method of moments" in order to provide the inital values of the parameter to de function 'fitdistr' . I don`t have much experience with maths and I don't know how to do it. Can anyone please put me in the rigth direction? Borja [[alternative HTML version deleted]]
2008 Dec 11
1
Complex integration in R
Dear R-user I need a function to approximate a complex integration. My function is: aprox2=function(s,x,rate){ dexp(x,rate)*exp(-s*x) } where argument s is a complex number. I can't use the integrate function because it's only used with "numeric" arguments Does anyone know some function to approximate complex integrals? Thanks Borja [[alternative HTML version deleted]]
2010 Jun 18
5
convertir archivo texto en data frame
Tengo un archivo de texto donde cada línea es de la siguiente forma: "aa-mm-dd hh:mm:ss Nombre Apellido" ¿Hay alguna forma de usar read.table o algo similar para obtener directamente un data frame que tenga dos columnas donde una tenga la fecha y quede de tipo PosiX y la otra character con el nombre completo? Gracias, Sebastián.
2017 Nov 16
2
[lld] Flavour option purpose
On Wed, Nov 15, 2017 at 10:45 PM, N <scandium at me.com> wrote: > > You can't really remove any native linker-compatible command line > interface unless you get agreement from all parties including Microsoft and > Apple to switch to the GNU command line as the universal interface in the > future versions of their toolchains. > > I completely agree; that's why I
2008 Nov 05
1
CPU usage on Windows (R 2.7.1)
Dear R-users, I'm using R (2.7.1) under windows and I've got a function written in R that calls a Fortran 77 subroutine using both interface function (.C and .Fortran). The Fortran 77 source was compiled to a shared library using g77 (3.4.5). When I call the R wrapper function, it will use the 100% of my CPU during 25 minutes (the fortran algorithm require a lot of time of execution) .
2008 Jun 02
2
Problemas usando jri0.4-1 y R 2.7.0
Hola, es la primera vez que mando un correo a cualquiera de las listas de correo de R y no se si esta consulta se ajusta al próposito de la r-help list o debería haberlo mandado a otra de las listas que hay. Mi problema es el siguiente: Estoy desarrollando un programa en java con llamadas a R y no puedo usar jri 0.4-1 con la version 2.7 o 2.6 de R. Curiosamente si me funciona si uso jri 0.4 o la
2011 Aug 15
2
area under the curve
HI there, I have been trying to use a code posted on R help to be able to calculate area under the curve for complicated data points and there seems to be an issue with the code: no "b" object found. I am not a good R user and can''t find were the problem is. Any help? Thanks!! This is the code ( as a test run I gave it this info because I know the answer: x<-seq(1:50)