similar to: array of objects

Displaying 20 results from an estimated 90000 matches similar to: "array of objects"

2010 Sep 14
2
Object oriented programming in R.
Hello everyone. I would like to create many objects with R. Does R support objects? The number of objects needed is not predetermined and it is a parameter specified by the user. If the user selects to create many objects like 100, would it be possible to handle each one by some index? I would like to thank you in advance for your help. Best Regards Alex [[alternative HTML version
2009 Sep 09
0
Custom CDR Help
So, it's been a while and I am just lately getting back into Asterisk stuff. I am trying to remember/understand how CDR works and after lots of trial and error and searching the archives, google etc, I am stuck and have a few questions. I have setup custom CDR and am trying to figure out the following: 1- Can I just set a variable like set(SomeVar=SomeValue) Then stick this is
2011 Mar 03
1
Non-conformable arrays
Hi Everyone, I'm running some simulations where eventually I need to table the results. The problem is, that while most simulations I have at least one predicted outcome for each of the six possible categories, sometimes the algorithm assigns all the outcomes and one category is left out. Thus when I try to add the misclassification matrices I get an error. Is there a simple way I can make
2011 Sep 02
0
No subject
1. Does "Wrap-Up-Time" apply to all queue agents/extensions that just rang,= or only the one who actually answered the call (I assume the latter)? 2. Does the "Member Delay" delay the ringing of new calls to agents, or onl= y come into play AFTER the agent answers the ringing call? Any other suggestions for how I can resolve this issue? I am wondering whet= her "Agent
2006 Jan 09
0
Agents in 1.2.1
Hi, I've used Agents + Queues before with success, but I can't figure out why this trivial setup is not functioning... stage*CLI> show agents 1306 (gdh) available at '1306@internal' (musiconhold is 'default') 1 agents configured [1 online , 0 offline] and the internal context is simply: [internal] exten => _13XX,1,Dial(SIP/${EXTEN},,h) Now, taking this
2006 Aug 30
1
Need help to estimate the Coef matrices in mAr
Dear R users, I am using mAr package to fit a Vector autoregressive model to my data. But here I want to put some predetermined values for some elements in coefficient matrix that mAr.est going to estimate. For example if p=3 then I want to put A3[1,3] = 0 and keep rest of the elements of coefficient matrices to be determined by mAr.est. Can anyone please tell me how can I do that? Sincerely
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer problem
Hello guys, I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and having a problem with call transfers using the cmds AgentCallBackLogin and AgentLogin First Case (using cmd AgentCallbacklogin): When the incoming call comes and enters the queue, the agent logged in answer the call. But when I try to transfer this call to another agent, the incoming call is dropped. I don?t receive any error
2012 May 10
2
Split the work for many cores
Dear all, I am using my code the vgram.matrix of packets fields. I have around 500 matrices that I need to pass inside that function and then plot those results. Even though my system has 16 cores is quite clear that I am only using one of those. Would it be able to skip these 500 "tasks" to the 16 cores, with each processor having around 4 matrices to process? What would you suggest
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer pro blem
Which kind of transfer do you use? Try using the # transfer. Hope that helps.. Guido Hecken -----Urspr?ngliche Nachricht----- Von: Diego Magalh?es [mailto:diego@redetaho.com.br] Gesendet: Mittwoch, 2. Februar 2005 17:21 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] AgentLogin / AgentCallbackLogin transfer problem Hello guys, I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and
2005 Feb 02
0
RES: AgentLogin / AgentCallbackLogin transfer pro blem
Hmm i found the problem... I?m using a Grandstream BT100. The transfer just works in a queue if I first acknowledged the call using the # key, and then press the TRANSFER key in the Grandstream. In the asterisk console I receive a: -- SIP/4002-4563 acknowledged Then I can transfer the call... Weird because i?m using ackcall=NO in agents.conf ... Diego Magalh?es diego@redetaho.com.br +55 24
2011 Jan 10
0
No subject
major undertaking. But since you are using an AGI to control the Queue command instead of using it from the dialplan, you have more control over this problem than you realize. For simplicity of illustration, let's say your AGI simply wants to take a call and send it to the next agent in the queue. Your Agents are Agent007, AgentQ and AgentM. Because you did the Polycom transfer from
2016 Jul 23
0
Re: Blockpull behavior when interrupted
On 07/22/2016 11:30 AM, Andrew Martin wrote: > > Thanks, that was a helpful overview. To clarify, block commit is changing > the backing files,but even though it is doing that, the data is consistent > even if it is interrupted? Yes, the guest's view of the data is consistent. Intermediate backing files may have contents that don't correspond to any historical state seen by
2015 May 02
3
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
Jack, Could you, please, submit a bug report? -- including steps to reproduce (where you got imageMagick sources, how exactly you compiled them, etc) Andrey On Fri, May 1, 2015 at 3:56 PM, Jack Howarth <howarth.mailing.lists at gmail.com> wrote: > > > On Fri, May 1, 2015 at 4:45 AM, Andrey Bokhanko <andreybokhanko at gmail.com> > wrote: >> >> Chandler,
2005 Mar 04
0
Monitor Application with Queued calls
Due to management concerns our asterisk system has been setup to record all phone calls for some time now (before the 1.0 release). Everything was working fine until we upgraded 1.0.5 where all calls are recorded except those that pass through a queue (we are not using the queue record functionality because there are some minor issues with using it in our scenario). Specifically, the
2006 Jun 18
0
Fwd: FW: Creating Queues on Asterisk server - Sendingingress calls off-net to either PSTN or another VoIPapplication - thoughts?
---------- Forwarded message ---------- From: Christopher Aloi <chris.aloi@gmail.com> Date: Jun 18, 2006 9:52 PM Subject: Re: FW: [Asterisk-Users] Creating Queues on Asterisk server - Sendingingress calls off-net to either PSTN or another VoIPapplication - thoughts? To: Alexander Lopez <Alex.Lopez@opsys.com> Alexander, Thanks for your reply, may I ask a few questions? - Does the
2006 Feb 17
0
A unique 'click to call' project - Could use someadvice
Why don't you use Local and router functionality to find a route to PSTN based agents? W _____ From: Aloi, Christopher [mailto:caloi@usadatanet.com] Sent: Friday, February 17, 2006 10:07 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] A unique 'click to call' project - Could use someadvice Hello List, I work for an IP
2010 Nov 20
2
Merge two ggplots
Hello everyone. I am using ggplot and I need some help to merge these two plots into one. plot_CR<-function(x,y,agentid,CRagent){   library(ggplot2)     agent<-CRagent[[agentid]] # To make following expression shorter   ggplot((data.frame(x=CRX,y=CRY,sr=agent$sr)))+   geom_point(aes(x,y,colour=cut(sr,c(0,-10,-20,-30,-40,-50,-60,-70,-80))))+   geom_text(aes(x,y,color=cut(sr,
2009 Jan 26
1
* Queues with legacy pbx extensions ?
Hello Everybody I am using Trixbox 2.4 (with TE420P & PRI lines) .. my setup is like Calls -->Asterisk-->legacy pbx--->analog extensions(agents). Whenver a call comes in , asterisk dials the ACD number of the legacy pbx which in turn decides to route to appropriate agent.. for ex : s,1,Dial(ZAP/g4/5432) [g4 is the 4th span and 5432 is the ACD number of legacy pbx under which agents
2006 Feb 17
1
A unique 'click to call' project - Could usesomeadvice
Hello, I'm not sure what you mean, could you elaborate? Thanks, -- -- -- Christopher T. Aloi USA Datanet - Technical Support Engineer 318 South Clinton Street Syracuse, NY 13202 C: (315) 569 4033 O: (315) 579 7074 E: caloi@usadatanet.com <mailto:caloi@usadatanet.com> -- -- -- _____ From: Wojciech Tryc [mailto:Wojciech.Tryc@pikatech.com] Sent: Friday,
2006 Feb 17
1
A unique 'click to call' project - Could usesome advice
Colin, Thanks for your assistance. Reading over your advice I seem to still be a bit confused. My agents are not on the Asterisk server; it appears in your advice that my the call will travel this path: WWW interface --> agent enters their DID, platform to use, and termination DID --> AST calls agent --> Agent calls termination DID If my agents are not on the Asterisk server