Thanks Alex and Oded.

>but latest CVS
>has a configuration for that (in modems.conf) that is disabled by
>default for most modem types 

I just dowloaded latest tar.gz (snapshot). There is exactly the same code:

void at2_send_messages(PrivAT2data *privdata)
{
    Msg *msg;
    
    do
    {
 if(list_len(privdata->outgoing_queue) > 1)
     at2_send_modem_command(privdata, "AT+CMMS=2", 0, 0);
     if( ( msg = list_extract_first(privdata->outgoing_queue )))
     at2_send_one_message(privdata, msg);
    } while (msg);
}

I think I'll cut the at2_send_modem_command away.
Andrea


Reply via email to