Displaying 20 results from an estimated 10000 matches similar to: "Using Asterisk to Find a Live Person"
2006 Oct 06
2
factor levels with umlauts
Hi all
I have to generate some test data for import in an sql database. The
database is meant for web-based data entry in a study taking place in a
german speaking region, so factor levels of the variables include umlauts.
The variables in the dataframe t.muster are generated e.g. like this:
t.muster$screening <- rep("ausgef?llt",50)
and exported to a .csv file by:
2013 Oct 02
2
doveadm can't import his own mdboxes
We're running Dovecot 2.1.17 on Debian:
# 2.1.17 (9efbc0731929): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-042stab078.27.debug i686 Debian 7.1 simfs
and we're having this namespace configuration:
mail_location = mdbox:/var/mail/%Ld/%Ln/mdbox
namespace inbox {
disabled = no
hidden = no
ignore_on_failure = no
inbox = yes
list = yes
location =
prefix =
separator = .
2008 Oct 17
0
GET DATA Returning only a single digit
--
jand. more than just a group
Asterisk AGI Command GET DATA is usually of this form
GET DATA timeout max_digits
When I execute this command, I get only a single digit, regardless of
what the value of max_digits is,
Also the script quits Immediately after the press of the digit
regardless of what the value of timeout is,
This is really un-desirable as I will like to GET multiple DTMF digits
2016 Dec 13
0
Is that possible develop a python version of tinc?
On 12/12/2016 9:46 AM, Cong Monkey wrote
> As title, is that possible to develop a python version of tinc, that
> will be interesting:)
I'll go out on a limb and say... yes. The unasked question I sense is,
"is anyone willing to port tinc to python".
I can't speak for anyone else, but personally I'm happy that tinc is
written in C. It means I can use it in
2009 Sep 16
0
Rainbows...
Some of you may have noticed the "rainbows" branch of the git
repository. I may be changing that however and making a small group of
gems (or even one gem) that can get loaded at runtime and monkey patch
parts of Unicorn.
Rainbows will primarily be to support things Unicorn sucks at:
1. apps that rely on out-of-datacenter network connections
(CAPTCHA services, OpenID, real-time
2005 Feb 10
6
Wireless LANs and Asterisk
Has anyone had any experience with wireless LANs and Asterisk?
We have and here are my impressions.
We configured an Asterisk in the office as a precaution to see how it
would work for our own retail customers. Our office is open space, about
800 sq ft. (20x40 area). We use Snom200 and Grandstream SIP phones.
Using the latest Linksys wireless access point (WAP54g) and 3 wireless
bridges
2009 Jan 17
2
Ubuntu and sources.list question about mirror sites...
Evening all:
Thought I'd announce myself with a question about setting up
sources.list to be able to begin download and install of R.
Running version 7.10 of Ubuntu. (Tried 8.04 but found it slow and
finicky with my hardware. Perhaps will try 8.10 or above, but that's a
thought for another time.)
Followed the notes on the R site and added the following lines to my
sources.list:
deb
2006 Apr 25
1
lme: how to compare random effects in two subsets of data
Dear R-gurus,
I have an interpretation problem regarding lme models.
I am currently working on dog locomotion, particularly on some variation
factors.
I try to figure out which limb out of 2 generated more dispersed data.
I record a value called Peak, around 20 times for each limb with a record.
I repeat the records during a single day, and on several days.
I tried to build two models, one
2004 Jul 26
5
installing problems repeated.tgz linux
Hi,
i try several possibilities adn looking in the archive,
but didn't getting success to install j.lindsey's usefuel "library
repeated" on my linux (suse9.0 with kernel 2.6.7,R.1.9.1)
P.S. Windows, works fine
Many thanks for help
Christian
chris at linux:/space/downs> R CMD INSTALL - l /usr/lib/R/library repeated
WARNING: invalid package '-'
WARNING:
2014 Feb 18
4
[LLVMdev] Optimizing math code
Hello LLVM-dev,
I’m writing some crypto math code in C, and trying to make it as simple and portable as possible, so that there won’t be any unforeseen platform bugs. Ideally, I’d like the compiler to as much work as possible for me, and I’m wondering if you know how to make clang (or gcc, for that matter) do some of this. So I have a couple of questions. If this is the wrong list to ask for
2006 Apr 19
4
DO NOT REPLY [Bug 3701] New: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
https://bugzilla.samba.org/show_bug.cgi?id=3701
Summary: rsync_xal_set: lsetxattr system.posix_acl_default
failed: Permission denied
Product: rsync
Version: 2.6.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo:
2009 Oct 03
0
ERROR[1499]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR transmission error
Hello list !
SETUP :
Grandstream --sip--> Local Asterisk (NSLU) --iax--> Hosted Asterisk
(VirtualDedicatedServer) --sip--> SIPprovider --> my CellPhone
PROBLEM :
I've noticed that when I put down the horn of my Grandstream it still
takes a while for my GSM/CellPhone to stop ringing.
INFORMATION :
This is the output on the CLI of the local Asterisk-server :
[Oct 3 17:40:33]
2014 Feb 18
2
[LLVMdev] Optimizing math code
On Feb 17, 2014, at 6:38 PM, Stephen Checkoway <s at pahtak.org> wrote:
>
> On Feb 17, 2014, at 8:10 PM, Michael Hamburg <mike at shiftleft.org> wrote:
>
>> First, addition. I have multiprecision integer objects, and I’d like to add them component-wise (likewise, subtract, negate, mask…). For example:
>>
>> struct mp {
>> int limb[8];
>> }
2008 Mar 31
3
how to get mongrel to use maintenance.html file?
Does someone know how to tell mongrel_rails to read the
public/system/maintenance.html file?
--
Posted via http://www.ruby-forum.com/.
2007 Feb 26
1
Add-up duplicates and merge
Hello,
a have two matrices of data as below. I would like to add-up the duplicate
in terms of pair of names in rows, and then merge the values in the second
matrix to the pairs as two new variables x3 and x4.
Input
,x1,x2
jane.mike,31,43
jane.steve,32,2
jane.steve,5,3
jim.mike,76,5
jane.steve,4,4
mike.steve,54,7
mike.steve,5,7
jane.mike,7,8
and
,y
jane,0.3
jim,0.4
mike,0.1
carl,0.5
john,0.9
2011 May 04
2
split character vector by multiple keywords simultaneously
Hi. I have a character vector that looks like this:
> temp <- c("Company name: The first company General Manager: John Doe I
> Managers: John Doe II, John Doe III","Company name: The second company
> General Manager: Jane Doe I","Company name: The third company Managers:
> Jane Doe II, Jane Doe III")
> temp
[1] "Company name: The first company
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
On Wed, Dec 3, 2014 at 4:02 AM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Wed, Dec 03, 2014 at 12:07:59AM -0800, Dave Taht wrote:
>
> [...]
>> https://github.com/dtaht/tinc
>>
>> I successfully converted tinc to use sendmsg and recvmsg, acquire (at
>> least on linux) the TTL/Hoplimit and IP_TOS/IPv6_TCLASS packet fields,
>
> Windows does not have
2017 Apr 21
3
Disable optimization on basic block level
Hi folks,
During an IR function pass I want to annotate certain basic blocks to avoid
later optimization on them. I know I, I can disable optimization on
function granularity, but how to do so on basic block level?
Cheers,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 07
4
R crashes on quantreg
I was trying "quantreg" package,
lm1 <- lm(y~x)
rq1 <- rq(y~x)
plot(summary(rq1)) #then got a warning says singular value, etc. but this
line can be omited
plot(lm1) #crash here
It happened every time on my PC, Windows XP Pro Serv. Pack 1, Pentium(4)
3.00G.
[[alternative HTML version deleted]]
2019 May 13
2
LMTP and Sieve with <prefix><recipient_delimiter><user>
Hi there,
Dovecot's LMTP implementation and Pigeonhole Sieve already do support
the <user><delimiter><suffix> format. RfC 5233, the Sieve subaddress
extension, also offers <prefix><delimiter><user>.
Could Docecot's LMTP and Pigeonhole be extended to that effect?
Thanks & greetings,
Paul