Search found 30 matches

by stevep
Tue Jun 12, 2012 8:50 am
Forum: Inetlab.SMPP v1.0
Topic: Clickatell
Replies: 1
Views: 20821

Clickatell

I am trying to use this component to connect and send with Clickatell. At the moment I find their support pretty unresponsive at best. It seems single messages are getting through to the handset but not concatenated messages. I think that they maybe only support long messages in payload submission r...
by stevep
Sat Jul 02, 2011 6:45 am
Forum: Inetlab.SMPP v1.0
Topic: SubmitAsync
Replies: 1
Views: 8041

SubmitAsync

Hi,

Congratulations on the new projects.

Can I ask, when submitting asynchronously what is the best method to match the submitted sequence with the returned messageid. I can see anywhere to match the submission with the response for tracking delivery against the messageid.

Steve
by stevep
Sun Aug 01, 2010 7:48 pm
Forum: Inetlab.MMS.MM7
Topic: Smill
Replies: 0
Views: 21813

Smill

Are you able to fix the issue in your component? I cannot test anymore without the correct formatting.

Content-Type: application/smill; name="default.smil"

should be;

Content-Type: application/smil; name="default.smil"
by stevep
Fri Dec 11, 2009 12:23 am
Forum: Inetlab.MMS.MM7
Topic: MMS UK
Replies: 1
Views: 23923

MMS UK

How can I send and receive MMS in the UK with this library?
by stevep
Sat Jul 12, 2008 11:40 am
Forum: ALT.SMS.SmppClient
Topic: SubmitSpeed Not Working
Replies: 7
Views: 19009

State Object OnSubmitAsyncComplete

Hi Alt,

I thought there might have been a state object that I could pass on the SubmitAsync to match the sent message with the correct response. Is this possible to do some other way?

Steve
by stevep
Sat Jun 14, 2008 12:04 pm
Forum: ALT.SMS.SmppClient
Topic: SubmitSpeed Not Working
Replies: 7
Views: 19009

Hi alt,

With the SubmitAsync, how many messages per second do you think the control is able to send now?

Steve
by stevep
Thu May 01, 2008 2:17 pm
Forum: ALT.SMS.SmppClient
Topic: Bulk operation
Replies: 1
Views: 7955

Bulk operation

Hi Alt, I would like to know if you have samples for bulk sending. I have a requirement for a service with multiple binds each capable of sending at least 25mps. Would that be best done with threads or how would you tackle it? I currently use a different component that supports Async Sending and Win...
by stevep
Sun Jul 15, 2007 8:34 am
Forum: ALT.SMS.SmppClient
Topic: Strange bind error
Replies: 1
Views: 9045

Strange bind error

I'm sure this worked with an earlier version, I get a strange bind error with the test project at 1.2.4 SmppClient connected Binding SmppClient for SystemId: [systemid] Bind error : Exception:Object reference not set to an instance of an object. TargetSite:ALT.SMS.pduBindResp Bind(System.String, Sys...
by stevep
Sun Jul 08, 2007 7:37 pm
Forum: ALT.SMS.SmppClient
Topic: Serialize
Replies: 5
Views: 16309

Brilliant..

:D

I found the SubmitSM.GetBytes to load a byte aray, how do I create an SubmitSM from the byte array?

Steve
by stevep
Sun Jul 01, 2007 10:26 am
Forum: ALT.SMS.SmppClient
Topic: Serialize
Replies: 5
Views: 16309

Hi,

Do you have any plan to serialise the data so that the whole component could be loaded and unloaded from a Byte array. I have this functionality now with the other component I use, I can not move without it personally.

Steve
by stevep
Wed May 09, 2007 11:46 am
Forum: ALT.SMS.SmppClient
Topic: Serialize
Replies: 5
Views: 16309

Serialize

In my project I want to pass messages between applications via MSMQ or shared database fields. Is there a way to serialize the SubmitSm object or load unload the complete object from a byte string?

Steve
by stevep
Tue May 08, 2007 3:01 pm
Forum: ALT.SMS.SmppClient
Topic: submit vs AdvancedSubmit / Throughput
Replies: 3
Views: 12464

My SMSC limits me to 30 mps so 1800 per minute..

With Advanced submit, if I set the SubmitSeed to 1800 will the messages queue in the component or will the component return an error in submit?
by stevep
Tue May 08, 2007 12:08 pm
Forum: ALT.SMS.SmppClient
Topic: submit vs AdvancedSubmit / Throughput
Replies: 3
Views: 12464

submit vs AdvancedSubmit / Throughput

I'm getting to grips with this component now, I like the power and simplicity. A couple of more questions to ask though. Submit and AdvancedSubmit seem to have the same response and passed parameters. What is the difference between them? Do you know what the estimated message throughput could be on ...
by stevep
Sun May 06, 2007 11:15 am
Forum: ALT.SMS.SmppClient
Topic: source code
Replies: 10
Views: 28805

Source Code Upgrade

Hi,

If I purchase the source, are upgrades and fixes included free?

Steve
by stevep
Wed May 02, 2007 7:44 pm
Forum: ALT.SMS.SmppClient
Topic: TLV
Replies: 1
Views: 9251

TLV

Hi,
Is there a way to submit with custom TLV's ?
Steve