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 »

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 92525 times
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: Am not receiving the sms in my application

Post by alt »

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 »

Hi alt thank you for your reply.

Yes, i have implemented that event.
Locked