Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set

2009-02-25 Thread Arne K. Haaje
- Original Message - From: Arne K. Haaje a...@drlinux.no To: devel@kannel.org Sent: Thursday, February 19, 2009 4:51 PM Subject: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set If you have dlr-mask=24, to only receive ACK or NACK, then foreign_id is not set

Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set

2009-02-25 Thread Alexander Malysh
: devel@kannel.org Sent: Thursday, February 19, 2009 5:20 PM Subject: Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set Yes, bb_smscconn_sent(smpp-conn, msg, NULL) (just outside context in the patch) sends this using create_dlr_from_msg, so avoids creating a dlr with dlr_add. On Torsdag 19

Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set

2009-02-25 Thread Alexander Malysh
nbalka...@gmail.com Cc: devel@kannel.org Sent: Thursday, February 19, 2009 5:20 PM Subject: Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set Yes, bb_smscconn_sent(smpp-conn, msg, NULL) (just outside context in the patch) sends this using create_dlr_from_msg, so avoids creating a dlr

[PATCH] SMPP: With dlr-mask=24, foreign_id is not set

2009-02-19 Thread Arne K. Haaje
If you have dlr-mask=24, to only receive ACK or NACK, then foreign_id is not set on the dlr-url for %F when receiving ACK from the operator. This small patch should set it. Arne -- Arne K. Haaje | www.drx.no T: 69 51 15 52 | M: 92 88 44 66

Re: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set

2009-02-19 Thread Arne K. Haaje
: Arne K. Haaje a...@drlinux.no To: devel@kannel.org Sent: Thursday, February 19, 2009 4:51 PM Subject: [PATCH] SMPP: With dlr-mask=24, foreign_id is not set If you have dlr-mask=24, to only receive ACK or NACK, then foreign_id is not set on the dlr-url for %F when receiving ACK from