Search found 2 matches

by projxchange
Mon Aug 02, 2010 12:19 pm
Forum: ALT.SMS.SmppClient
Topic: How to use Submit Multi method?
Replies: 20
Views: 134930

Some SMSC does not support SubmitMulti. Please ask them if this message allowed to you. I found out that to be the case in my situation. Thanks for the heads up. I also noticed that the client automatically generates a value for the Sequence property. That's proactive. Thanks for the prompt response.
by projxchange
Mon Aug 02, 2010 11:49 am
Forum: ALT.SMS.SmppClient
Topic: How to use Submit Multi method?
Replies: 20
Views: 134930

Submit with submit multi returns GENERIC_NACK

I tried using Submit with SubmitMulti, but the only response is GENERIC_NACK. My code is in Boo (http://boo.codehaus.org), a Python-like .NET language. I'm using the interpreter, and also copied the output (output lines DO NOT begin with >>>: >>>import ALT.SMS >>>c = SmppClient() ALT.SMS.SmppClient ...