LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   SMS your CV from anywhere, anytime. Instantly (https://www.linuxquestions.org/questions/linux-general-1/sms-your-cv-from-anywhere-anytime-instantly-931353/)

catkin 02-27-2012 12:35 AM

Quote:

Originally Posted by devUnix (Post 4612849)
It seems gnokii is meant for a Mobile Phone Devices (primarily Nokia mobile phones). So, how it cannot be of any use as we need to configure a Linux Server and not a Mobile Phone to handle incoming SMSes from registered users.[/url]

For small scale applications, to avoid the expense of an SMS gateway provider, you could connect a mobile phone (perhaps a cut down version on a USB device) to the server.

T3RM1NVT0R 02-27-2012 02:17 PM

@ Reply
 
There is something called txt2email which is what they might be using. Here is one of the link: http://sms2email.com/site/sms2email.php . You can find more information on this by typing "txt to email" at google.

@ catkin

Quote:

Spoofing FROM addresses is not a major challenge.
Agree but what if the destination domain is set to perform reverse lookup. For example: Somehow I manage to put abc@gmail.com as "from" in email address. Now when this email will leave from naukri.com mailserver it will have the headers containing IP address of their mailserver. Now destination domain is xyz.com which perform a reverse lookup for this email address. It sees that this email has arrived from 50.60.70.80 IP address where as gmail mailserver IP address is 100.110.120.130 then it will realize it is a fake email and has been relayed from somewhere else and not from gmail server. Isn't it? I may be wrong but this is what my understanding says.

devUnix 02-27-2012 02:57 PM

T3RM1NVT0R:

Thanks for your effort! Before I would see your reply, I had sent an email to a company in India that provides similar services.

Here I found some useful information:


SMPP Access
Each SMS account has access to SMPP service and access is both SMPP 3.3 and 3.4 compliant

We support 2 way communication and return delivery reports with the error or status codes of your messages

You can bind your gateway or application to our SMSC as transceiver or transmitter and receiver

Send Normal Text, Unicode, Binary, Ringtones, pictures, logos, Vcards, Vcalender, Flash, WAP Push, and OTA provisioning along with other formats

Mobile Originated (MO) Virtual number Short code messages and delivery reports for messages sent, are sent to your application using the receive or transciever channel.

catkin 02-27-2012 09:37 PM

Quote:

Originally Posted by T3RM1NVT0R (Post 4613413)
Agree but what if the destination domain is set to perform reverse lookup.

The same consideration applies to Nakuri SMS unless they spoof the origin IP.

devUnix 03-08-2012 03:01 AM

All:


Thanks for your contribution to the post/question! I contacted some SMS service providers and found that it is their job to handle the SMS flow and forwarding the incoming SMS to us in many ways such as: We can receive the SMS on our number or we can view it on a Web Application (Control Panel) and generate various reports and set Key Words and Sub Key Words; and they can directly send it to our URL that will then handle the data as we would do in case of a normal form data coming via a GET or POST request. But from what demo I got from them, it looks that it would be in the form of a GET data such as given below:

PHP Code:

URL?From=MobileNumber&Msg 

and then we need to handle those two variables/fields as per our requirement as the URL is ours and not theirs.

However, the charges are varied and it seems there is no consistency as Service Provider A would charge about 20 USD / Mo whereas Service Provider B would charge 30 USD/Mo. Besides only one Key Word can be used such as this:

Code:

EBILL <Msg Body>
and if we want more Key Words such as:


Code:

FORWARDCV <Msg Body>
Code:

FORWARDAPPLICATION <Msg Body>
etc. then the same charges would apply for each of them. However, they are saying that I can add / create Sub-Key-Words for free or without any extra charges such as these ones:

Code:

FORWARD CV <Msg Body>
Code:

FORWARD APPLICATION <Msg Body>
Code:

FORWARD EBILL <Msg Body>
etc. and the first would remain the same for the service to identify that any messages beginning with "FORWARD" is meant to be forwarded to / redirected to my URL as the same Short Code Number would be used by several other people who are taking the service from them.

For a dedicated long code number the charges are almost 10 or 15 times more.


All times are GMT -5. The time now is 05:45 AM.