search for: ara

Displaying 20 results from an estimated 226 matches for "ara".

Did you mean: area
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
...the different functions by ?function.name(), so ?anti_join() will bring you help - and examples - on the anti_join function. It might be worth testing your approach on a small subset of the data. That makes it easier for you to follow what happens and evaluate the outcome. HTH Ulrik Marsh Hardy ARA/RISK <mhardy at ara.com> schrieb am So., 28. Jan. 2018, 04:14: > Cool, looks like that'd do it, almost as if converting an entire record to > a character string and comparing strings. > > -- M. B. Hardy, statistician > work: Applied Research Associates, S. E. Div. >...
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
...3,2))) > x2 <- data.frame(X=c(1,2,-3,-4,5), Y=rep(c("A","B"),c(2,3))) > x1 X Y 1 1 A 2 2 A 3 3 A 4 4 B 5 5 B > x2 X Y 1 1 A 2 2 A 3 -3 B 4 -4 B 5 5 B > which( rowSums( x1 != x2 ) > 0) [1] 3 4 If you want to allow small numeric differences but exactly character matches you will have to get a bit fancier. Splitting the data.frames into character and numeric parts and comparing each works well. Bill Dunlap TIBCO Software wdunlap tibco.com On Sat, Jan 27, 2018 at 1:18 PM, Marsh Hardy ARA/RISK <mhardy at ara.com> wrote: > Hi Guys, I apologize...
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
...ames... length(which( rowSums( x1 != x2 ) > 0)) gives a count of the # of records in two data.frames that do not match. // ________________________________________ From: Henrik Bengtsson [henrik.bengtsson at gmail.com] Sent: Sunday, January 28, 2018 11:12 AM To: Ulrik Stervbo Cc: Marsh Hardy ARA/RISK; r-help at r-project.org Subject: Re: [R] Newbie wants to compare 2 huge RDSs row by row. The diffobj package (https://cran.r-project.org/package=diffobj) is really helpful here. It provides "diff" functions diffPrint(), diffStr(), and diffChr() to compare two object 'x' an...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
Cool, looks like that'd do it, almost as if converting an entire record to a character string and comparing strings. -- M. B. Hardy, statistician work: Applied Research Associates, S. E. Div. 8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963 (919) 582-3329, fax: 582-3301 home: 1020 W. South St. / Raleigh, NC 27603-2162 (919) 834-1245 ______________________...
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
...o > ?anti_join() will bring you help - and examples - on the anti_join > function. > > It might be worth testing your approach on a small subset of the data. That > makes it easier for you to follow what happens and evaluate the outcome. > > HTH > Ulrik > > Marsh Hardy ARA/RISK <mhardy at ara.com> schrieb am So., 28. Jan. 2018, 04:14: > >> Cool, looks like that'd do it, almost as if converting an entire record to >> a character string and comparing strings. >> >> -- M. B. Hardy, statistician >> work: Applied Research Asso...
2007 Jan 08
2
ARA extensions ordering
Hello List, I am curious how the ordering of the extensions are determined for an ARA dial-plan. For example, if I have these: _9X. _9011. Which is selected first? Any number dialed starting with 9011 is matched by either rule here and I don't remember seeing any ORDER BY clauses when I had debugged the ARA queries. I'm sure I just missed some critical documentati...
2018 Jan 27
3
Newbie wants to compare 2 huge RDSs row by row.
...> > saveRDS( list(a,b,c,), file="tmp.RDS") > Then read them back later with > > myList <- readRDS( "tmp.RDS" ) > > Do you have additional information about your "RDSs" ? > > Eric > > > On Sat, Jan 27, 2018 at 6:54 AM, Marsh Hardy ARA/RISK <mhardy at ara.com> > wrote: > > > Each RDS is 40 MBs. What's a slick code to compare them row by row, IDing > > row numbers with mismatches? > > > > Thanks in advance. > > > > // > > > > __________________________________________...
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
Hi Guys, I apologize for my rank & utter newness at R. I used summary() and found about 95 variables, both character and numeric, all with "Length:368842" I assume is the # of records. I'd like to know the record number (row #?) of any record where the data doesn't match in the 2 files of what should be the same output. Thanks in advance, M. // ________________________________________ Fro...
2005 Feb 27
2
Introducing the Asterisk Realtime Architecture - ARA
I've added an introduction article about the ARA on my web site http://www.voip-forum.com/ The same text is now also added to CVS head as README.realtime. On the same site, you will also find the news item about how we used Asterisk for a call from an airline jet above Greenland to Stockholm, Sweden. The world is getting smaller and more conne...
2005 Dec 18
7
Testing against 1.8.4
So apparently 1.8.4 is soon forthcoming. We need testing against it. Could someone help out with that? I believe Ara already checked into some of the issues, do you know if those are resolved, Ara? -- David Heinemeier Hansson http://www.loudthinking.com -- Broadcasting Brain http://www.basecamphq.com -- Online project management http://www.backpackit.com -- Personal information manager http://www.rubyonrails....
2011 Oct 19
3
Can we use MySQL native connector for ARA?
Hello Everyone, The documentation suggests using unixodbc for asterisk realtime. Is there any way we can just use native database clients such as libmysqlclient from MySQL? The native clients tend to be more up-to-date. Thanks in Advance, Nick.
2006 Mar 21
0
app_queue and ARA
Hello, I've configured ACD with ARA asterisk-1.2.4 . I try "show queues" command but no queue is shown. why ? Can I keep the caller on queue until an agent answer the call ? I use ARA to configure queues and members however i have to use agents.conf to store the agents. I wish to configure agents in SQL db. Is it possibl...
2006 Oct 30
0
Information on Asterisk 1.4-beta 3 and ARA
Hi everyone, I'm working with Asterisk 1.4-beta3 and ARA for my Univesity thesis, to enable jingle support into an administrative framework for asterisk developed in our lab. It's possible to map jabber's and gtalk's user from the ARA database, as I have already done with sip and iax users? I need to know what family I must map to my database...
2010 Jul 06
2
ARA : Realtime or not ?
..."sip reload" or a "module reload chan_sip.so". Doing a "sip reload" or a "module reload chan_sip.so" makes that all the SIP peers need to re-register again to Asterisk so that they are 'available' again. So what is "realtime" about the ARA ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100706/115227da/attachment.htm
2014 Jul 21
1
TLS, STRP and ARA
...ransport=tls for any peer we want encrypted traffic for. Having a look at contrib/realtime/mysql/sippeers.sql from the source code shows that the encryption column is completely absent and tls is not an option for transport. Does this mean I can't configure a peer to use TLS and SRTP if using ARA? Are there any workarounds? Thanks in advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street Ma...
2005 Mar 09
6
auto increment id
...ary key (id) ); sqlite: create table t( id integer primary key, data text, ); with a single schema that will result in an auto-incrementing id in each db? cheers. -a -- =============================================================================== | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | When you do something, you should burn yourself completely, like a good | bonfire, leaving no trace of yourself. --Shunryu Suzuki ===============================================================================
2014 Dec 02
0
Asterisk ARA with Multi tenant solution
Hi team, I had implementation complete customized IPPBX solution with the help on Asterisk , ARA and a2billing for billing purpose. Now only issue I come is if a customer A and B want to used similar extension rang then it's only possible with adding account-code like 100e12345 and 100e67890. But in GUI I will manage display and other features but issue come when customers want to register...
2014 May 09
3
authoritative sql definitions for Asterisk Realtime Architecture ARA
I am trying to find where the authoritative sql definitions for Asterisk Realtime Architecture ARA are located. I have found many locations but each and everyone seems to be different. http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html http://www.open-voip.org/index.php?title=Asterisk_Full_RealTime_example Files included with the distribution: asterisk-11.9.0/co...
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
...the mists of time, I built my asterisk installation with SNMP support. It's a bit tedious to get the sub-agent for snmpd set up but once you have it you can poll the OID for the asterisk sub-agent and it will tell you how many calls are up at that moment in time. That said, I actually prefer ARA/ARI to flat file configuration of endpoints and dialplans.  Changes are more or less instantaneous and easily shared between instances. The ODBC way is a pain, so I tend to just use the native MySQL method for ARA configuration as well as CDR collection.  CDR reports are just a SQL query away. On...
2007 May 30
0
Allow for context includes in realtime (ARA)
Hi list, still wondering for a couple of days how to handle context includes in realtime architecture i've tried to patch my pbx_realtime.c with a patch on the digium issue tracker (http://bugs.digium.com/view.php?id=6014) but it does not seem to work or may be i'm using the wrong way does anyone has a solution???? thanks for reply BR -- Cheikhou DIAW -------------- next part