similar to: Wanting to Make a PocketPC have a secure Connection to asterisk server

Displaying 20 results from an estimated 600 matches similar to: "Wanting to Make a PocketPC have a secure Connection to asterisk server"

2005 Oct 13
0
RE: Wanting to Make a PocketPC have asecureConnection to asterisk server
I'm wanting both the voice and the configuration to be secure. (very secure). I don't care if it is SIP or IAX but I do need a softphone on the pocketpc I can use. I'd appreciate if you could take a look this weekend for me. Thanks, -Peter ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On
2005 May 26
5
Looking for inexpensive phone to use with Asterisk with message light and a button that will let me play new messages
I'm wanting to have a phone at home next to the garage door that when my bride comes home, she can see that there is a new message, push a button and have the messages played to her. Otherwise, she will not let me install asterisk on my home line. Can someone suggest relatively inexpensive hardware that will do this for me (us)? Thanks, -Peter
2005 Mar 29
2
Asterisk@Home 0.7 released Question/Problem
I'm new to this and have tried to find the answer in the discussions and docs but to no avail. I even read the posting saying the password issue has already been discussed. So, at he risk of being exiled, here goes. Question 1: I've installed 0.7 and can log into the asterisk server from windows by typing http://192.168.1.11 I can log in with wwwadmin and the password I set myself
2005 Mar 28
2
problem with 1 dialing (recording says must dial 1 when I thought I did)
TRUNKMSD1=1 ; MSD digits to strip (usually 1 or 0) TRUNKMSD2=2 ; MSD digits to strip (usually 1 or 0) ; logn distance calls exten => _91NXXNXXXXXX,1,NoOp("Dialing: "${TRUNK}/${EXTEN:${TRUNKMSD1}}) exten => _91NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD1}}) exten => _91NXXNXXXXXX,3,Congestion When I dial
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
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
2009 Jul 29
1
lrm-function: Interpretation and error message
I have a set of data that is not normally distributed and for which I need to build a model. So, I tried the lrm function from the design-package. The first run went well, and I got the following results: Wald Statistics Response: RVCL2PROC.mott Factor Chi-Square d.f. P TTV.mott (Factor+Higher Order Factors) 69.01 4
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 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 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
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 Feb 07
1
PocketPC Softphone?
Anybody got any preferences for a good SIP softphone? Ideally, a free download for the moment, as this is just for some initial proof-of-concept. -- Adrian Chapman Director Trivas Ltd Business on the Move Mobility - Messaging - Infrastructure - Security - Remote Access 07796 690210 - 01582 626552
2006 Jun 22
2
How to get audio data from microphone on pocketPC ?
Hi, My name is Patrick, i am french, and i am developping a softphone for pocket PC using speex. Sorry in advance for my bad english. So i have make an GUI in C# that use the speex functions through dll write in C++. And the encoding and the decoding using speex seems to work not too badly.(i test with a wave file) My problem is that i need to get audio data from the microphone. In order to do
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Hi Jean-Marc, Based on the wonderful Speex project, I've created SpeexOutLoud, essentially a Speex codec port for Windows Mobile 2003 devices. I've included a sample project intended to show the usage of SpeexOutLoud codec in a Pocket PC application based on .NET Compact Framework. I'd request you to please go through the attached build, and include it as a contribution to the
2011 Jun 19
4
Can WINE help me using Dell Axim from Puppy Linux 511?
Since I'm new to this forum I probably I'm doing something wrong, I'm sorry if this's the case! I don't have a windows base system, solely Puppy Linux. I do have an Axim, though; can't do hardly anything useful with it since starting using just Linux. Went through many pages about WINE but failed to locate any useful info. That's the reason for posting my issue here.
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 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