Hi There, Anyone has any input for this, so far all my test are unsuccessful, as per the documentation provided to us they mention that the deliver_sm destination address (Routing key in first request)) thus they mean that they only provide the session with destination for the first deliver_sm for that session and USSR respond will have have NULL destination.
Because of this the smsbox cannot process the deliver_sm and will not call the url which in turn will not forward it the application. Is there other way to handle this like hardcode the destination on kannel? 2016-04-21 16:17:52 [13809] [5] ERROR: smsbox_req_thread: no sender/receiver, dump follows: Highly appreciate assistance in this. Thank you and Regards, Arif Noor From: Arif Noor Sent: Thursday, April 21, 2016 4:20 PM To: 'Elton Hoxha' Cc: Stipe Tolj; users@kannel.org Subject: RE: USSD with Kannel Hi Again, Is it possible to hardcode the smsbox with the desired destination since we keep receiving this error. 2016-04-21 16:17:52 [13809] [5] ERROR: smsbox_req_thread: no sender/receiver, dump follows: Thank you and Regards, Arif Noor From: Elton Hoxha [mailto:elt...@gmail.com] Sent: Thursday, April 14, 2016 3:28 PM To: Arif Noor Cc: Stipe Tolj; users@kannel.org<mailto:users@kannel.org> Subject: Re: USSD with Kannel Hi Arif, I believe your issue is related to Telco provider. 1 - To send an USSD request, you have to send a submit_sm packet with this TLV with value "2", which its sent accordingly by you. When you receive a deliver_sm packet with this TLV in response, the value will be "18", instead telco sends you 12 which is a reserved code and might interrupt the session (im not sure what does 12 code causes). 2 - Also submit_sm_resp from Telco is not including message id, producing an error. These two issues need to be addressed by them. On Thu, Apr 14, 2016 at 3:22 AM, Arif Noor <md.a...@forest-interactive.com<mailto:md.a...@forest-interactive.com>> wrote: Hi Elton, Kindly find the attachment for the logs. Note that this was done manually since the application are not functioning yet since I need to get the MO through first. Thank you, Arif Noor. From: Elton Hoxha [mailto:elt...@gmail.com<mailto:elt...@gmail.com>] Sent: Wednesday, April 13, 2016 8:30 PM To: Arif Noor Cc: Stipe Tolj; users@kannel.org<mailto:users@kannel.org> Subject: Re: USSD with Kannel Also please debug logs of submit SM after you are receiving initial PSSR.