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
dhb(4)							     Kernel Interfaces Manual							    dhb(4)

Name
       dhb - DHB32 communications multiplexer

Syntax
       device dmb0 at vaxbi? node? flags 0x????
	    vector dmbsint dmbaint dmblint

Description
       A  DHB32  device  provides  16  asynchronous  communication lines with full modem control.  The DHB32 and the DMB32 share a common software
       device driver.  For this reason, the configuration line is the same for both the DHB32 and DMB32.

       Each line attached to a DHB32 serial line port behaves as described in Input and output for each line can independently be set  to  run	at
       any of 16 speeds.  See for the encoding.

       Bit i of flags may be specified for a to say that a line should be treated as a hardwired connection with carrier always present.  If bit i
       of flags is not set, the line will operate under full modem control.  Modem lines will operate in accordance to the  CD	(carrier  detect),
       DSR  (data  set	ready) and CTS (clear to send) leads.  Thus, specifying ``flags 0x0004'' in the specification of would cause line 2 on the
       DHB32 to be treated as hardwired with carrier always present.  In this example, the remainder of the lines will be modem control lines.

Diagnostics
       dmbinit: async lines unavailable
       This message is produced at system boot time if the DHB32 fails its internal self test indicating that the asynchronous lines  have  failed
       to configure.

       dmb%d: fifo overflow
       The character input fifo overflowed before it could be serviced.  This can happen if the CPU is running with elevated priority for too long
       a period of time.  Overflow errors may indicate that configuration constraints have been reached.

       dmb%d: DMA Error. tbuf = 0x%x
       A DMA output transfer failed.  This problem can result from a memory error or an invalid pte (page table entry).  For a description of  the
       error code in the ``tbuf'' register. See the DHB32 documentation.

       dmb%d: DMB Hardware Error. TX.DMA.START failed
       The failed to clear the start bit.  Normally, this is cleared to signal that a DMA transfer has completed.

       dmb%d: Modem Error. tbuf = 0x%x
       Indicates a problem with a modem or its cable.  For a description of the error code in the ``tbuf'' register. See the DHB32 documentation.

       dmb%d: Internal Error. tbuf = 0x%x
       Indicates  that	the  DHB32  detected  an internal error.  For a description of the error code in the ``tbuf'' register. See the DHB32 User
       Guide.

Files
       (modem lines only)

See Also
       tty(4), MAKEDEV(8), dmbsp(4)

																	    dhb(4)
All times are GMT -4. The time now is 08:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy