Re: Parsing DLR from HTTP SMSC

2015-11-19 Thread ha...@aeon.pk
Thanks. After I have extracted it, how will I pass it on the application? On Thu, Nov 19, 2015 at 11:04 PM, Lamasuta, Franck, Vodafone Automotive < franck.lamas...@vodafonetelematics.com> wrote: > Hi Hamza, > > > > In your specific case, I think you should set this to retrieve the message > id

RE: DLR Issue: got DLR but could not find message

2015-11-19 Thread Lamasuta, Franck, Vodafone Automotive
Hi Amit, I guess there is a mismatch between your 2 SMSC ids (MT and MTS). A record with smsc="MT" is stored by Kannel when the MT SMS is submitted. But Kannel searches for a record with smsc="MTS" when the DLR is received. Can't you setup a SMPP transceiver bind (instead of 2 separate binds)

RE: Parsing DLR from HTTP SMSC

2015-11-19 Thread Lamasuta, Franck, Vodafone Automotive
Hi Hamza, In your specific case, I think you should set this to retrieve the message id from the XML response: generic-foreign-id-regex = "Successful:([0-9]+)" Regards, Franck From: users [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Wednesday, November 18, 2015 1:02 PM