Steve Tuckner
Forum Replies Created
-
AuthorPosts
-
November 10, 2010 at 4:12 pm in reply to: How to decode Concatenated SMS received via Receive API #3053Steve TucknerParticipant
The iSMS doesn’t support PDU mode, so we don’t pass the PDU headers to the receive API. We only pass the message contents. So a three part message will appear as three separate messages.
Steve TucknerParticipantJeff just posted a pre-release (1.46) for you to try. Please do and let us know how it goes.
Steve TucknerParticipantThere is no provision for setting the UDH (User Data Header) of an SMS through the iSMS API at this time. Sorry.
Steve TucknerParticipantVersion 1.44 does not include the fix. We are still working on it.
Steve TucknerParticipantEngineering has duplicated this issue and are working on a fix.
Steve TucknerParticipantWe’ll be taking a good look at them today.
Steve TucknerParticipantWhen you talk about the internal counter, are you talking about the job # returned when you submit an SMS?
Steve TucknerParticipantIt would be better if we implemented TRUE spanned SMS so that the phone could just reassemble the message without the need for 1 of 2 or 2 of 2. That is a future possibility.
Steve TucknerParticipantBrian,
We have a portal case with you on the stuck outgoing SMS issue. I think we should pursue that issue there.
Steve Tuckner
Steve TucknerParticipantHere is a link to some sample C# code to try.
https://webfiles.multitech.com/engineering/sample-code/fax-finder/c-sharp/SendFax-Csharp.zip
Steve Tuckner
Multi-Tech Systems
Steve TucknerParticipantThe 1.3.x versions of code receive the SMS and post it to a web server. The upcoming 1.4.x versions can do that or can buffer SMS’s to be received by polling the box. This polling option would probably suit you fine.
The 1.4.x version should be available within the next two weeks.
Steve Tuckner
Multi-Tech Systems
Steve TucknerParticipantCheck out from page 67 of the iSMS Administrators guide which describes our HTTP API for sending SMS: http://www.multitech.com/en_US/DOCUMENTS/Collateral/manuals/S000461A.pdf
It can be done from any OS as long as your application can do HTTP.
-
AuthorPosts