Search found 6 matches

by dspeak
Mon Jan 19, 2009 10:22 am
Forum: ALT.SMS.SmppClient
Topic: DataCodings enumeration
Replies: 3
Views: 10260

That's great - thanks!

We bought the source code (was version 2.4.0 I think) - is it possible to download the source code for the updated versions?
by dspeak
Fri Jan 09, 2009 9:55 am
Forum: ALT.SMS.SmppClient
Topic: DataCodings enumeration
Replies: 3
Views: 10260

DataCodings enumeration

Hi,

I have trouble sending a '£' sign via your api, and I think it's because there is no DataCodings enum for value 3 (Latin 1 (ISO-8859-1)).

Would it be possible to add this value to the enumeration please?

Many thanks,
David.
by dspeak
Wed Oct 22, 2008 8:27 am
Forum: ALT.SMS.SmppClient
Topic: Chinese characters
Replies: 0
Views: 7515

Chinese characters

Hi All, I'm trying to send texts in Chinese (Pinying). The messages enter the component correctly, but are displayed on the mobile as mainly question marks. I can send Pinying characters to the same mobile from another mobile phone and they display correctly (using CE-Star). Is there a setting I'm m...
by dspeak
Fri Oct 17, 2008 9:25 am
Forum: ALT.SMS.SmppClient
Topic: SubmitAsync and MessageId
Replies: 6
Views: 18811

Thanks Nick. I'm also using mBlox with two servers, and have the odd problem with empty submitreplys or missing delivery report, so I'll change to an async algorithm and try to capture everything in the right order!

Thanks for your help,
David.
by dspeak
Fri Oct 10, 2008 10:29 am
Forum: ALT.SMS.SmppClient
Topic: SubmitAsync and MessageId
Replies: 6
Views: 18811

Thanks for that Nick. I've tried it and it seems to work most of the time! However, for each SMS sent, is the evSubmitComplete guaranteed to fire *before* the first evDeliverSm? i.e. if I send 5000 SMS's asynchronously could I receive a DeliverySM before a submitCompleteSM? If so the database will n...
by dspeak
Tue Oct 07, 2008 11:26 am
Forum: ALT.SMS.SmppClient
Topic: SubmitAsync and MessageId
Replies: 6
Views: 18811

SubmitAsync and MessageId

Is it possibe to use SubmitAsync(SubmitSm submit_sm) to send a SMS text *AND* to get the MessageId so that DeliverSm's can be matched up with the original message?

Thanks.