- Click - sorry Wayne, that won't be it if the dlr_find call is reporting it can't find it - ignore my last email.
The other problem I had with one CDMA SMSC via SMPP was receiving the number as source not destination, ie ... see attached patch (which is not suggested to be committed to cvs, etc). Add some debugging to print out what you're adding and what you're looking for, etc... let me know how you get on. cheers, Alan On Tue, 2003-01-07 at 00:11, Wayne wrote: > Remember this one ? > > got DLR but could not find message or was not interested in it > > > I'm getting this for messages received from CMDA handsets, regardless of > DLR requested or not. > The only diff in PDU from GSM based is the class is 2 instead of null. > > I've tried setting msg-id-type to 0,1,2 & 3 in various cvs versions ( > latest being 3 weeks old ) > > No luck. > > Any ideas ? > > Regards > > Wayne Smithers > 5th Finger Pty Ltd > -- Alan McNatty <[EMAIL PROTECTED]>
Index: gw/smsc/smsc_smpp.c =================================================================== RCS file: /home/cvs/gateway/gw/smsc/smsc_smpp.c,v retrieving revision 1.22 diff -r1.22 smsc_smpp.c 784c785 < octstr_get_cstr(pdu->u.deliver_sm.destination_addr), /* destination */ --- > octstr_get_cstr(pdu->u.deliver_sm.source_addr), /* source */
