search for: antony

Displaying 20 results from an estimated 419 matches for "antony".

Did you mean: anthony
2012 Jul 31
2
Remove a complete row as per the Range in a Matrix
Hi, Here i have a Matrix MyMatrix <- Name Age --------- ------- ANTONY 27 IMRAN 30 RAJ 22 NAHAS 32 GEO 42 and here i have an array with Minimum and Maximum values. MinMaxArray <- data.frame(MIN = 25,MAX=35) MIN MAX ------ -------- 25 35 -------------------------------------------------...
2012 May 30
3
Separate Array Variable Content
...quot;,"*PQR*<50","*ABC*<30 &* XYZ*<40") "ABC>50" "PQR<50" "ABC<30 & XYZ<40" My purpose what is, i need to check this conditions in *MyArray* with *MyMatrix* value for particular column How it is possible ? - Thanks Antony. -- View this message in context: http://r.789695.n4.nabble.com/Separate-Array-Variable-Content-tp4631800.html Sent from the R help mailing list archive at Nabble.com.
2017 Apr 20
2
IAX2 getting stuck
...the routes lead the traffic through another interface? Did you try a packet capture with tcpdump? Do the packets really leave the usb adapter? Can asymmetric routing be in effect? Maybe there were some static routes that disappeared when the adapter was unplugged... On Thu, Apr 20, 2017, 12:41 AM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Wednesday 19 April 2017 at 23:35:24, Carlos Chavez wrote: > > > On 4/19/17 4:23 PM, Antony Stone wrote: > > > > > > You say the USB ethernet adapter got unplugged and then reconnected... > > >...
2017 Apr 19
2
IAX2 getting stuck
On 4/19/17 4:23 PM, Antony Stone wrote: > On Wednesday 19 April 2017 at 23:14:46, Carlos Chavez wrote: > >> On 4/19/17 4:09 PM, Antony Stone wrote: >>> On Wednesday 19 April 2017 at 22:54:51, Carlos Chavez wrote: >>>> I have a server that had been operating for a few years now with &...
2013 Aug 05
3
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...ate local memory but in the NVPTX backend. It's really not convenient that I can't create local memory in runOnMachineFunction. Hmm.... Since I should do it at doInitialization stage, I also need to do some tricks in global variable and AsmPrinter to resize it. Did you use the similar way? Antony 2013/8/5 Micah Villmow <micah.villmow at smachines.com> > Antony, > What are you trying to accomplish in this case? I did something very > similar in the AMDIL backend, but it was not the cleanest solution and you > are correct it has to be do at doInitialization stage and n...
2009 Nov 09
6
Active Scaffold Without Database connection --- Help
...ds, I want to know what are ways or how to use the Active Scaffold without Database connection .... I mean Instead of Database I will have a CSV or Flat file..... Thro Active Scaffold Plug-in how to read this file instead of database.... Kindly Can I have you Ideas and Views..... ASAP..... - Antony -- Posted via http://www.ruby-forum.com/.
2018 Oct 08
3
Use AGi Commands without script in Dialplan
...easy way to execute any AGI Command directly from the > dialplan without the need to call an external script. The whole point of AGI is that it calls an external script in order to replace commands in the dialplan. Executing an AGI command without an external script doesn't make sense. Antony. -- There's a good theatrical performance about puns on in the West End. It's a play on words. Please reply to the list; please *don't* CC me.
2019 Apr 12
2
Cisco 3950 ip phone
> Please give us a link to a datasheet for that device. Hello https://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/unified-sip-phone-3905/data_sheet_c78-651588.html On Fri, Apr 12, 2019 at 3:58 PM Antony Stone <Antony.Stone at asterisk.open.source.it> wrote: > > On Friday 12 April 2019 at 14:42:57, Gokan Atmaca wrote: > > > Hello > > > > Can I use Cisco 3950 on Asterisk ? > > Please give us a link to a datasheet for that device. > > Regards, > > &g...
2005 Sep 08
2
couldn't find service ???
Hi all, I have Samba 3 working as a PDC on FreeBSD. There's no problem with clients logging in. But the logs say this.. -- [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:33:14, 1] smbd/service.c:close_cnum(830) antony (172.16.4.16) closed connection to service netlogon What this erro...
2007 Nov 23
3
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey wrote: > On 24/11/2007, at 12:01 AM, Michael T. Richter wrote: > >> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb >> file) that they're willing to share? I'm having some weird problems >> trying to get a working version on my 7.10 machi...
2013 Aug 05
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...I will study on that code. Justin, Sorry for my misleading word. Local memory in OpenCL is the same as share memory in CUDA. What I mean is share memory, so MachineFrameInfo is not suitable to me. And I need codegen data, so FunctionPass is also not suitable. Anyway, thanks for the suggestion. Antony 2013/8/5 Justin Holewinski <justin.holewinski at gmail.com> > If you're running a MachineFunctionPass, then the code has already been > lowered to machine instructions and modifying the original IR will most > likely not do what you want. You should only be using the IR as a...
2018 Jun 05
2
How to execute priorities following a caller hangup in a successful Dial?
...channel and the peer channel, but I only want the caller channel to do that. Also, when the peer hangs-up, there is no execution of the priorities following the Dial. Finally, is there a way to reset all globals, maybe as a variant of "dialplan reload"? On Tue, Jun 5, 2018 at 1:21 AM, Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Tuesday 05 June 2018 at 08:33:26, David P wrote: > > > We're using Asterisk 14.7.6 and I have a dialplan that ends like this: > > > > same => n,Dial(SIP/${EXTEN:0:4}@peer1) > > same => n,Se...
2013 Aug 06
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...les which are in share memory address space (not sure if it is the only way). Therefore, I should add global variables in fixed size in doInitialization, and record its real size in other place like MachineModuleInfo. Then modify or query its real size from that place instead of size of variable. Antony 2013/8/6 Justin Holewinski <justin.holewinski at gmail.com> > Can you tell us a bit more about what you're trying to accomplish? > > Changes to the IR performed during MachineFunctionPass::doInitialization > will likely propagate down through code generation, but at that p...
2007 Nov 23
0
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
On 24/11/2007, at 9:33 AM, John van Schie wrote: > Antony Blakey wrote: >> On 24/11/2007, at 12:01 AM, Michael T. Richter wrote: >> >>> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb >>> file) that they're willing to share? I'm having some weird problems >>> trying to get a working versi...
2019 Jan 31
2
Dailplan with playtones
With softphone I mean linphone csipsimple or whatever. How should a dialplan lokks like? On 31.01.19 11:26, Antony Stone wrote: > On Thursday 31 January 2019 at 10:59:01, basti wrote: > >> Hello I use this dial paln: >> >> [o2-in] >> exten => o2,1,Answer >> exten => o2,n,Playback(hello-world) >> exten => o2,n,Ringing >> exten => o2,n,Dial(SIP/10&S...
2019 Apr 12
2
Cisco 3950 ip phone
Hi, https://community.cisco.com/t5/ip-telephony-and-phones/cp-3905-asterisk/td-p/1995981 The phone does work, you do need to TFTP the configuration files to the phone though. Doesn't look like custom firmware is required. -- Chris. On Fri, Apr 12, 2019 at 3:29 PM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Friday 12 April 2019 at 15:24:27, Gokan Atmaca wrote: > > > > Please give us a link to a datasheet for that device. > > > > Hello > > > > > https://www.cisco.com/c/en/us/products/collateral...
2018 Feb 22
2
Set external CID but retain internal extension in CDR...
On 2/22/18 1:07 PM, Antony Stone wrote: > On Thursday 22 February 2018 at 19:10:51, Carlos Chavez wrote: > >> Usually phone companies set the outgoing CallerID for you but >> recently we got control over that and are now setting the outgoing >> Calleir ID ourselves. My problem now is that the...
2013 Aug 07
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
...I know PTX is virtual ISA, but I will use PTX as the input of the simulator, gpgpu-sim, so it makes sense. Whether to insert shared memory is depend on the analysis that needs LiveAnalysis, PTX InstrInfo, PTX RegisterInfo, etc. That's why I need to add global variables in MachineFunctionPass. Antony 2013/8/6 Justin Holewinski <justin.holewinski at gmail.com> > Yes, global variables are the only way to access shared memory. > > I'm just trying to get an idea of what you're aiming to accomplish to see > if we can improve on the interface here. A MachineFunctionPass...
2018 Feb 22
2
Set external CID but retain internal extension in CDR...
On 2/22/18 3:46 PM, Antony Stone wrote: > On Thursday 22 February 2018 at 21:41:41, Carlos Chavez wrote: > >> On 2/22/18 1:07 PM, Antony Stone wrote: >>> On Thursday 22 February 2018 at 19:10:51, Carlos Chavez wrote: >>>> Usually phone companies set the outgoing CallerID for you but &...
2017 Apr 20
2
IAX2 getting stuck
...through another interface? > Did you try a packet capture with tcpdump? Do the packets really leave the > usb adapter? Can asymmetric routing be in effect? > Maybe there were some static routes that disappeared when the adapter was > unplugged... > > On Thu, Apr 20, 2017, 12:41 AM Antony Stone < > Antony.Stone at asterisk.open.source.it> wrote: > >> On Wednesday 19 April 2017 at 23:35:24, Carlos Chavez wrote: >> >> > On 4/19/17 4:23 PM, Antony Stone wrote: >> > > >> > > You say the USB ethernet adapter got unplugged and then...