search for: arae

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

Did you mean: arab
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
The anti_join from the package dplyr might also be handy. install.package("dplyr") library(dplyr) anti_join (x1, x2) You can get help on 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
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
If your two objects have class "data.frame" (look at class(objectName)) and they both have the same number of columns and the same order of columns and the column types match closely enough (use all.equal(x1, x2) for that), then you can try which( rowSums( x1 != x2 ) > 0) E.g., > x1 <- data.frame(X=1:5, Y=rep(c("A","B"),c(3,2))) > x2 <-
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
Thanks, I think I've found the most succinct expression of differences in two data.frames... 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;
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.
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' and 'y' and provide neat colorized summary output. Example: > iris2 <- iris > iris2[122:125,4] <- iris2[122:125,4] + 0.1 > diffobj::diffPrint(iris2, iris) < iris2 >
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 documentation here.
2018 Jan 27
3
Newbie wants to compare 2 huge RDSs row by row.
Also, it will be easier to provide helpful information if you'd describe what in your data you want to compare and what you hope to get out of the comparison. Best wishes, Ulrik Eric Berger <ericjberger at gmail.com> schrieb am Sa., 27. Jan. 2018, 08:18: > Hi Marsh, > An RDS is not a data structure such as a data.frame. It can be anything. > For example if I want to save my
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. //
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 connected every day! /Olle
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
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 possible ? Regards Harry
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 (such as iaxusers, sipusers... etc) to
2010 Jul 06
2
ARA : Realtime or not ?
Hello list, what is the use of realtime SIP peers when you always need to reload the sip configuration as if you were just putting your SIP peers in sip.conf ?? My SIP peers are now defined in a mysql-DB and when I add a mailbox in the field 'mailbox', the change is not active untill a do a "sip reload" or a "module reload chan_sip.so". Doing a "sip
2014 Jul 21
1
TLS, STRP and ARA
Hi I'm just about to upgrade to version 1.8.29.0 and have compiled with SRTP. However, we exclusively use the asterisk realtime architecture using the mysql connector. Looking at tutorials we have to set encryption=yes and transport=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
2005 Mar 09
6
auto increment id
looking at the unit tests of activerecord leads me to think the db is completely responsible for auto-incrementing the id field and rails does no magic here. can someone confirm that this is a true statement? that being the case - what is the preferred way to write database agnostic sql for one''s schema since each of the dbs has slightly different syntax for this functionality... does
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:
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Way back in 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
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