2 way sms

2 way sms SearchSearch
Author Message
Windhu
New member
Username: Oke74

Post Number: 1
Registered: 08-2008
Posted on Tuesday, August 12, 2008 - 01:56 pm:   

I want to send sms to server (now.sms), and server automatic forward to distribution list. can the software do this?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 7
Registered: 08-2008
Posted on Tuesday, August 19, 2008 - 06:04 pm:   

Hi,

You can configure a 2-way command that processes received messages, and that 2-way command could choose to forward the message to a distribution list.

I did a quick search, and found Bryce giving a simple example here:

http://support.nowsms.com/discus/messages/1/7944.html

And, for more information about editing distribution lists on the NowSMS server, here's a link with more information:

http://support.nowsms.com/discus/messages/485/20322.html

--
Des
NowSMS Support
Windhu
New member
Username: Oke74

Post Number: 2
Registered: 08-2008
Posted on Wednesday, September 17, 2008 - 09:00 am:   

Hi, I still can not send the massage to another phone,i use the command http://194.69.140.100:8800/?phonenumber=+xxx&text=@@FULLSMS@@
Is that true? any suggest?}
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 106
Registered: 08-2008
Posted on Wednesday, September 17, 2008 - 10:49 pm:   

If you have a "+" in the phone number, change it to "%2B" for the URL string. This is, unfortunately, required for URL encoding. That might be the problem you are experiencing.

If this isn't the problem, then please enable the SMSDEBUG.LOG ... send in another message, and post the SMSDEBUG.LOG in reply here so that I can take a closer look.

--
Des
NowSMS Support
Windhu
New member
Username: Oke74

Post Number: 3
Registered: 08-2008
Posted on Monday, September 22, 2008 - 05:51 am:   

Hi, it's work now, thanks
I try use the command : http://194.69.140.100:8800/?ps=@@SMSPREFIX@@&phonenumber=home&text=@@FULLSMS@@
1. How to hide 'ps' word (SMSPREFIX)in the recipient sms text.
2. I check mark Command return response text and NowSMS deliver the message to sender : 'Command not completed. Request returned invalid content type: text/html, what does it mean?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 116
Registered: 08-2008
Posted on Monday, September 29, 2008 - 09:31 pm:   

It looks like my earlier reply on this thread was lost by a web server crash last week. I found the response on a backup:

---

If you want to hide the prefix, use @@TEXT@@ instead of @@FULLSMS@@. @@TEXT@@ will contain the text of the SMS message with the prefix text(@@SMSPREFIX@@) removed.

UNcheck "Command returns response text" if you are using NowSMS to forward the message to another recipient (which it looks like you are doing).

The "Command returns response text" setting is for situations where you are running a script that returns a response back to the sender. That would be a situation where you write your own script ... and in that case, the script needs to be configured to return the response back to the sender in a text format. If you are interested in doing any of your own scripts, there are some good PHP pointers here: http://support.nowsms.com/discus/messages/1/4520.html

--
Des
NowSMS Support