Stipe Tolj wrote:
> 
> Ok,
> 
> it seems that when MOs are passed to the abstraction layer via
> gw/bb_smscconn.c:bb_smscconn_receive() and then tried to stored by
> calling gw/bb_store.c:store_save() we get a segmentation fault in
> there.
> 
> It does not happen when the store-file is configured.
> 
> Anyone changes something in there?! Heads up! (we'll cut them anyway
> ;))

ok, Alex, you added this to store_save():

287 amalysh 1.21 
288                  /* always set msg id and timestamp */
289                  if (msg_type(msg) == sms) {
290                     msg->sms.id = counter_increase(msg_id);
291                     msg->sms.time = time(NULL);
292                  }
293              

I guess this is causing the problem?!

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 D�sseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to