That worked for outgoing calls. I'm still receiving the following upon incoming 
calls:

Traceback (most recent call last):
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py", 
line 218, in _readyToRead
    self.readyToRead( data )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py", 
line 354, in readyToRead
    self.parser.feed( data, not self.q.empty() )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/parser.py", 
line 127, in feed
    nextstate = self.state( b, haveCommand )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/parser.py", 
line 177, in state_inline_r
    return self.unsolicitedLineCompleted()
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/parser.py", 
line 237, in unsolicitedLineCompleted
    self.unsolicited( self.lines )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/decor.py", 
line 45, in logIt
    result = fn( *args, **kwargs )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py", 
line 526, in _handleUnsolicitedResponse
    method( values.strip() )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/modems/ti_calypso/unsolicited.py",
 line 128, in percentCPI
    info["peer"] = const.phonebookTupleToNumber( number[1:-1], int(ntype) )
  File 
"/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/const.py", 
line 805, in phonebookTupleToNumber
    assert ntype in ( 129, 145, 185, 208 ), "unknown type %i" % ntype
AssertionError: unknown type 161

-Tom

----- Original Message -----
From: "Joachim Breitner" <[EMAIL PROTECTED]>
To: [email protected]
Sent: Saturday, August 16, 2008 5:13:38 PM GMT -05:00 US/Canada Eastern
Subject: Re: Official Debian port with FSO

Hi,

Am Samstag, den 16.08.2008, 17:00 -0400 schrieb xaos x:
> I'm not sure what string type the write function is expecting the
> variable "data" to be, but doing a data = data.encode("utf-8") before
> the isinstance() check in def write(self,data) gets rid of the error
> output, however it still will not dial.

I have applied an work-around after all and uploaded a new package that
you might want to try out (apt-get update; apt-get -u upgrade should do
it), see
http://git.debian.org/?p=pkg-fso/frameworkd.git;a=commitdiff;h=8f6b1bf96759b73b98e5e210f825ce1318179cb0
for the diff.

Greetings,
Joachim
-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata

_______________________________________________
support mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/support

_______________________________________________
support mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to