LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-09-2011, 12:05 PM   #1
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Rep: Reputation: 49
Is there a specific application to send text messages from Slackware 13.37?


Hello:

I do not know much about 'text messaging' so please forgive the naiveness of this post, given this day and age.

Do I just use my email client or is there a specific app for sending text messages to someone's cell phone from Slackware?

Thanks,
 
Old 09-09-2011, 12:09 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

I came across a few links for you:
http://blogs.igalia.com/eocanha/?p=77
http://www.developershome.com/sms/smsLinux.asp
http://www.linuxjournal.com/video/se...hout-cellphone

There are quite a few other resources out there, but I'm not sure which direction you are trying to go with this.

Cheers,

Josh
 
1 members found this post helpful.
Old 09-09-2011, 12:14 PM   #3
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Rep: Reputation: 120Reputation: 120
Whatever you use, it will either require a physical connection to a mobile phone or registration with a third party provider.
 
1 members found this post helpful.
Old 09-09-2011, 12:15 PM   #4
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Rob there is sms servers.

What is it exactly you are trying to accomplish?
 
1 members found this post helpful.
Old 09-09-2011, 12:16 PM   #5
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by devnull10 View Post
Whatever you use, it will either require a physical connection to a mobile phone or registration with a third party provider.
Not entirely true.

You can set a sms server if you know your own credentials set by your carrier.
 
1 members found this post helpful.
Old 09-09-2011, 12:16 PM   #6
spudgunner
Member
 
Registered: Dec 2009
Distribution: Slackware
Posts: 229

Rep: Reputation: 20
With Telus in Canada, you can send text messages by email: [phone number]@[specific telus address I can't remember] - used to do it with people all the time.

Figured it out because they used to have a webpage that you could send messages to Telus customers from. Did some digging, found out it was an email address.
 
1 members found this post helpful.
Old 09-09-2011, 12:19 PM   #7
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by spudgunner View Post
With Telus in Canada, you can send text messages by email: [phone number]@[specific telus address I can't remember] - used to do it with people all the time.

Figured it out because they used to have a webpage that you could send messages to Telus customers from. Did some digging, found out it was an email address.
Yeap... same goes for tmobile and other us carriers.
 
Old 09-09-2011, 12:26 PM   #8
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by SeRi@lDiE View Post
Rob there is sms servers.

What is it exactly you are trying to accomplish?

Hi SeRi@lDiE:

I may be getting in over my head on this...

I know that you can use your email client, if you use the person's phone number '@' the persons provider, as suggested.

I was wondering if there was a way to just use someone's cell phone number, as I do on my cell phone, to send a message.

I think, from reading the posts here, that text messaging is a 'cell phone to cell phone' thing and not a 'Slackware over the internet to cell phone' thing.

Sorry for being so 'technically challenged'.
 
Old 09-09-2011, 12:33 PM   #9
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Quote:
Originally Posted by Robert.Thompson View Post
Hi SeRi@lDiE:

I may be getting in over my head on this...

I know that you can use your email client, if you use the person's phone number '@' the persons provider, as suggested.

I was wondering if there was a way to just use someone's cell phone number, as I do on my cell phone, to send a message.

I think, from reading the posts here, that text messaging is a 'cell phone to cell phone' thing and not a 'Slackware over the internet to cell phone' thing.

Sorry for being so 'technically challenged'.
ok than as posted before this wont be possible. Though you can send msgs to a cell phone that will be delivered as form of sms using your slackware system. Is called an sms gateway.
 
1 members found this post helpful.
Old 09-09-2011, 01:23 PM   #10
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
I've done this a couple of ways:

Old way was to plug in my mobile to my laptop and use either wammu or gammu
echo "$data" | gammu sendsms TEXT $num -save -folder 4 -len $len

gammu and wammu are both on slackbuilds.org

My current way is that I signed up for an account with a bulk sms service (mediaburst) and use a perl script to send texts. They have some example scripts for their api which you can try and customize a bit.

So now I just do 'sms <name>' which opens vim for me to write text in. Closing and saving vim will send it off, and save a copy in ~/mail/sms.
 
1 members found this post helpful.
Old 09-09-2011, 01:55 PM   #11
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Original Poster
Rep: Reputation: 49
I discovered that I can use my 'Google Voice' account to send SMS messages to any of my contacts, very easily.

It does not require that I know the cell phone service provider of the recipient - I assume that this means that 'Google Voice' is, or provides, the sms service.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Send traffic from one application out a specific interface? xamindar Linux - Networking 6 08-08-2011 06:22 PM
[SOLVED] change a specific characters to capital in a specific text ramzaher Linux - Newbie 12 12-03-2010 04:50 AM
a application that can send messages between computers deathalele Linux - Software 1 11-03-2008 08:00 AM
Tip: Loading specific gtk theme for a specific application Su-Shee Linux - Desktop 0 05-22-2008 12:59 PM
Send log messages to root (Like Slackware) jpc82 Linux - General 1 10-02-2003 10:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration