search for: foobar2

Displaying 7 results from an estimated 7 matches for "foobar2".

Did you mean: foobar
2008 May 23
2
sed
...other cases there could be many space separated short hostname aliases. What I have been trying to do without success is add our domain name to the first string after the ip address and tab character. As an example, == Before == 1.1.1.1 foo 10.10.10.10 bar bar2 100.100.100.100 foobar foobar2 foobar3 == After == 1.1.1.1 foo.contoso.com 10.10.10.10 bar.contoso.com bar2 100.100.100.100 foobar.contoso.com foobar2 foobar3 Any advice on how to pull this off? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/p...
2015 Jun 12
2
Voice mail and caller ID
I have this in my sip.conf: exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}") same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s) same => n,Hangup However, my extensions are set up so that they always show the external number, not the extension: [foobar2](client-phone) secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx callerid=Candace <5555551212> mailbox=foobar2 at LocalSets So the caller ID is 5555551212 but the voice mail is foobar2. Is there any way to get the actual extension that called? Can I create a variable in the extension that I can read in...
2013 Mar 15
3
advice on module organization
...;foo.example.com'' { include module::component("systemType" => "foobar") include module::component2("systemType" => "foobar") } node ''foo2.example.com'' { include module::component("systemType" => "foobar2") include module::component3("systemType" => "foobar2") } or, maybe even better node ''foo.example.com'' { include module(components => [component1,component2], "systemType" => "foobar") } node ''foo2.example....
2015 Jun 12
0
Voice mail and caller ID
...t; exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}") > same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s) > same => n,Hangup > > However, my extensions are set up so that they always show the external > number, not the extension: > > [foobar2](client-phone) > secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx > callerid=Candace <5555551212> > mailbox=foobar2 at LocalSets > > So the caller ID is 5555551212 but the voice mail is foobar2. Is there > any way to get the actual extension that called? Can I create a > variable i...
2004 Jun 03
3
Sloppy argument checking for named arguments
...atching on function arguments. So: > f <- function(foobar = 0){print(foobar)} > f function(foobar = 0){print(foobar)} > > f(fo=1) [1] 1 > f(foo=1) [1] 1 > f(foob=1) [1] 1 > f(fooba=1) [1] 1 > f(foon=1) Error in f(foon = 1) : unused argument(s) (foon ...) > > f(foobar2=1) Error in f(foobar2 = 1) : unused argument(s) (foobar2 ...) This is mentioned in Venables & Ripley, MASS 4th edition on p. 55. I can't find it right now in the "Introduction to R" that is linked to on the main html help index page. However, it is discussed in the R Language D...
2012 Mar 19
1
fitting a histogram to a Gaussian curve
...ues", main="Default KDE") dev.off() print(paste("Plot was saved in:", getwd())) the problem here is that I a jagged distribution, you can see the result : http://s15.postimage.org/9ucmkx3bf/foobar.png this is the original histogram : http://s12.postimage.org/e0lfp7d5p/foobar2.png any ideas on how I can smoothen it to a Gaussian curve? Thanks, - vihan
2010 Mar 13
0
Skype for Asterisk and regular expressions
Is there something strange about using regular expressions in the context to which incoming Skype calls go? If I set up accounts, foobar1, foobar2, etc, it doesn't seem to work to have: exten => _foobarX,1,... should it?