similar to: Call routing based on remote ip address.

Displaying 20 results from an estimated 5000 matches similar to: "Call routing based on remote ip address."

2004 Jul 08
3
How to pass strings to functions? [once once more, now With content I hope...]
Dear expeRts, I fail to succesfully pass strings to functions. It comes down to the observation that > plot(someVariable,anotherVariable) works fine, but > x <- "someVariable" > y <- "anotherVariable" > plot(x,y) does not. Does this have something to do with the returned value of x being /"someVariable"/ and not /someVariable/, i.e.
2007 Sep 26
2
How to 5ubscribe with modules
Ok.. munging the tag below to get pas the agressive mailbot administrivia filter. I have a manifest the following: module::foo{"$someVariable": param1=>"x" } modul::bar{"data": 5ubscribe => [Module::Foo["$someVariable"]] } The only way to get past the parsing seems to be to do one of the following: 5ubscribe
2008 Feb 29
1
Optional data argument for a function
Dear All, I am working on a function that has an optional data argument, just like lm(). If the user sets the data argument equal to some dataframe, then the function should look inside the dataframe for the variables given to other arguments, otherwise the variables should be accessible from what I believe is called the parent frame from which the function was called. I looked at the source code
2005 Feb 24
3
Inheriting variables
I'm trying to set a channel variable and make it available to another channel: I thought that if I SetVar(_SomeVariable=SomeValue) or SetVar(__SomeVariable=SomeValue) then SomeVariable would be available in the destination channel. However __SomeVariable, _SomeVariable and SomeVariable are all blank. The scenario: Agents logon to the queue using callbacklogin. From what I can gather
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 19:38, Phil Perry wrote: > On 08/06/18 15:54, lejeczek wrote: >> hi >> >> how do you pass vars to rpmbuild for definition? eg >> >> rpmbuild --define \'"${_definition2}"\' >> >> I've been fiddling with ways to escape, but none is >> fricking working.. >> I mean, rpmbuild rushes to work(no errors nor
2004 Dec 14
5
Soekris net4801 for home use?
I'm considering that board as a mail and voip gateway for home use. In view of all those statements about how little resources asterisk needs, did anybody already try running asterisk on it? Thanks, Bruno.
2006 Jan 18
4
Ruby "htmlentities" replacement: code review please!
Hi Railers, For some time now I''ve been looking for a decent Rails equivalent of PHP''s "htmlentities" command, because ERB''s html_escape (or more commonly called as just "h", eg. <%=h @somevariable %> ) just doesn''t go far enough for me. Back in PHP land, I actually had an extended version of the htmlentities command to deal with
2017 Jun 07
4
C7, systemd, say what?!
On 06/07/2017 11:24 AM, James Hogarth wrote: > > Mark stop with the flame baiting please. > > This is nothing systemd specific - and keep in mind /var/tmp is a > persistent temp area unlike /tmp which as it's tmpfs by default is of > course emptie don boot. I would wholeheartedly disagree. This IS something systemd specific. I have never seen init.d blow itself up over
2011 Jul 02
8
err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "File[]"
I''m running Puppet 2.7.1 on the master as well as the agent and just received a new error which doesn''t actually reference a module or a file, so I''m somewhat stuck as to how to debug this. Any pointers? The error is err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target
2009 Mar 27
1
Strange warning message
Can anyone give me any idea on where to start looking for this ? 1.4 svn (ish) It has appeared twice in the last hour on a system that gets numerous inbound calls to the same number TIA Julian [Mar 27 17:21:07] WARNING[3239]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax error: syntax error, unexpected '=', expecting $end; Input: = 2 ^ [Mar 27 17:21:07] WARNING[3239]:
2003 Aug 02
0
Webalizer for CDR logs....
I'm currently working on a perl script convert csv logs to a http log equiv: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" Right now I have output something similar to this: 111 - - [02/Aug/2003:16:39:15 -0500] "GET /300 HTTP/1.0" 200 6144 "sipext" "ANSWERED" INCOMING - -
2004 Dec 23
1
Recommended IAX softphone.
After having been toying around with asterisk and various VoIP stuff for a couple of weeks now, I want to recommend a preferred protocol and softphone to friends and family for calling me up. As SIP and H323 are such a mess to set up in NATed environments, the only reasonable protocol option right now seems to be IAX. After looking at http://www.voip-info.org/wiki-Asterisk+IAX+clients and trying
2020 Oct 13
1
exiting mclapply early on error
Thanks for the response, Jeremie. I wholeheartedly agree about testing. In my case, this feature would be used purely to reduce computation time. I?m calculating an expensive (and embarrassingly parallel) likelihood function, and for some parameter combinations my objective function diverges to infinity. In those instances, I?d like to throw an error that stops subsequent computations and that I
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question. I recommend that you read up on the statistical methods underneath. One that I'd wholeheartedly recommend is Prof. Harrell's `Regression Modeling Strategies'. [BTW, there are now two implementations of gam() in R: one in `mgcv', which is fairly different from that in `gam'. I'm guessing you're referring to the one
2008 May 07
1
cdr question
Hi, Would just like to ask about cdr, i have an asterisk and i would like to bill only outbound calls not extension to extension, when i'm looking at the CDR, i can't figure out which fields i need to filter all outbound calls only. e.g if i dial 00. or 9XXXXXX (for local pstn calls) those are billable, 100 101 or 102 (all local extensions) not billable. *97 for voicemail not billable,
2015 Jan 08
1
[PATCH] Add ARM cpu detection for iDevices
On Thu, 8 Jan 2015, Jonathan Lennox wrote: > Every armv7 (and armv8) iOS device has supported Neon, and Xcode support for > armv6 was dropped with Xcode 4.5. > > Even if you?re compiling with an old Xcode version to support really old iOS > devices, Apple?s armv6/armv7 selection was a compile-time switch (supported > using fat binaries). ?I think the arch can be detected based
2012 Jun 03
0
[LLVMdev] [llvm-commits] [PATCH] Allow per-thread re-direction of outs()/errs()
On Jun 2, 2012, at 11:01 AM, Mikael Lyngvig wrote: > If I may add my two cents: > > I am planning to use LLVM as the backend for a compiler I am working on. And I wholeheartedly agree with Justin that it is a problem, if LLVM is allowed to freely write to stdout and stderr as it is a component which can be used in all sorts of code, be it a GUI IDE, a CLI driver, or whatever. LLVM
2003 Feb 17
1
OT: suggestion! (was Re: !!ATTENTION NEWBIES!!)
> -----Original Message----- > From: Robert Adkins II [mailto:radkins@impelind.com] > I have read a few more of your responses. It appears that you > believe wholeheartedly that your more advanced questions are going > unanswered simply because of the volume of lower skilled questions. I see it go both ways. The really "interesting" problems that uncover new bugs in
2005 Jan 12
1
linphone -> NAT -> * -> NAT -> firefly woes.
Hi folks an issue I don't understand. I'm running * stable 1.0.3 on public internet, with following iax.conf / sip.conf entries: iax.conf [100] type=friend username=Foo context=default auth=md5,plaintext,rsa secret=secret host=dynamic callerid="Foo" <100> qualify=no sip.conf [10] type=friend username=Bar context=default callerid=Bar <10>
2018 Jun 08
2
rpmbuild --define | some rpm sorcerer around?
hi how do you pass vars to rpmbuild for definition? eg rpmbuild --define \'"${_definition2}"\' I've been fiddling with ways to escape, but none is fricking working.. I mean, rpmbuild rushes to work(no errors nor failure) so if you try just the command line do not believe it, because later as it executes %if you will see process does not see these definitions. many