Re: [PATCH 6/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched.

2011-01-31 Thread Oleg Zhurakivskyy
Hello Marcel, On 01/28/2011 12:40 AM, ext Marcel Holtmann wrote: After talking to Kai I have an idea what you are aiming for. I think you are looking at the wrong API. You should look at the history API. Check out examples/history.c. That gives you the whole set of incoming and outgoing SMS an

RE: [PATCH 6/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched.

2011-01-27 Thread Marcel Holtmann
Hi Oleg, so first things first, please no top posting on this mailing list. > That's in order to include the uuid (so we can correlate sms_send_pending and > sms_send_status). Possibly, in order to include some other parameters, > without affecting the other users of the sms_agent_dispatch_data

RE: [PATCH 6/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched.

2011-01-27 Thread oleg.zhurakivskyy
Hello Marcel, That's in order to include the uuid (so we can correlate sms_send_pending and sms_send_status). Possibly, in order to include some other parameters, without affecting the other users of the sms_agent_dispatch_datagram(). Please take a look into the messaging_agent_sms_send_pending

Re: [PATCH 6/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched.

2011-01-27 Thread Marcel Holtmann
Hi Oleg, > src/smsagent.h |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/src/smsagent.h b/src/smsagent.h > index 39513d6..348d36d 100644 > --- a/src/smsagent.h > +++ b/src/smsagent.h > @@ -31,6 +31,8 @@ typedef void (*sms_agent_dispatch_cb)(struct sms_agent > *

[PATCH 6/9] oFono smsagent enhancements to permit more flexible parameter set to be dispatched.

2010-12-29 Thread Oleg Zhurakivskyy
--- src/smsagent.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/smsagent.h b/src/smsagent.h index 39513d6..348d36d 100644 --- a/src/smsagent.h +++ b/src/smsagent.h @@ -31,6 +31,8 @@ typedef void (*sms_agent_dispatch_cb)(struct sms_agent *agent,