Re: SMPP DLR with identification
Hi On your dlr-url just add a field where you set your own id i.e. ...&my_id=1234&... Then the app/script that receives the dlr-url call will get that value and do the magic you need. Regards Alvaro |--
SMPP DLR with identification
Hi all, I need to have some relation b/w the sms I send out from kannel and the dlr that is received. e.g. like a custom message ID I send along with my sendsms URL, the dlr-url should have that same sms id in one of the parameters Can this be acheived? How? Thanks.