WHAT IS EMAIL2SMS SERVICE BY CS NETWORKS?
Email2SMS service represents the service which enables you to send
SMS messages using your email client.
It is much easier for you to send SMS messages from your client then
to type from your phone.
Supp...
EMAIL2SMS SERVICE WITH SYLPHEED
After previous tutorial how to configure Mozilla Thunderbird, I
will present you another email client that we have also tested and
succeeded to send SMS from it.
That is Sylpheed email client used in Linux. Ubun...
HEX
DEC
CHARACTER NAME
CHARACTER
ISO-8859-1 DEC
0x00
0
COMMERCIAL AT
@
64
0x01
1
POUND SIGN
£
163
0x02
2
DOLLAR SIGN
$
36
0x03
3
YEN SIGN
¥
165
0x04
4
LATIN SMALL LETTE...
SENDING BULK SMS USING EXCEL MACRO
With CS Networks account our customers have the opportunity to send
Bulk SMS with different context using our Excel Macro. Everything you
need to do is to download the file and follow few simple steps.
Download macr...
In order to send GMS 7-bit encoded message through HTTP Api and use
some special characters, you will need to encode message properly
first.
1. Download encoder.php [1] file from the attachment.
2. Put the file somewhere on your server. For examp...
Following code demonstrates how to send sms via CS Networks HTTP API
using C#
using System.Net;
using System.IO;
WebClient client = new WebClient ();
// Add a user agent header in case the requested URI contains a
query.
client.Headers.A...
The following code demonstrate how to send sms via CS Networks HTTP
API using VB Script
Dim sUrl,
Dim sAPI_ID, sPassword, sUsername, sMobileNo, sText
Dim oXMLHTTP, sPostData, sResult
sUrl = "http://api.cs-networks.net/bin/send"
sPassword...
#!/usr/bin/perl use LWP::UserAgent; $url =
'http://api.cs-networks.net:9011/bin/send?USERNAME='.$username.'&PASSWORD='.$password.'&DESTADDR='.$dest.'&MESSAGE='.$message.'
my $ua = new LWP::UserAgent; $ua->timeout(15); # proceed the
request: my $...
The following code demonstrate how to send sms using CS Networks HTTP
API via VB.net
Imports System.Net
Imports System.IO
Dim client As WebClient = New WebClient
' Add a user agent header in case the requested URI contains a query.
clien...
ERROR NUMBER
ERROR NAME
ERROR DESCRIPTION
0X00000000
ESME_ROK
No Error
0X00000001
ESME_RINVMSGLEN
Message too long
0X00000002
ESME_RINVCMDLEN
Command length is invalid
0X00000003
ESME_RINVCMDID
Command ID i...
SMPP stands for Short Message Peer to Peer Protocol.SMPP is an open,
industry standard protocol designed to provide a flexible data
communications interface for transfer of short message data between a
Message Center, such as a Short Message Service Ce...
SMS MESSAGES
-------------------------
SMS messages can be 1120 bits long. Depending on which character
coding is used this limits the length of a message:
GSM default 7-bit alphabet (IA5), max 160 characters
8-bit message, max 140 characters
CS2...
The sender address is a value of message that will be presented to
receipient as originating address. It could be international phone
number, a local number, short code or alphanumeric text. Depending of
sender type, the following rules apply:
Alphanu...
Sending a concatenated SMS using a User Data Header One way of
sending concatenated SMS (CSMS) is to split the message into 153 7-bit
character parts (134 octets), and sending each part with a User Data
Header (UDH) tacked onto the beginning. A UDH can ...
Web SMS allows you to send text messages from any online computer
with no software required. Once you've logged on, you can send online
SMS straight from our Web SMS interface.
Go to our webpage http://www.cs-networks.net/ [1], log into your user
acc...
Desktop SMS is one of the easiest and quickest ways to send and
receive SMS from your Desktop. This saves you logging onto your
account every time you want to send a message. You simply load up SMS
Sender, type in your message, choose recipient and sen...