RestComm / smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)
http://www.restcomm.com/
GNU Affero General Public License v3.0
126 stars 112 forks source link

Enhancement: Enable sending of arbitrary Tlv/Optional Parameters in SMPP Simulator #191

Closed abdulazizali77 closed 7 years ago

abdulazizali77 commented 7 years ago

There is a need to send SMS Optional Parameters with the SMPP Simulator. Potentially create a new dialog box or tab to display list of Tlvs included with SMS sent. Should also check if Tlvs are standard Tlvs

abdulazizali77 commented 7 years ago

@vetss Would this be an acceptable enhancement, and how do you think it should be done UI-wise?

vetss commented 7 years ago

Hello @abdulazizali77

we can add a new Tab "Tlv" in "SMPP message parameters" dialog box with

Please go ahead with implementation.

vetss commented 7 years ago

Hello @abdulazizali77

can we finish this undate this week so we can include it into a next SMSC GW release that we age going to release in about 7-10 days ?

vetss commented 7 years ago

Hello @abdulazizali77

thanks for your update. I have committed you update and my little fix.

The fix is for two tasks (please check my second commit ): 1) you have not fully added a new lib into release binaries 2) I changed litte bit names of fields in a Windows GUI form and a way of bad values into a form.

Fixed by: https://github.com/RestComm/smscgateway/commit/8d7e50bafddb69a9861988d69e56747fc3682c1b https://github.com/RestComm/smscgateway/commit/158e2e49070ec0a35cb58771300ba44d8c393c9c

abdulazizali77 commented 7 years ago

thanks @vetss