gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: voice dial & call progress information on Nokia 3310


From: Daniele Forsi
Subject: Re: voice dial & call progress information on Nokia 3310
Date: Wed, 25 Apr 2007 12:43:56 +0200
User-agent: KMail/1.9.4

Alle 00:44, giovedì 19 aprile 2007, Sz. Cs. ha scritto:

> Can it be stated, that the 3310 does not handle the 0x01 type message
> frames?

AFAIK that's true; it was me that enabled the old calling method after testing 
with my 3310 (see the ChangeLog)

> (I see Gnokii - when tapped - also uses the 0x40 type voice call 
> method, so I could not see any well formed 0x01 type voice call message.)

in common/phones/nk6100.c remove NK6100_CAP_OLD_KEY_API from these lines
{ "NHM-5",      NULL,           NK6100_CAP_OLD_KEY_API | NK6100_CAP_PB_UNICODE 
| NK6100_CAP_NO_PSTATUS | NK6100_CAP_OLD_CALL_API }, /* 3310 */
{ "NHM-5NX",    NULL,           NK6100_CAP_OLD_KEY_API | NK6100_CAP_PB_UNICODE 
| NK6100_CAP_NO_PSTATUS | NK6100_CAP_OLD_CALL_API }, /* 3310 */

if you succeed then please report your firmware version so we can update 
libgnokii

> How can any voice "call progress information" be digged out from a 3310.
> (Even with a polling ...)

that would be useful, ther's nothing about that in Docs/protocol/nk6110.txt
but see GetActiveCalls() which works only with the new call API

> Also, it would be useful for me to show a complete (HEX) string with the
> new type voice call message, I could not find any. Probably I missed
> something when assemled the fbus message.

see MakeCall1() for this:
Voice Call
Message sent: 0x01 / 0x0017
00 01 00 01 0a 31 32 33 34 35 36 37 38 39 30 05 |      1234567890
01 01 05 81 01 00 00                            |

-- 
Daniele




reply via email to

[Prev in Thread] Current Thread [Next in Thread]