similar to: Sip Node w/ 4 wire audio & AT command set call supervision

Displaying 20 results from an estimated 6000 matches similar to: "Sip Node w/ 4 wire audio & AT command set call supervision"

2001 Jun 25
2
[OT] Re: Format comparison
merijnv@sci.kun.nl pondered the following.... Subject: [OT] Re: [vorbis] Format comparison >Eh, just a (seemingly offtopic) question, but how do you create a 4 channel >lp ? With just one needle ? >-- Merijn In a nutshell. Normal LP has two halves in the groove - the L and R channel. A Quad channel LP still has to 'halves' in the groove. Each channel is actually BOTH the
2006 Mar 16
5
Multiple databases + switching databases
Hello, I have an application that access two different DBMS - Firebird and Postgres. So far, that''s ok. The problem is, depending on the customer logged, a different database (Firebird) must be selected. To make the things clearer: Postgres: 1 database shared by all customers with these tables: - user - vehicle - driver Firebird: several databases with different names and identical
2001 Jan 28
6
File permission
How are file permissions determined under Samba? If I log onto my Linux server (terminal session using Putty) and create a file that file is given the following file permissions (rw- rw- r--). That is correct, because in my home directory I have a .bashrc file that has a umask command that states umask 002. However, when I use Samba to log onto my Linux server and use Word/Excel to create a file
2017 May 24
2
System Time Source
On Wed, May 24, 2017 10:45 am, Warren Young wrote: > On May 24, 2017, at 8:52 AM, Chris Adams <linux at cmadams.net> wrote: >> >> Once upon a time, Warren Young <warren at etr-usa.com> said: >>> a. It???s transmitting from a fixed location in a time zone you >>> probably aren???t in ??? US Mountain ??? being the least populous of >>> the lower
2006 Feb 23
3
GPS-enabled cell phone/PDA
I would like to capture the lat/lon coordinates from a GPS-enabled cell phone or PDA. Is this possible? Must I subscribe to this information from the cellphone network provider, or can I capture it without charge? What devices will broadcast the coordinates? Is there a device that will broadcast its position inband that can be captured by Asterisk? Can an SMS message include coordinates?
2017 May 24
11
System Time Source
One of our STEM interns recently observed that there are inexpensive clocks that sync via radio to standard time services.? This begged a question about why every computer would not have a radio module to receive time.? Our senior staff did not have a good answer or if time from such a radio module would be supported by the operating system. When I was a student, such questions would have earned
2008 Sep 17
0
Sierrawireless 597c
Anyone on the list been able to get one of these to be seen by usb as a modem? lsusb lists it incorrectly, but I can manually load the sierra and usbserial modules. Me thinks they aren't quite up to support for this device yet, Thanks for any input, Terry -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size:
2009 Jan 12
10
USB and serial
Hello, everyone - I have an old Windows app - a ship navigation program - that needs to see GPS input on a serial port (it was written in the pre-USB days.) My laptop, however, has no serial ports - but this same program, when run on a friend's Windows box, can read the GPS info from the USB-connected GPS via the "USB-Serial Driver". This is one of the frustrating bits of this
2017 May 24
2
System Time Source
Once upon a time, Warren Young <warren at etr-usa.com> said: > a. It?s transmitting from a fixed location in a time zone you probably aren?t in ? US Mountain ? being the least populous of the lower 48?s four time zones. You therefore have to configure time zone offset and DST rules, which means additional software if you want it to track changes to these things. There were 10 batches of
2004 Aug 22
1
latitude longitude data
Dear R-helpers, I get GPS readings with bug counts (bugs meaning insects in this case) made along rows in crop fields and use these to make maps of bug distribution. The GPS readings are not quite accurate enough for my purpose, so since I know what row each reading is made in, I adjust the latitudinal coordinate using: grd<-lm(lat~lon+Row,data)
2009 Mar 29
1
Lattice question.
Hi. I am trying to do histograms in lattice, and I want to get both counts and percents in the same plot. To try to be clearer --- there are 3 levels to my factor; I'd like to get a 2 x 3 array of plots where the top row consist of histograms by counts and the bottom consists of (the corresponding) histograms by percent. I tried the following: # Demo. library(lattice) set.seed(42) XX <-
2010 May 21
1
GPS finding and mark interesting POI within table with large GPS points collection
Dear R users, #---------------------------------------------------------------------------------------------------------------------------- #There is table containing 1000 (lat, lon, time) GPS positions, wchich should be recognized and labeled in every row of that #recognized position by label from defined POI vector GPS$Lat =c(9,2.2,2,3,4,5,6,7,2,9,2.1,10,3.3,0 , 6, 8, 9) GPS$Lon =c(0,1
2009 Jul 21
4
ntp time server
Currently, my time server is a Sun v240 with a 32-pci gps card (with a proprietary Solaris driver) attached to our gps receiver via an sma cable up to the roof of my building. As I'm migrating almost all of our Solaris servers and services over to CentOS, I'd like to know what other people are using for time server hardware. Any suggestions? -- Andy Harrison public key: 0x67518262
2001 Dec 09
1
Wine NT Services / Serial Port
Hi! I'm currently working on a project to upgrade my car's display with NAV... Due to prohibitive high costs of oem solutions (and limited use except for nav), I decided to use a laptop, runnig that software... So, I already have MS Autoroute 2001 (european version). Against my expectations, this program runs fine with Wine release 20011004. However, the GPS Add-In doesn't work.
2011 Feb 07
3
Loop to find dates whithin dates
Hello to all, I have two dataframes, the first with two columns sunrise and sunset (for 10 years). Each of these columns is formatted for date time (ex: 01-Jan-2010 15:37:00) In the second data frame I have GPS information and also a date time column (same format ). What I would like to do is a subset of all the rows from the second dataframe that occurred in day time only so between sunrise
2012 Feb 07
1
read.csv "Duplicate row.names not allowed"
I'm trying to read in a CSV, with lines looking like: HEADER, Latitude DecDeg, Latitude Hemisphere, Longitude DecDeg, Longitude Hemisphere, Speed knots, Bearing Degrees, fixQualityGga, noOfSatGga, altGga, heightGga, selectionGsa, fixGsa, pdopGsa, hdopGsa, vdopGsa, noOfSatGsv, Time, *checkSum $GPS, 3747.0224, N, 12223.4522, W, 0.36, 348.21, 1, 3, 4.01, 175.5, -25.2, A, 2, 4.14,
2012 Mar 07
3
GPS handling libraries or (String manipulation)
Dear all, I would like to ask you if R has a library that can work with different GPS formats For example  I have a string of this format N50° 47.513 E006° 03.985 and I would like to convert to GPS decimal format. that means for example converting the part N50° 47.513 to 50 + 47/60 + 513/3600. Is it possible to do that with R? What is the name of such a library? I would like to thank you in
2010 Jan 10
1
Enabling BT GPS receiver for Wine
Hi, I am trying to install and make functiona PC Navigator 8 for my father on Ubuntu 9.10 using wine. Software is runnable, i connect BT GPS receiver to ubuntu on rfcomm4, but I am unable to make receiver visible for PC Navigator. Can anyone help he? Thank you
2007 May 08
3
Median
Hello. I need calculate the median of several column of a data.frame, in a new column of this data frame, but the median operator only calculate from a vector. I have made a functionc that calculate the median but it is very slow. Are there any method in any package to calculate this? Best regards. Jose Sierra. A B C -0.01678042
2006 Feb 21
1
OT Proftpd Continued
Below is a cut and past from my log files that are sent to me. This is from the last day that proftpd worked correctly. I'm not sure why proftpd was restarted as the log states: ################### LogWatch 5.2.2 (06/23/04) #################### Processing Initiated: Sun Feb 19 09:02:02 2006 Date Range Processed: yesterday Detail Level of Output: 0 Logfiles