Am not receiving the sms in my application

.NET library for SMPP protocol
Locked
TasosTechlink
Posts: 2
Joined: Fri Nov 06, 2020 9:05 am

Am not receiving the sms in my application

Post by TasosTechlink » Fri Nov 06, 2020 9:47 am

Hi , i have an issue about receiving sms.

I trace my response with the Wireshark.
Although everything seems to be ok on trace, i cannot receive anything on my application.

Could you please help on that?
Thank you !!!

Please find attached my trace response.
Attachments
traceResponse.PNG
traceResponse.PNG (37.85 KiB) Viewed 19081 times
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Am not receiving the sms in my application

Post by alt » Fri Nov 06, 2020 10:54 am

Hi,

you need to subscribe on evDeliverSm event.

https://docs.inetlab.com/smpp/v2.8/arti ... ceive.html
TasosTechlink
Posts: 2
Joined: Fri Nov 06, 2020 9:05 am

Re: Am not receiving the sms in my application

Post by TasosTechlink » Fri Nov 06, 2020 11:20 am

Hi alt thank you for your reply.

Yes, i have implemented that event.
Locked