Re: SMPP DLR with identification

2014-02-18 Thread Alvaro Cornejo
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

2014-02-18 Thread [Digital^Dude] ®
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.