Oded AT2 DLR patch

2002-08-12 Thread Andrea Viscovich
There is a problem. In at2_send_one message here is the code: /* gen DLR_SMSC_SUCCESS */ if (msg-sms.dlr_mask DLR_SMSC_SUCCESS) { Msg* dlrmsg; dlrmsg = msg_create(sms); dlrmsg-sms.id = msg-sms.id; dlrmsg-sms.service

RE: Oded AT2 DLR patch

2002-08-12 Thread Oded Arbel
-Original Message- From: Andrea Viscovich [mailto:[EMAIL PROTECTED]] There is a problem. In at2_send_one message here is the code: snip So if one has dlrmask = 3 will never get dlr, as there is dlr only if in the mask is set DLR_SMSC_SUCCESS bit ahmm.. oops ? :-\ Oded, think I