Sponsored Content
Full Discussion: Send SMS to mobile
Top Forums UNIX for Advanced & Expert Users Send SMS to mobile Post 303041558 by Neo on Wednesday 27th of November 2019 09:02:17 PM
Old 11-27-2019
Quote:
Originally Posted by jgt
You don't need an SMS gateway, if you know the carrier that the cell phone number is attached to. for example:
Code:
number=cell_phone_number
carrier="msg.telus.com"
mail -s "subject" $number@$carrier" <email.message"

You are describing an email to SMS gateway service provided by some carriers.

These types of email to SMS gateways are becoming more and more rare these days, generally speaking.
 

6 More Discussions You Might Find Interesting

1. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies

2. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

3. UNIX for Advanced & Expert Users

Script which will run every 10minutes and Send SMS to mobile

Hello Genuis guys, I am running Aix5 and Oracle 9 on it. I have sql query which only count a particular rows. I need to prepare a script which will run that sql query every 10 minutes and if the ouput count is greate than 20. It will send SMS to mobile numbers. Need your kind help to... (8 Replies)
Discussion started by: thepurple
8 Replies

4. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

5. UNIX for Dummies Questions & Answers

Need to set up UNIX script to send sms on mobile

Hi All, Can anyone please help in setting up Unix script for sending text messages on mobile?? Actually scenario is we want notification when there is any failures in our processes or if any service goes down we must be notified by a text message on our mobile, we already have email... (3 Replies)
Discussion started by: NikhilM
3 Replies

6. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies
obexftp(1)																obexftp(1)

NAME
obexftp - Mobile Equipment file transfer tool SYNOPSIS
obexftp [OPTION] [COMMANDS] DESCRIPTION
obexftp is used to access files on mobile equipment, i.e. cell phones. With obexftpd you can transfer files between any computers using IrDA, Bluetooth and TCP/IP. This tool lets you access the ObexFTP library by the means of a command line interface. You might consider using the other means avail- able. E.g. the ObexFS filesystem for Linux. OPTIONS
The ordering of options is important. Every command will use the most recent device set. Every file without command switch will apply to the command given most recent. See EXAMPLES TRANSPORT OPTIONS -i, --irda Connect using the IrDA protocol. This is the default. -b device, --bluetooth device Connect to this bluetooth device. If the device is not given the first device found will be used. -B number, --channel number Use this bluetooth channel when connecting. The channel will be discoverd automatically if this option is not used. -d no/address, --hci no/address Use the bluetooth device referenced by number or address as source device for the connection. -u intf no, --usb intf no Connect to this usb interface or list all available usb interfaces. -t device, --tty device Connect to this tty device. -n host, --network host Connect to this network host. COMPATIBILITY OPTIONS -U uuid, --uuid uuid Select the UUID to connect with. Recognized values are currently "none" needed by some Nokia mobile devices, "FBS" (default) for the normal file browsing service, "IRMC" for IRMC synchronisation and "S45" when connecting to a Siemens Mobile phone via cable or "SHARP" for PCSOFTWARE UUID with Sharp devices. -H, --noconn Suppress connection IDs (i.e. send no connection header to the mobile). -S, --nopath Don't use "setpath" commands (i.e. send the whole path as filename to the mobile). Can be used together with --noconn and --uuid none to send an OBEX-PUSH. SETTING THE FILE PATH -c folder, --chdir folder Set the mobiles current working directory. -C folder, --mkdir folder Set the mobiles current working directory. The folder will be created if it doesn't exist. -l folder, --list folder List a folder. SENDING AND RETRIEVING FILES -o path, --output path Specify the target file name, overriding the implicit local name from --get or the implicit remote name from --put -g source, --get source Retrieve files from mobile. -G source, --getdelete source Retrieve files from mobile and delete them on the mobile -p source, --put source Send files to the mobile. -k source, --delete source Delete files from the mobile. EXPERIMENTAL EXTRAS -X, --capability Retrieve the capability object from the mobile (if available). -Y, --probe Probe and report device characteristics -x, --info Retrieve misc infos from mobile. I.e. memory size and free memory. Siemens specific for now. -m src dest, --move src dest Move (rename) files on the mobile. Siemens specific for now. VERSION INFORMATION AND HELP -v, --verbose Be verbose and give some additional infos. -V, --version Print version string and exit. -h, --help, --usage Print short usage instructions. EXAMPLES
To get the directory listing from the first irda device obexftp -i -l or just obexftp -l as IrDA is the default. To get the file bar from directory foo from the first bluetooth device obexftp -b -c foo -g bar To send the file bar to directory foo with device on first serial port obexftp -t /dev/ttyS0 -c foo -p bar It is possible to use RfComm (serial port over bluetooth) obexftp -t /dev/rfcomm0 -c foo -p bar And also IrComm (serial port over IrDA) obexftp -t /dev/ircomm0 -c foo -p bar To send the file bar using plain OBEX PUSH obexftp --bluetooth --nopath --noconn --uuid none --put bar SEE ALSO
obexftpd(1), openobex(3), obexftp(3), multicobex(3), libbfb(3). BUGS
Bugs ? Features ! NOTES
The software has been tested and reported working on at least Siemens, Ericsson, and Nokia phones. AUTHOR
Christian W. Zuckschwerdt <zany@triq.net> 17 February 2009 obexftp(1)
All times are GMT -4. The time now is 03:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy