similar to: RE: Wanting to Make a PocketPC have asecureConnection to asterisk server

Displaying 20 results from an estimated 800 matches similar to: "RE: Wanting to Make a PocketPC have asecureConnection to asterisk server"

2005 Oct 12
2
Wanting to Make a PocketPC have a secure Connection to asterisk server
Does anyone know of a good solution to create a secure (encrypted) connection from a pocketpc (IPAQ 6515 in my case) to an asterisk server? Thanks Peter Kellner http://PeterKellner.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051012/2ee8b011/attachment.htm
2004 Sep 23
0
Re: [Asterisk-Dev] Softphone for PocketPC or iPaq
I have tried sjphone - worked well, although I think my 3 year old IPAQ had a bit of a hard time keeping up with the pace as there was quite a delay in the speech. Probably says more about my ancient IPAQ than SJPhone. Sam Lex Lethol <lethol@gmail.com> wrote on 23/09/2004 15:31:39: > I tried the xten one and didn;t like at all.. > > Havent tried to SJPhone, but my guess is
2004 Sep 22
4
Softphone for PocketPC or iPaq
Is there a soft phone for PocketPC or iPaq? If not, is someone working on it? I will be more than willing to contribute my mite if needed. Thanks, -- sudhir
2004 Apr 22
0
PocketPC 2003 taking samba file share?
Hi All, Anybody ever succeeded in getting a samba share opened by PocketPC 2003 File Explorer? I am using a h4150 iPaq with WLAN capabilities, but haven't been able to succesfully take in any type of samba share, public nor private. I have used Pocket Hosts to make sure the samba server is known by it's hostname, but even by referencing the samba server by it's IP address directly, I
2005 Feb 03
1
free pocketPC softphone (toshiba e750)
Hi all I have a pocketPC Toshiba e750 and I want to make SIP calls from it, but I didnt found any free softphones for my Toshiba. X lite's versions for pocketPC isnt free :( Did someone used before a free softphone for pocketPC? witch one? Thanks Joao Pereira www.fccn.pt
2004 Aug 06
2
Speex in a PocketPc crashes sometimes.
Hello Cesar I'm using Speex on a PPC2002 and PPC2003 with no problems. For tune-up remember to define the FIXED_POINT macro in Project->Settings in eVC. With this setting you ought to be able to at least decode in realtime while using debug-mode. Kind regards Bjoern D. Rasmussen >From: "cesarbremer@raseac.com.br" <cesarbremer@raseac.com.br> >To: speex-dev@xiph.org
2005 Feb 22
1
Error connecting to Samba share from pocketPC
I've setup a wireless network with a Linux server, several Windows XP PC's and a PocketPC running Windows Mobile 2003 SE. The Linux server is running Debian and Samba 3.0.10. All is working fine, with Samba as a domain controller and serving shares for the Windows PC's. However my PocketPC is unable to connect to a Samba share (it can connect just fine to a share on Windows XP)
2006 Jun 13
1
LIBC.lib and developing for PocketPc
Hi I downloaded speex_win32_1.0.4_setup.exe. I was pretty happy to see that there was libspeex.lib and libspeex.dll. Everything went fine until I tried to build speexenc.c as win32 console program. Visual Studio 2005 gives error: "fatal error LNK1104: cannot open file 'LIBC.lib'". What is this LIBC.lib file? My ultimate goal would be to make wav->speex encoder
2006 Feb 21
2
Bug#353815: logcheck: Ignore Pocket PC/synce/USB messages, please
Package: logcheck Version: 1.2.42 Severity: wishlist -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here are some more messages that can be safely ignored: localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA localhost kernel: drivers/usb/serial/ipaq.c: USB PocketPC PDA driver
2006 Mar 09
1
SIP/Video client for PocketPC that works with Asterisk?
Anyone know of a SIP client that does video and runs on the PocketPC? I've tried Microsoft Portrait but have had issues. Thanks!
2004 Sep 22
1
Codec For PocketPC
Hi, I have ported the speex codec to PocketPC. However there are some issues coming. Firstly, i am trying to use a sampling rate of 44.1KHz and 14KHz after changing some of the code. When i try to decode and listen , there is some break in sound which occurs only at the starting of the sample file. On the first run, it works fine but the break increases upto a certain level on subsequent runs .
2004 Oct 13
1
speex under PocketPC
Are there any caveats when trying to get speex running under PocketPC? I'm under fairly tight bandwidth constraints and would like to avoid going AMR. Is it about as simple as setting up a project and running, or is it a more involved port? -------------- next part -------------- A non-text attachment was scrubbed... Name: matthias.vcf Type: text/x-vcard Size: 220 bytes Desc: not available
2006 May 17
1
FW: libtheora in WinCE or PocketPC?
Hi there, I've found no answers to this question from Fri Apr 15 19:33:50 2005. Are there any answers now? > I'm sure this is a common question, but I haven't seen it asked nor answered > on this list, on the Theora Wiki nor FAQ, nor on the Internet at large > (though I haven't checked the whole thing): > > Has anyone ported 'libtheora' to WinCE or
2005 Apr 15
0
libtheora in WinCE or PocketPC?
I'm sure this is a common question, but I haven't seen it asked nor answered on this list, on the Theora Wiki nor FAQ, nor on the Internet at large (though I haven't checked the whole thing): Has anyone ported 'libtheora' to WinCE or PocketPC 2003? I seem to recall seeing a Linux ARM port, but I haven't been able to confirm that, either. I see there's a
2004 Aug 06
0
status report on the Windows CE (PocketPC) ACM codec
Hello, just a brief report on where I am going with that Windows CE ACM Speex codec. * I managed to compile the GSM610 sample codec by Visual C++ Embedded for the ARM processor. This is set up as a DLL project in the IDE. Replacing the implementation with the existing Win32 code should be straightforward now. * I wrote an install/setup procedure for the codec (works fine) * I built a
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with samplecode
It's the case now, MS's compilers don't support long long type So in the arch.h file I posted. Since _WIN32_WCE is defined for every Windows CE platform (including PocketPC), we can be sure if the following are defined, then it's ms's eMbedded Visual C++ compiler 1. _WIN32_WCE, meaning on Windows CE platform 2. _MSC_VER, meaning ms's compiler // the code in arch.h
2004 Sep 22
0
Codec for PocketPC
Hi, I have ported the speex codec to PocketPC. However there are some issues coming. Firstly, i am trying to use a sampling rate of 44.1KHz and 14KHz after changing some of the code. When i try to decode and listen , there is some break in sound which occurs only at the starting of the sample file. On the first run, it works fine but the break increases upto a certain level on subsequent runs .
2006 Jun 23
0
How to get audio data from microphone on pocketPC ?
Hi You should try using fmod(www.fmod.org) for recording. You need fmodce for pocketpc, and there is recording sample included. Also you should download fmodex, because there is record to disk sample. I have developed application for pocket pc which records sound in a wav file. My problem is that I have not been able to encode sound to speex in pocket pc. So I have also question for you: do have
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
I emailed Jean-Marc the arch.h about one week ago, not quite sure whether he actually received that email. Anyway, here I have an improved version of arch.h that I believe that it would be better, to use __int64 only if compiling on eMbedded Visual C++ compiler, so for any other compiler, keep it the same (use long long) ---------------------------------- Chan Kei Yuen (Kenji)
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Actually, the best thing do to would be to use __int64 *unless* it's not supported. So there needs to be a configure check... Jean-Marc Le mar 01/06/2004 à 14:50, Kenji Chan a écrit : > I emailed Jean-Marc the arch.h about one week ago, not quite sure > whether he actually received that email. > > > > Anyway, here I have an improved version of arch.h that I