similar to: Asterisk with Motorola Canopy

Displaying 20 results from an estimated 8000 matches similar to: "Asterisk with Motorola Canopy"

2005 Jul 27
1
Motorola A910 WiFi + GSM phone
Hi all, On the Wiki it says something about the motorola WiFi/GSM hybrid phone, the Motorola CN620. Don't know whether that one ever made it to the market or not, but I read a review on c|net about another upcoming model, the A910. The A910 is Linux-based, and offers WiFi on top of GSM, GPRS and Bluetooth. You can see the picture at
2006 Jun 09
2
H.264 and Motorola Ojo
Hi all, I've just acquired a few Motorola OJO units, and am looking at testing them out with Asterisk. Having read the Ojo spec it seems they use an 'enhanced' version of h.264, which I believe is supported to some extent under 1.4 (?). Amongst other things, it seems that the Ojo allows for custom frame rates and picture sizes, outside the standard implementation of H.264(?) Does
2007 Sep 28
1
Proximity Detection: Motorola Q + Bluetooth + Asterisk
Hi, Can anyone tell me if the Motorola Q has its Bluetooth always on like the IPhone? I want to use the Motorola Q in a Proximity Detection setup like that described on nerdvittles.com. I know the Treo 650 does not work well since the display must be on for the bluetooth to be on and this eats power. Thanks Chuck Bunn
2013 Jul 15
1
How to get Centos to recognize a Motorola RAZR V3 as a USB device?
I have a mini-USB cable, but simply connecting a Motorola RAZR to a Linux (Centos 6) PC to download stored pictures doesn't work, at least not automatically. Any idea what I need to do to get Centos to recognize that a Motorola RAZR V3 is plugged in as a USB device? (I don't have a data plan on this phone - I'm just trying to get archived pictures off of it onto the computer.)
2003 Dec 07
1
Vonage sending Motorola gear now?
I got a call from an ISP friend tonight who said he is getting calls from people who are getting signed up with Vonage. Instead of sending them ATA186s, apparently they're receiving something made by Motorola. They apparently work significantly differently than the Cisco units, and there have been some problems. Anybody know anything further? Thx. B.
2020 Nov 03
4
[RFC] Backend for Motorola 6800 series CPU (M68k)
Hi All, Just a quick update on the Motorola 6800 backend: Based on the feedback, "M68k" (with lowercase "k") will now be the canonical target name and "m68k" be the target triple name. I've updated all the patches under review to reflect this change. I'm also asking for everyone's help to review all the patches. /* Target independent changes */ 1.
2012 Feb 06
1
lmer with spatial and temporal random factors, not nested
Hi, I am new to this list. I have a question regarding including both spatial and temporal random factors in lmer. These two are not nested, and an example of model I try to fit is model1<-lmer(Richness~Y+Canopy+Veg_cm+Treatment+(1|Site/Block/Plot)+(1|Year), family=poisson, REML=FALSE), where richness = integer Y & Treatment = factor Canopy & Veg_cm = numerical, continous
2003 Sep 24
0
(fwd from Michael.Pedigo@motorola.com) Core Dump issue with Solaris8 and 2.2.8a
----- Forwarded message from Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> ----- From: Pedigo Michael-G17060 <Michael.Pedigo@motorola.com> To: "'samba@samba.org'" <samba@samba.org> Subject: Core Dump issue with Solaris8 and 2.2.8a Date: Tue, 23 Sep 2003 10:40:16 -0500 Hello, I am NOT an advanced UNIX admin and am fairly new to Samba, and am seeking
2020 Sep 28
2
[RFC] Backend for Motorola 6800 series CPU (M68k)
On Sun, 27 Sep 2020 at 20:27, John Paul Adrian Glaubitz via llvm-dev < llvm-dev at lists.llvm.org> wrote: > As many of these classic systems still have very active communities, > especially the Amiga community, > development efforts are still very strong. For example, despite being the > oldest port of the Linux > kernel, the m68k port has still multiple active kernel
2001 Mar 27
1
Problems Seeing Output From Wine
Hi All, I'm very new to this whole wine app so please stick with me. I have installed wine 1.0 from codeweavers and am having mixed success with it, for example: I am able to intall the motorola 56000 software developement tools under the ~/.wine/fake_windows/Program Files/ directory and can actually use the assembler if I explicitly tell wine the full path wine --
2020 Sep 24
7
[RFC] Backend for Motorola 6800 series CPU (M68k)
Hi All, We would like to contribute our supports for Motorola 68000 series CPU (also known as M68k or M680x0) into LLVM. And we want to hear feedbacks from you Here is some background for M68k: Motorola 68000 series CPU was one of the most popular CPUs used by personal computers in the ‘80, including some of the earliest Apple Macintosh. Fast-forwarding to modern days, M68k is still popular
2007 Mar 07
2
VoIP over Alvarion Wireless
Hi, This question isn't specifically asterisk related, but perhaps someone here can shed some light or offer some insight. Is anyone else here running VoIP over Alvarion wireless? If yes, do you have any suggestions for what you've done to make it "work"? It seems that no amount of traffic shaping, checking installs for error rates, lowering error rates, or setting
2005 Jan 10
3
Fixed Point Speex in Microchip's PIC and Motorola's
Hmmm.... it's a shame.... what are the minimum requirements for Fixed Point Speex? John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Alain wrote: > Hi, no chance to run it on anything from Microchip, theyr best > processor is 16 Mips 8 bits only. For what I have been readind on this > list for more than a year you need a lot more than
2006 Jun 26
1
registering a Motorola vt1005
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 3620 bytes Desc: dfs.ht1.jpg Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060626/d12d4001/attachment.jpeg
2007 Feb 04
0
samba precompile for DGUX motorola
Might any one have a pre-compile of samba for the old DGUX Motorola platform left anywhere? Thanks Tom
2011 Jun 29
1
P2K access for motorola
Hello! I can't connect my motorola phone with p2k programs. How can I do that without virtualbox or windows? If thats not possible, can I apply some options to make wine understand usb devices, while compiling?
2020 Nov 13
0
[RFC] Backend for Motorola 6800 series CPU (M68k)
Hello! On 11/3/20 6:10 PM, Min-Yih Hsu wrote: > Just a quick update on the Motorola 6800 backend: Based on the feedback, > "M68k" (with lowercase "k") will now be the canonical target name and > "m68k" be the target triple name. I've updated all the patches under review > to reflect this change. Are there any news on this? The M68k buildbot is ready
2010 Jun 06
0
Centos on Motorola PowerQuicc?
Dear All Do you have any experience with hardware emulator for Motorola PowerQuicc on MS Windows host (dedicated for centos installation)? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100606/c19e6f33/attachment-0001.html>
2005 Aug 18
3
Vonage locked Motorola VT-1000s
I have a small pile of them from customers who were too lazy to send them back after switching to our local voice service... Is there any hope of ever using these things with Asterisk? Vonage does not want them back and they won't unlock them either. A terrible shame! Should I just toss them? Steve
2020 Nov 15
3
[RFC] Backend for Motorola 6800 series CPU (M68k)
As well as the actual patch reviews, has there been official approval that the M68k experimental backend can be added to trunk? I guess we need a "Backend: M68k" bugzilla component - is there anything else? On 13/11/2020 22:41, John Paul Adrian Glaubitz via llvm-dev wrote: > Hello! > > On 11/3/20 6:10 PM, Min-Yih Hsu wrote: >> Just a quick update on the Motorola 6800