Hello!

Yes. The emi2 group for now looks

group = smsc
smsc = emi2
smsc-id = MTS
port = 5006
host = 212.44.xxx.xxx
connect-allow-ip = "212.44.xxx.xxx"
receive-port = 5006
smsc-username = qqq
smsc-password = qqq
flow-control = 1
idle-timeout = 120
throughput = 10


with best wishes
 German Aksenov
phone: (095)258-7258 ext. 7836


                                                                                       
                       
                      Stipe Tolj                                                       
                       
                      <tolj@wapme-syste        To:       [EMAIL PROTECTED]            
                       
                      ms.de>                   cc:       [EMAIL PROTECTED]        
                       
                                               Subject:  Re: EMI2 Panic                
                       
                      27.06.2002 17:36                                                 
                       
                                                                                       
                       
                                                                                       
                       




> Just I have applied yours patch from list. and now kannel still crashed
> with the following PANIC error. but only with this eror independet of
set
> username and password in conf.
>
> 2002-06-27 17:28:29 [0] INFO: MAIN: Start-up done, entering mainloop
> 2002-06-27 17:28:29 [0] PANIC: gwlib/octstr.c:2108: seems_valid_real:
> Assertion `ostr->len == 0' failed. (Call
> ed from gw/smsc_emi2.c:1438:start_cb.)

the assertion is caused in:

static void start_cb(SMSCConn *conn)
{
    PrivData *privdata = conn->data;

    /* in case there are messages in the buffer already */
    if (privdata->rport > 0)
 gwthread_wakeup(privdata->receiver_thread);
    debug("smsc.emi2", 0, "EMI2[%s]: start called",
   octstr_get_cstr(privdata->name));
}

where privdata->name seems to be NULLed.

Do you have an 'smsc-id' directive in the group?

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