similar to: Inheriting variables

Displaying 20 results from an estimated 900 matches similar to: "Inheriting variables"

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
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
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.
2003 Aug 10
4
Windows Messenger
Can anyone provide me with a step by step on how to set up Windows Messenger on a Windows XP Pro box as a SIP client with asterisk? I'm interested in doing various tests of my asterisk server from the Windows perspective of the world. In the alternative if someone could provide information on another Windows based fully functional easy to configure iax or SIP client that would suffice as
2005 Mar 02
3
Asterisk Manager API - multi "Originate" cal ls
Hello, You can do either, you can send multiple Originate actions in a long line without waiting for a response back(although the responses do usually come back very fast) or you can open multiple connections using each one to Originate a new call. We use the multiple connection method in the astGUIclient suite because if you get a pause or lag in Manager output on a single connection(which does
2005 Feb 28
1
Manager "Message: Originate failed" beinggenerated when callee does not pick up
<<I am getting "Message: Originate failed" even the phone is ringing on the other end of the line.>> Originate will ring your own extension first and when you pick up, call the other number. If you don't pick up your extension, you will receive the message you see. Bill Seddon ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf
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 Jan 10
2
Asterisk Setup Documentation
Hello all: Can anyone help me with finding the best locations for getting setup and other documentation for *. Thank you. Phil Menico www.xtend.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050110/6b26b235/attachment.htm
2018 Jun 08
0
rpmbuild --define | some rpm sorcerer around?
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 failure) so if you try > just the command line do not believe it, because later as
2018 Jun 09
0
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 22:54, lejeczek wrote: > > > 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
2004 Dec 09
11
Asterisk@Home
I have started to receive a lot of positive response for the Asterisk@Home project. For those of you unfamiliar with this project the goal of Asterisk@Home is to make a full featured version of Asterisk very easy to install. We have created a 1 step .iso that installs RHEL (RedHat Enterprise Linux) and Asterisk. It includes a web GUI that allows easy editing of the Asterisk Config files.
2005 Feb 26
1
Determine IP addres of a AIP/IAX user
Hello all! Is there any possibility to determine the IP address of a caller in my dialplan? I would like to have a predefined channel variable like ${CALLER_IP} but it seems it doesn't exist (http://www.voip-info.org/wiki-Asterisk+Variables) .. is this list complete? Are there any other possibility to store the SIP/IAX caller's IP address on every call? Thanks Niels
2018 Jun 11
2
rpmbuild --define | some rpm sorcerer around?
On 09/06/18 13:13, Phil Perry wrote: > On 08/06/18 22:54, lejeczek wrote: >> >> >> 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}"\'
2010 May 14
2
Subscripting a matrix-like object
I have an S3 class called "tis" (Time Indexed Series) which may or may not have multiple columns. I have a function "[<-.tis" that I've reproduced below. My question is this: inside of "[<-.tis", how can I distinguish between calls of the form x[i] <- someValue and x[i,] <- someValue ? In either case, nargs() is 3, and looking at the values
2010 May 14
2
Subscripting a matrix-like object
I have an S3 class called "tis" (Time Indexed Series) which may or may not have multiple columns. I have a function "[<-.tis" that I've reproduced below. My question is this: inside of "[<-.tis", how can I distinguish between calls of the form x[i] <- someValue and x[i,] <- someValue ? In either case, nargs() is 3, and looking at the values
2004 Sep 08
3
Newbie: Only allow authenticated users to call
I made the observation that I'm able to make a call with my SIP client (kphone) even when I'm not registered/authenticated. Of course, when I'm not registered at asterisk, people can't call me, but it's still a huge security hole, that unregistered Clients can make calls. Is there a way to tell asterisk to only allow registered clients making calls? I know about the
2019 Jun 17
2
[InstCombine] addrspacecast assumed associative with gep
> What do you mean exactly by "behave differently on the other side of the cast”? Do you have a concrete example? I was hesitant to say only in that it is probably an "abuse of mechanics" and definitely playing with fire, _however_ the target I'm working on has extensive bit operations for a subset of memory, including atomic test-and-set, etc. It's convenient to be
2018 Sep 28
2
Bug in conditionals to assign values to variables?
Hi, According to https://wiki2.dovecot.org/Variables you could use conditionals to assign values to a varible. The syntax is: %{if;value1;operator;value2;value-if-true;value-if-false} where any of the fields can refer to another field using %v or %{value} syntax. The problem is that when I use a config like: user_attrs = ...,=relpath=%{if;%u;eq;somevalue;valuetrue;valuefalse} it works
2006 Sep 21
0
Call to session[:somevalue] returns the error "Symbol as array index"
I hope you can help me with this In a controller I make a call to session[:user_id] in order to retrieve the value that has previously been assigned to the session object by a login method. The result is the error "Symbol as array index", so rails for some reason just thinks session is any other array. I have tried prefixing the call with @request so that it goes: somevariable =