Search found 30 matches

by stevep
Wed Nov 20, 2019 3:45 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Disconnect without events
Replies: 1
Views: 4818

Disconnect without events

With the new component version 2.6.13 we are experiencing a strange disconnect without any events randomly. We use the automatic re connection in the event of the bind disconnecting which we can see in the logs in most cases. Our logs show that the sequence for the recovery of one or more binds is e...
by stevep
Fri Apr 19, 2019 8:04 am
Forum: Inetlab.MMS.MM7
Topic: .Net Standard
Replies: 1
Views: 20434

.Net Standard

Hi,

Is there any plan to release a version for .Net Core?

Steve
by stevep
Wed Feb 27, 2019 4:51 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: _evDeliverSm
Replies: 1
Views: 5665

_evDeliverSm

Hi Alt, I am testing with v2 of the component on Ubuntu 18.04 Sending messages works fine and I have managed to register some events for evEnquireLink successfully. I am not getting evDeliverSm for delivery receipts at all though. SMS.ForSubmit() .Text(sms.Body) .From(sms.From) .To(sms.To) .Delivery...
by stevep
Thu Apr 12, 2018 6:56 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Updated source
Replies: 1
Views: 18576

Updated source

Hi Alt, How do we get the latest version of the component source? I have emailed you directly a few times now but no response. I purchased both the SMPP component and the MM7 component however you have made several fixes which would be very good to see the benefit of. Is there a procedure to follow?...
by stevep
Thu Jun 01, 2017 11:05 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Serialize
Replies: 2
Views: 23383

Re: Serialize

Awesome, thank you.
by stevep
Tue May 30, 2017 11:21 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Serialize
Replies: 2
Views: 23383

Serialize

Hi alt, I am looking to accept Sms from in to a web api which may be scheduled at some time in the future. Withing the web api I want to create the Sms using the new builder methods IList Inetlab.SMPP.SMS.ForSubmit() and store each of the SubmitSm's for later submission. I am thinking to simply extr...
by stevep
Sat Nov 30, 2013 1:19 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: NationalLanguageSingleShift
Replies: 4
Views: 10982

Re: NationalLanguageSingleShift

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
by stevep
Sun Nov 24, 2013 7:33 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: NationalLanguageSingleShift
Replies: 4
Views: 10982

NationalLanguageSingleShift

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

Steve
by stevep
Tue Mar 19, 2013 8:51 am
Forum: Inetlab.MMS.MM7
Topic: Dump text
Replies: 1
Views: 22725

Dump text

Hi Alt, MM7 server works well, I have a quick question. If I receive a text file as an MMS part, is there a convenient way to read the text out of the file from the part.Data byte[] rather than saving the file and then reading in the content? I could save the part, read in the text and then delete t...
by stevep
Tue Mar 05, 2013 4:06 pm
Forum: Inetlab.SMPP v1.0
Topic: Polish Characters Encoding
Replies: 9
Views: 58213

Re: Polish Characters Encoding

I ask as with the settings above for ISO88592 I am still not able to send Polish characters.

Steve
by stevep
Mon Mar 04, 2013 4:05 pm
Forum: Inetlab.SMPP v1.0
Topic: Polish Characters Encoding
Replies: 9
Views: 58213

Re: Polish Characters Encoding

Hi Alt, Does the enclosed look valid as it appears I am not able to send Polish characters. data is the if (smsMessage.Body.DataCoding == DataCoding.et7bitText) { data.DataCoding = DataCodings.Default; _smpp.MapEncoding(DataCodings.Default, new Inetlab.SMPP.Encodings.GSMEncoding()); } else if (smsMe...
by stevep
Fri Jan 11, 2013 5:29 am
Forum: Inetlab.SMPP v1.0
Topic: Polish Characters Encoding
Replies: 9
Views: 58213

Re: Polish Characters Encoding

Thank you, I will try that.

Does that use 8bits for all characters or just the ones in 8859-2?

Just want to be sure not to go over 140 bytes.

Steve
by stevep
Wed Jan 09, 2013 2:06 pm
Forum: Inetlab.SMPP v1.0
Topic: Polish Characters Encoding
Replies: 9
Views: 58213

Re: Polish Characters Encoding

Thank you for the reply.. I had a response from my carrier..
"ó is part of latin 1 (should be F3 in the table). So in theory you should be able to send it if you set data coding to 0x03"
I have tried Latin1 without success, is there some mapping to do?

Steve
by stevep
Wed Jan 09, 2013 11:42 am
Forum: Inetlab.SMPP v1.0
Topic: Polish Characters Encoding
Replies: 9
Views: 58213

Polish Characters Encoding

Hi,

What is the best encoding method to send Polish characters to the handset. From research ISO88592 is the character set which contains the extended characters. I have tested with different encodings and I cannot see the character ó in my messages.

Steve
by stevep
Sat Jun 16, 2012 7:37 am
Forum: Inetlab.SMPP v1.0
Topic: Clickatell
Replies: 1
Views: 20584

Re: Clickatell

So, it appears everything is working as expected. Concatenated messages not supported, no delivery receipts in the US.

Shame the documentation doesn't reflect that..


Steve