[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: double phonebook entries
From: |
BORBELY Zoltan |
Subject: |
Re: double phonebook entries |
Date: |
Fri, 17 Jan 2003 21:04:16 +0100 |
User-agent: |
Mutt/1.4i |
Hi,
On Thu, Jan 16, 2003 at 02:16:57PM +0100, Ruotger.Skupin wrote:
> I tested the cvs version and got:
>
> [Deus:command_line_cvs/gnokii/gnokii] roddi% ./gnokii --getphonebook ME
> 1 end --raw
> GNOKII Version 0.5.0pre4
> ...
> ...
> ... <after the 18th entry>
> Error: Command timed out.
> [Deus:command_line_cvs/gnokii/gnokii] roddi%
>
> The entries before the timeout look good.
Please edit the common/gsm-statemachine.c and try it again. Find the
following function and increase the timeout from 30 to a larger
value. Maybe 40 or 50 will do the job.
gn_error sm_block(int waitfor, gn_data *data, struct gn_statemachine *state)
{
return __sm_block_timeout(waitfor, 30, 0, data, state);
}
Bye,
Bozo
- double phonebook entries, Ruotger . Skupin, 2003/01/10
- Re: double phonebook entries, Pawel Kot, 2003/01/12
- Re: double phonebook entries, Ruotger . Skupin, 2003/01/12
- Message not available
- Re: double phonebook entries, BORBELY Zoltan, 2003/01/15
- Re: double phonebook entries, BORBELY Zoltan, 2003/01/15
- Re: double phonebook entries, Ruotger . Skupin, 2003/01/16
- Re: double phonebook entries,
BORBELY Zoltan <=
- Re: double phonebook entries, Ruotger . Skupin, 2003/01/17