Remove Additional Paramters

.NET library for SMPP protocol
Locked
vineet
Posts: 28
Joined: Sat May 06, 2017 7:06 pm

Remove Additional Paramters

Post by vineet » Tue Jun 12, 2018 8:02 am

Hi,

Library is sending extra parameters like extraParms=Validity=2D is there is any option to remove it from the request because operator is adding ++ and @@ sign in front and back of message

17:48:44:216 [15] SMPPServerReceiveMessageCallback: inbound message: sender=KENSMS, recip=+919811883282, pid=0, dcs=0, msgFlags=2, udh=, msg=Test SMS, extraParms=Validity=2D
17:49:40:584 [15] SMPPServerReceiveMessageCallback: inbound message: sender=KENBLE, recip=+919811883282, pid=0, dcs=0, msgFlags=2, udh=, msg=tyuiop 0987654, extraParms=Validity=2D

we need to send message like this
17:49:26:064 [16] SMPPServerReceiveMessageCallback: inbound message: sender=KENSMS, recip=+919810702625, pid=0, dcs=0, msgFlags=2, udh=, msg=Test @ SMS
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Remove Additional Paramters

Post by alt » Wed Jun 20, 2018 7:55 pm

Hi vineet,

This information is not sufficient to answer on your question.
Could you send me PDU byte array of this message or wireshark file?

I guess that you send VaidityPeriod or ExpireIn for your message.
vineet
Posts: 28
Joined: Sat May 06, 2017 7:06 pm

Re: Remove Additional Paramters

Post by vineet » Wed Jun 27, 2018 9:20 am

Hi Alt,

please see the attached wireshark log.
infotech.zip
Locked