search for: lenz

Displaying 20 results from an estimated 116 matches for "lenz".

Did you mean: len
2004 Jun 02
2
Bug with date 1970-01-01 on Windows (PR#6929)
Full_Name: Martin Lenze Version: 1.8.0 alpha (2003-09-18) OS: Microsoft Windows 2000 [Version 5.00.2195], SP4 Submission from: (NULL) (82.82.76.131) Seems to be related to PR#1332... Hello, I get: > Sys.getlocale() [1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=C;LC...
2007 Feb 22
3
New tutorial: DTMF tone detection
Hello list, I have prepared a small tutorial today that deals with how to avoid Asterisk rebuilding DTMF tones when using it to connect industial appliances that use DTMF. You can find it at: http://astrecipes.net/index.php?n=248 I know it isn't everybody's piece of cake, but I thought somebody could be interested as well :) l. -- Home of QueueMetrics -
2005 Dec 29
1
Help with Kriging
...patially correlated. I have tried the ksline function, but that only allows my moving neighborhood to be set to a number of data points. But, since my data is not equally spaced it makes more sense to use a distance. Is there a function out there that would allow me to do this? Thanks, Jen Lenz Tufts University
2006 Oct 25
3
Maximum talktime in a queue?
Hi, Is it possible to define maximum talk time in a queue? ie any one who joins a queue should not be able to talk more than say 5 minutes to the agent. raj
2001 Aug 05
2
xtabs, drop.unused.levels (PR#1041)
Full_Name: Martin Lenze Version: 1.3.0 22.06.2001 OS: win32,x86 Submission from: (NULL) (194.221.251.1) As a newbie I'm not sure, whether this is a bug, but I don't know how to get around this behaviour: > x <- list("A"=rep(c(1:5),30), + "B"=c(rep(letters[1:3],30),rep(letters[2:4],20))...
2004 Jul 29
3
queue_log question: which endpoint was connected?
Hello list, as I'm writing a little perl parser for queue_log analysis, I'd like to know *which* telephone answered a specific queue call. Unfortunately app_queue only logs the call id but does not log the call end point. This is okay for SIP endpoints, because their call id is something like SIP/endpointname-1234 so you can reasonably understand who was on answering, but for
2007 Apr 17
2
CDR datasets
Hello list, I have been working lately on a small CDR parsing utility, and would like to do some performance testing on it. I am looking for some - possibly large - real-life Asterisk CDR datasets to run some performance monitoring. Anybody's got some CDRs that can be shared? Thanks in advance, l. -- Loway Research - Home of QueueMetrics http://queuemetrics.com
2005 Apr 24
4
Typo 2.0
...features: Highlights: * HTML admin - Thats right, I gave up. Typo now has a real html admin and you can access most of its features from it. Some minor features are still desktop client only but you can definitely get your blogging fix on vacation now. * Sophisticated Spam protection. Patrick Lenz ported the most popular Movable Type spam protection weapons right to the typo codebase. Typo ships with more spam protection than most other engines can get with plugins. * Ajax galore. Comments are posted using Ajax, We also have a live search like google suggest and live textile/markdown pr...
2004 Oct 29
6
non blind call transfers
Hello list, I was looking for a way to implement non-blind call transfers with *, i.e. the usual behaviour of most PBXs when pressing the flash button: - A and B are talking - A pushes flash - A is free to compose a new number - B hears music on hold - A's call is answered by C - A hangs up - B and C are in conversation As much as I can understand, * only supports blind transfers, where if
2004 Jun 04
2
subset: evaluating expressions missing? (PR#6937)
Full_Name: Martin Lenze Version: Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 OS: Microsoft Windows 2000 [Version 5.00.2195] SP4 Submission from: (NULL) (82.83.167.79) Hello, now I switched to R 1.9.0 and did get a problem with subset, see sample: x <- data.frame(a=as.integer(round(runif(5),0)), b=as.integer...
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all, I thought I'd share I script I made (based on some of Leif's works) that lets you download, compile and install Asterisk all in one go; and then removed the dev tools used. We use it quite a bit to provision systems using Ansible, but it is easier than remembering everything every time even if you are using a shell. At the moment I have scripts for Centos 7 and Asterisk 13, but
2015 Jan 07
1
rsync splits filenames, creates special characters where none are, weird permissions
Hi, Am 07.01.2015 um 18:25 schrieb Paul Slootman: > On Wed 07 Jan 2015, Lenz Weber wrote: > >> Where the local destination /data/snapshots is an NFS volume mounted with the flags >> (rw,noatime,addr=192.168.1.XX) >> and the source is a symlink to a zfs snapshot - that looks like this: >> /var/backups/mail -> /tank/mail/.zfs/snapshot/zf...
2006 Mar 28
3
Agent in multiple queues?
Hi, What do I need to do to put an agent into two queues? The idea being that the agent will get the call no matter which queue it comes into? ~ Matt
2006 Oct 20
2
noise gate for asterisk?
Hi list, I have a client with a strange requirement: putting a noise gate on the Asterisk channel. For those who are not familiar with them, noise gates are used in musical instruments to avoid entering low-level noise into the amp system. What they basically do is, they measure the volume of the channel, and when it's too low they just let the channel close, i.e send perfect silence,
2012 May 07
2
btrfs.wiki.kernel.org with up-to-date content again
Hi, the time of temporary wiki hosted at btrfs.ipv5.de is over, the content has been migrated back to official site at http://btrfs.wiki.kernel.org (ipv5.de wiki is set to redirect there). cheers, david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at
2007 Apr 02
19
Pref for beginner book: Wrox (Holzner) or Ruby for Rails?
I''m a beginner. I''ve done the apple tutorial, Agile ROR (the depot app, I stopped after that, a little to advanced with no base knowledge of Ruby), Why''s guide and my copy of Chris Pine''s book today. After Pine, I''m going to buy either the Wrox book or Ruby for Rails book. I did a search and there''s not too much on the Wrox book (Holzner)
2005 Oct 17
4
compiling Asterisk 1.2 with zaptel and h.323
Hello list, I have prepared a small recipe on how to compile Asterisk 1.2 beta 1 with a TDM400 card and H.323. You can find it at http://www.oinko.net/astrecipes/index.php?n=102 Any comment / suggestion / modification /bugfix is welcome! I was wondering: is there any way to build a version of Bristuff for 1.2 beta 1? Bye for now, l. -- Loway Research - Home of QueueMetrics
2013 Aug 08
2
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Wed, Aug 7, 2013 at 6:47 PM, Charles Lepple wrote: > On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote: > >> Tripp Lite SMART1300LCDT >> >> # upsc ups > [...] >> battery.voltage: 0.0 >> battery.voltage.nominal: 24.0 > [...] >> input.frequency: 5990.0 >> input.transfer.high: 150.0 >> input.transfer.low: 92.0 >> input.voltage: 0.0 &g...
2009 Feb 18
2
Setting SIP header on agent calls made by a queue
Hello list, I am trying to set a custom SIP header on all calls that are made by the app queue because I want to track a certain state at the SIP level. If I use the following code: exten => s,n,SIPAddHeader(X-Unique-ID: ${UNIQUEID}) exten => s,n,Queue(myQueue) this works fine for the FIRST call made from the queue to an agent; but if that call does not go through, it's not repeated
2013 May 14
4
dial and bridge
Hi all, I need some advice - I have been working on originating multiple calls using AMI and then joining them. What I want to do is: - dial call 1 (where the caller is in a "channel" format, like SIp/1234 or Local/1234 at ext) and "park" it somehow - dial call 2 (where again the caller is in channel format) and join it to the previous call. As a requirement, I cannot use the