Web SMS in Public

Web SMS in Public SearchSearch
Author Message
Anonymous
 
Posted on Thursday, November 13, 2003 - 08:05 am:   

if i have a NowSMS Gateway installed on our private networks (192.168.0.xxx) and created a public site for Web SMS interface, how/where am i gonna forward the sms created/submitted using Web SMS?

I noticed in NowSMS directory that there is a ImageBin folder, does all your image conversion is done using ImageMagick?

Thanks for any help..
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1107
Registered: 10-2002
Posted on Thursday, November 13, 2003 - 06:37 pm:   

Yes, we use ImageMagick (you'll find a few threads around this discussion board where I recommend it quite highly).

I'm assuming that you're going to have a public web server, where the scripts on your web server occasionally need to send an SMS. (But you don't want end users of that web site to be able to directly connect to NowSMS.)

Basically, your web server would need to have a way to connect to both the public and private networks. And scripts on your web server (PHP, ASP or whatever you are using) would be triggered by particular public requests, and those scripts would issue requests to NowSMS on the private network.

I'm probably over-simplifying it ...

-bn
Anonymous
 
Posted on Friday, November 14, 2003 - 03:13 am:   

thank you bryce!