gnokii-users
[Top][All Lists]
Advanced

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

Re: Call and SMS Notification


From: Fred Lefévère-Laoide
Subject: Re: Call and SMS Notification
Date: Wed, 26 Mar 2008 17:30:31 +0100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Pawel Kot a écrit :
Hi,

On Wed, Mar 26, 2008 at 11:59 AM, Fred Lefévère-Laoide
<address@hidden> wrote:
 LOG: debug mask is 0x1
 Config read from file /home/user/.gnokiirc.
 avant osso init
 apres osso_init
 Sorry, phone has not yet been converted to new style. Phone.Functions ==
 NULL!
 Sorry, phone has not yet been converted to new style. Phone.Functions ==
 NULL!

 that's with the AT driver

Strage. Which command is exactly called? Or if you call it from your
app, what function do you call and what structures and how are
prepared?

The code from phonelink (adapted from an example in your SVN ...

...
gn_data_clear(&data);
data.call_notification = notify_call;
data.callback_data = uic;
error = gn_sm_functions(GN_OP_SetCallNotification, &data, state);
if (error != GN_ERR_NONE) {
...

with notify_call :
void notify_call(gn_call_status call_status, gn_call_info *call_info, struct gn_statemachine *state, void *data)


take care,
pkot





reply via email to

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