Top "Sms" questions

Short Message Service (SMS) is the standardized text communication service component of phone, web or mobile communication systems that allow the exchange of short text messages between fixed line or mobile phone devices.

smslib not sending sms why?

I am trying to send a sms with smslib but It did not send the message, can somebody guide me …

java sms smslib
Kannel as SMPP server

I have created SMS gateway application in which I'm using kannel to connect to MNO(Mobile Network Operators) SMSCs.I …

node.js sms smpp kannel
How to send SMS using Twilio in my android application?

In my android application I have created one button, when I had pressed on the button I want to send …

android sms twilio
Connecting to USB 3G modem and sending SMS with PHP

I've read most of the posts regarding this matter but I find nothing that is relevant to my problem. I …

php sms modem 3g
Kannel - Sending Multipart Messages

I'm hoping someone can shed some light for me on multipart sms's. Currently the below configuration in kannel works fine …

sms multipart kannel sar
How to send SMS from Mac terminal via GSM modem?

I have Mio A701 communicator that I would like to use as GSM modem for sending SMS from my Mac. …

terminal sms modem gsm
How can I send vcard/contacts/?vcf var SMS or MMS in Android?

I want to modify the Android source code that can send (contacts/vcard/.vcf file) by MMS or SMS, the …

android sms mms vcf-vcard
Send/receive UK SMS via web api? What's a good reasonably priced service?

I'm googling for sms gateways and am seeing a few alternatives (eg http://txtlocal.co.uk). I'm wondering what people …

sms sms-gateway
Sending SMS using Intent does not add recipients on some devices

I send SMS using code below: Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("smsto:" + phoneNumber)); intent.putExtra("address", …

android sms android-intent receiver
How to check user entered own phone number in EditText?

Mobile number will be entered in an edittext by user on registration page in my Android application. How can I …

android android-asynctask sms telephony android-broadcast