[maemo-developers] Keeping the softkeypad from going away.

2006-10-09 Thread adam singer
How can  you keep the softkeypad from going away in a hildon application written in python?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Update on command line wifi connections

2006-10-09 Thread D. Scott Brown


On Oct 8, 2006, at 6:22 AM, Matt Clark wrote:


D. Scott Brown wrote:
I've tried four methods limited or no success (see below for  
source and results), and I'm down to one last possibility. I don't  
have access to a linux box to test the real C API in osso-ic.h,  
and I would be happy to compensate any willing developer for his  
time if he can get this to work.


There's probably a good reason why you haven't tried it, but ISTM  
that if you have an windows PC then you can have a linux box for  
$0: just download VMWare Server (it's completely free of charge),  
and install your favourite distro on it (Can't go far wrong with  
Ubuntu).  For intel macs there's Parallels (not free but cheap).


Alas, I'm on a pre-intel mac.

One of my partners has an x86 machine and is setting up the  
environment now - I'll let the list know what we figure out.


Scott
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] VoIP through SIP

2006-10-09 Thread Johannes Eickhold
On Fri, 2006-10-06 at 15:27 +0200, Fred Lefévère-Laaoide wrote:
> Frédéric Crozat wrote:  
> > Well, I want to use my ISP (Free.fr) SIP platform, which allows me to
> > call anywhere in France and various countries for free, as if I was
> > calling from home.
> > 
> > They only support g711 vocodeur ATM (because they are using Cirpack PBX)
> > and their cirpack server is also sending dummy "ping" packet (see
> > http://lists.digium.com/pipermail/asterisk-dev/2006-May/021033.html for
> > more info on this, it would be nice to integrate a similar fix in
> > Sofia-SIP).
> 
> Any news on this ?
> Or a how to get started on adding g711 support?

Sofsip-cli is already using G.711 as it's only supported codec. It makes
use of gstreamer to setup a pipeline like this:

dsppcmsrc -> rtppcmupay -> rtpbin

If you look at the produced RTP packets with e.g. wireshark and decode
the UDP packets as RTP traffic you can see they are tagged to carry
G.711 PCMU payload.

For a list of further codecs use

gst-inspect |grep rtp

on the device (you will maybe have to install the gstreamer-tools
package). Be aware that you would currently have to change the code of
sofsip-cli to enable usage of other codecs.

Greets, Jonek

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers