SEND & RECEIVE SMS

SEND & RECEIVE SMS SearchSearch
Author Message
Laxma Rao
New member
Username: Laxman

Post Number: 1
Registered: 09-2006
Posted on Thursday, September 21, 2006 - 04:32 pm:   

Hi All,

I would like to know is it possible to send & receive sms using ordinary telephone line and modem?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6566
Registered: 10-2002
Posted on Thursday, September 21, 2006 - 07:51 pm:   

No.

(There are special fixed line SMS offerings in some countries, but I would not consider them to fit the description "ordinary telephone line and modem".)
samuel
New member
Username: Samwach

Post Number: 3
Registered: 09-2006
Posted on Saturday, September 30, 2006 - 06:59 am:   

hi help me send free bulk sms to kenya for a charity cause
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6612
Registered: 10-2002
Posted on Monday, October 02, 2006 - 08:10 pm:   

Sorry, we are NOT a bulk SMS provider.

(What is NowSMS? See http://www.nowsms.com/whatisnowsms.htm)
Rakhi Sharma
New member
Username: Rakhi_s

Post Number: 1
Registered: 10-2006
Posted on Wednesday, October 04, 2006 - 05:47 am:   

My Dear Call me only one time. Phir jo chahe kar lena ek mouka to do mujhe kuch kahne ka. sirf ek baar agar kabhi jindgi me kuch mujhe samjha hai to. Please call me only one time. mera dum ghut raha hai.
Nisha
New member
Username: Nishaa

Post Number: 1
Registered: 12-2006
Posted on Thursday, December 21, 2006 - 05:20 am:   

Hi, What are you thinking. why are you so dull.
Khusnul Fajri Rhomadon
New member
Username: Khusnul

Post Number: 3
Registered: 11-2006
Posted on Friday, December 22, 2006 - 03:24 am:   

hi

i've problem with sent. i'm trying sent sms only one. i've success sent but message sending more then one. i use asp vbscript

by the way, what is the problem? is my code? please help me, this is my code. please help me..

<%

Response.ContentType = "text/plain"

set conn = server.createobject("adodb.connection")
Set Rs = Server.CreateObject("ADODB.Recordset")


Conn.Open dsn1

SQL = "select * from task"
rs.Open SQL, conn


dim strUrl
dim strRequest


Do While Not rs.Eof
strUrl = "http://localhost:8800/?"
strRequest = strUrl+"&Phonenumber="+Server.URLEncode(rs("telp"))
strRequest = strRequest+"&text="+Server.URLEncode(rs("msg"))

strUrl = strUrl+strRequest


Set objXML = CreateObject("Microsoft.XMLHTTP")
objXML.Open "GET", strUrl, False
objXML.Send
If Err.Number <> 0 Or objXML.Status <> 200 Then `
MsgBox "XMLHTTP Failed!",vbExclamation,cVBS
objXML.Quit
End If
strXML = objXML.ResponseText
Set objXML = Nothing

response.write rs("telp")
response.write rs("msg")

Set Cn = Server.CreateObject("ADODB.Connection")
Set objRs = Server.CreateObject("ADODB.Recordset")

Cn.Open dsn1

SQL = "SELECT * FROM sending_SMS"

objRs.Open SQL, Conn, 1, 3

'menambahkan data
objrs.addnew
objrs.Fields("telp") = rs("telp")
objrs.Fields("msg") = rs("msg")
objrs.fields("status")= ("Sent")
objrs.fields("senttime")= Now()
objrs.Update


rs.MoveNext
Loop

response.write "Message sent"

%>


olusegun daniel
New member
Username: Olusegun

Post Number: 1
Registered: 12-2006
Posted on Saturday, December 23, 2006 - 04:15 pm:   

segun, how u dey?frm femi.
melvin pang
New member
Username: Flarebol

Post Number: 1
Registered: 12-2006
Posted on Friday, December 29, 2006 - 10:23 am:   

hi, im a new user of now sms. i have a problem regarding my school's assignment. currently i've the modem and the gateway which is nowsms. i'm working on netbeans IDE 5.0 for my programming, under java servlet page(jsp) for mobile application. the problem is, where can i find codes to send an sms, where texts of the sms are generated in the application. can anyone please enlighten me?
Aiman Diab
New member
Username: Aiman

Post Number: 1
Registered: 03-2007
Posted on Wednesday, March 14, 2007 - 06:40 am:   

Hello.
Why i cannot receive an SMS on my computer or why the received SMS didn't appear on my computer.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6997
Registered: 10-2002
Posted on Friday, March 16, 2007 - 09:32 pm:   


quote:

Why i cannot receive an SMS on my computer or why the received SMS didn't appear on my computer.




I'm sorry, but I do not understand the context in which you are asking this question.

Is this a support question regarding the Now SMS/MMS Gateway product? If so, please explain more details about your configuration.