Hello, I'm trying to obtain from submit_sm_resp the highlighted data from C
code of gwlib.

command_id: 2147483652 = 0x80000004
command_status: 0 = 0x00000000
sequence_number: 7 = 0x00000007
message_id: "2B23AF36"

I know that exist the Msg structure, but I could't find on the web the field
names for that, I found the Msg->sms structure with this information:

MSG(sms,
    {
        OCTSTR(sender)
        OCTSTR(receiver)
        OCTSTR(udhdata)
        OCTSTR(msgdata)
        INTEGER(time)
        OCTSTR(smsc_id)
        OCTSTR(smsc_number)
        OCTSTR(foreign_id)
        OCTSTR(service)
        OCTSTR(account)
        UUID(id)
        INTEGER(sms_type)
        INTEGER(mclass)
        INTEGER(mwi)
        INTEGER(coding)
        INTEGER(compress)
        INTEGER(validity)
        INTEGER(deferred)
        INTEGER(dlr_mask)
        OCTSTR(dlr_url)
        INTEGER(pid)
        INTEGER(alt_dcs)
        INTEGER(rpi)
        OCTSTR(charset)
        OCTSTR(boxc_id)
        OCTSTR(binfo)
        INTEGER(msg_left)
        VOID(split_parts)
        INTEGER(priority)
        INTEGER(resend_try)
        INTEGER(resend_time)
        OCTSTR(meta_data)
    })

I have to use dlr_mask??? Any Idea?

Thanks a lot.

Reply via email to