NationalLanguageSingleShift

.NET library for SMPP protocol
Locked
stevep
Posts: 30
Joined: Wed May 02, 2007 7:41 pm

NationalLanguageSingleShift

Post by stevep » Sun Nov 24, 2013 7:33 pm

Please could you provide a working example of the new Language Shift methods in SMPP Client for Async messages?

Steve
alice
Posts: 1
Joined: Tue Nov 26, 2013 11:20 am

Re: NationalLanguageSingleShift

Post by alice » Tue Nov 26, 2013 11:24 am

I have a database that receives multiple transactions per second. I need to send a text for each transaction, as quickly as possible. And I need to mark each record with the date/time stamp the message was sent, date/time it was delivered, and delivery status. I thought to use asynchronous mode, but I cannot figure out how to identify in code which receipt goes with which message. Since SubmitAsync returns no value, I can't get the MessageID to match against the receipt MessageID. Is there a way to correlate asynchronous messages and delivery receipts? Maybe using some kind of a custom user parameter (like my record ID from database) that I can submit and get back with the receipt? This is intended to run as a service.

certkiller VMware 2V0-621D prep Veeam VMCE_V8 SSCP 1z0-050 JN0-1300 exam
Last edited by alice on Fri Jan 22, 2016 9:59 am, edited 1 time in total.
stevep
Posts: 30
Joined: Wed May 02, 2007 7:41 pm

Re: NationalLanguageSingleShift

Post by stevep » Sat Nov 30, 2013 1:19 am

Alice, you have hijacked my post. What you need to do is use data sequence to get the submission request Id. When a delivery result comes it will be against the request Id.

alt, could you answer my request for an example of using national shift please?

Steve
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: NationalLanguageSingleShift

Post by alt » Thu Dec 05, 2013 5:57 pm

Hello Steve,

I have added some information about national language tables on
http://www.inetlab.com/wiki/doku.php/smpp/map_encoding
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: NationalLanguageSingleShift

Post by alt » Thu Dec 05, 2013 6:01 pm

Currently only Turkish and Spanish character sets are supported.
But when required following character sets can be added: Portuguese, Urdu, Hindi, Bengali and Assamese, Punjabi, Gujarati, Oriya, Tamil, Telugu
Locked