search for: chamberlain

Displaying 20 results from an estimated 142 matches for "chamberlain".

2007 Jan 02
5
--link-dest
Has anyone else had problems using the --link-dest flag? I do what it says in the example rsync -a --delete --link-dest=/home/chamberl/oldbk/ /home/chamberl/source/ /home/chamberl/backup/ I make sure that /home/chamberl/source has some files exactly the same as in /home/chamberl/oldbk/ but evertything gets copiued, and no hard links are done (though they should be). Anyone know the problem?
2007 Jul 04
10
A More efficient method?
Dear Rhelpers, Is there a faster way than below to set a vector based on values from another vector? I'd like to call a pre-existing function for this, but one which can also handle an arbitrarily large number of categories. Any ideas? Cat=c('a','a','a','b','b','b','a','a','b') # Categorical variable
2008 Oct 03
7
find
I am looking for something similar to the windows SEARCH FILES comman with the option "files containing ..." (that is where I can specify a string and it will find all files containing that string -- not just having the string as part of the name but actually containing it in the text). Is there some way to do this?
2010 Dec 14
2
Selecting non-empty elements after strsplit of string
...are simply "". output <- c("a b 8888 6") gsub(" ","",unlist(strsplit(output," ",fixed=TRUE))) [1] "a" "" "b" "8888" "" "" "6" Thanks! Scott Chamberlain [[alternative HTML version deleted]]
2008 Oct 09
2
Asterisk 1.6.0 CDR billsec and duration not working from h extension
...9ae8a0","Dial","SIP/15105550000:password::authname at voipprovider.com ,,M(post-dial)","2008-10-09 20:59:00","2008-10-09 20:59:03","2008-10-09 20:59:08", 8,5,"ANSWERED","DOCUMENTATION","1223585940.35" -- Eric Chamberlain
2008 Nov 12
1
What are the minimum realtime fields for sipusers?
...r found What are the minimum fields required for the sipusers table? Currently we have: name | secret | type | nat | host | context | qualify | regserver | regseconds Also is there a way to enable debugging to show the SQL calls being made to the database? -- Eric Chamberlain
2010 Apr 14
2
timeout problem
...a question I had. For some reason I never got the mail. I am not quite clear on what "DHCP + DFG + 2DNS entries" means when calculating the IP to set for the router: Thanks Re: [CentOS] Yum/WGET/HTTP sourceforge etc. new April 12, 2010 08:10AM On Sun, 2010-04-11 at 22:57 +0000, tony.chamberlain at lemko.com wrote: > Here is what I tried. When I put the machine directly on an AT&T IP connection (12.147.X.Y) everything worked fine. > Same with Comcast on a direct link. The times I am having problems is when our router is hooked up to a Comcast > IP (70.88.X.Y) and assigns 192....
2023 Aug 07
3
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Jul 31, 2023 at 02:36:50PM -0700, Luis Chamberlain wrote: > > Joel Granados (14): > > sysctl: Prefer ctl_table_header in proc_sysctl > > sysctl: Use ctl_table_header in list_for_each_table_entry > > sysctl: Add ctl_table_size to ctl_table_header > > sysctl: Add size argument to init_header > > sysctl: A...
2006 Jan 24
3
R-help Digest, Vol 35, Issue 24
...r! The references will also answer your question about the reference distribution. The help page does not say it is `normalized' at all: it says it computes the peridogram, and you seem unaware of the definitions of the latter (and beware, there are more than one). On Tue, 24 Jan 2006, Keith Chamberlain wrote:
2009 Oct 14
8
Asterisk in the Cloud
Hi, I was wondering if anyone is successfully running Asterisk in a cloud environment. If you could state which cloud you are using, I'd appreciate it. Many thanks Dan Journo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091014/076ff188/attachment.htm
2007 Nov 08
3
Asterisk as a SIP to XMPP Jingle voice gateway
...I'm looking for a SIP to XMPP Jingle voice gateway. I see that Asterisk has Jabber and Jingle support, but it looks like Asterisk acts as a Jabber client. Are there any Jabber server solutions, where Jabber users can call SIP users by using the SIP URI and vice versa? -- Eric Chamberlain, CISSP Chief Technical Officer Voxilla - http://voxilla.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071108/904cc61c/attachment.htm
2011 Jul 12
1
Print file updated/created date to console?
Hello, Are there any built in or user defined functions for printing the date created or date updated for a given file? Ideally a function that works across operating systems. Thanks! Scott Chamberlain [[alternative HTML version deleted]]
2010 Nov 09
1
ggplot2: facet_grid with different vertical lines on each facet
...cal lines are at different x-values. The following example adds all vertical lines to each facet: ggplot(data,aes(values)) + geom_histogram() + facet_grid(.~variable) + geom_vline(xintercept=c(5,10,15)) How can I add a vertical line at different x positions on each facet? Thanks very much, Scott Chamberlain [[alternative HTML version deleted]]
2011 Apr 11
3
Geographic distance between lat-long points in R?
Dear R, I have a bunch of geographic locations specified by lat-long coordinates. What's an easy way to calculate geographic distance between any two points? OR, perhaps there is a function for calculating a distance matrix for K sites? Sincerely, Scott Chamberlain [[alternative HTML version deleted]]
2008 Oct 11
1
Is there a way to test SIP credentials without making a call?
Is there a SIP packet that a SIP client can send to Asterisk to confirm that the credentials entered by the user are correct, without placing a call? We'd like to test the credentials when the user enters them, rather than wait until they try to make their first call. -- Eric Chamberlain
2009 Apr 11
1
Is there documentation explaining res_config_curl?
Is there any documentation that explains res_config_curl? Specifically, the format of realtime calls made to the web server and what the return string for each call should look like? -- Eric Chamberlain
2009 May 11
1
Anyone with a working pfSense firewall configuration?
...es it to the Asterisk server. A packet trace on the WAN interface of the firewall shows the INVITE going out, but the packets never make it to the Asterisk server. Any ideas on how to configure pfSense to work with a SIP client using STUN and ICE, without having to install siproxyd? -- Eric Chamberlain, Founder RF.com - http://RF.com/
2009 Oct 06
1
Is anyone doing real time updates to where asterisk registers?
...and without reloading the entire sip config? Where Asterisk needs to register is determined by downstream users, so we need to do it real time and with minimal impact on the server. If Asterisk can't do this, is anyone using anything else to handle the registrations for Asterisk? -- Eric Chamberlain
2009 Oct 20
1
Is there a way to force a codec on an incoming sip uri call?
...mple.com (negotiates whatever codec, is there a way to figure out what codec was negotiated and tell the user) echo-test-g711 at example.com (forces g711) echo-test-g729 at example.com (forces g729) echo-test-gsm at example.com (forces gsm) ... echo-test-ilbc at example.com (forces ilbc) -- Eric Chamberlain, Founder RF.com - http://RF.com/
2012 Jun 16
2
SA-12:04 commit on RELENG_8_1 incorrect?
...entation is broken, and the code inserted looks like it wouldn't be effective: http://svnweb.freebsd.org/base/releng/8.1/sys/amd64/amd64/trap.c?revision=236953&view=markup#l965 Please could someone take a look at this and let me know if it was really intended. Thanks! Regards, -- Steven Chamberlain steven@pyro.eu.org