Hello,
I read
https://developer.skype.com/Docs/DevNotes?a...tes-2.5beta.pdf
but the procesure for sending SMS is not really written there step by step. The commands listed, but not the order in which they have to be executed.
Do I see it right, that I can sucessfully send an SMS message with the following three commands:
CREATE SMS OUTGOING +49160...
Gives back ID e.g. in message SMS 387 TARGET_STATUSES +49160...=TARGET_ACCEPTABLE
SET SMS 387 BODY [text of SMS]
Gives back SMS 387 BODY [text of SMS]
Can I now send it with the following?
ALTER SMS 387 SEND
Thanks