| View previous topic :: View next topic |
| Author |
Message |
holziusa

Joined: 08 Jun 2004 Posts: 221 Location: thanks4yourfeedback, donate to this site!!
|
Posted: Wed 18 Apr '07 4:55 Post subject: sms gateway |
|
|
like to set up gateway software unless i can find a free host to incorporate into sambar site.
any idears?? |
|
| Back to top |
|
Spikecity
Joined: 04 Aug 2004 Posts: 123
|
Posted: Fri 20 Apr '07 18:39 Post subject: |
|
|
| If you find a solution, please let me know, I've been looking for this also. |
|
| Back to top |
|
holziusa

Joined: 08 Jun 2004 Posts: 221 Location: thanks4yourfeedback, donate to this site!!
|
|
| Back to top |
|
holziusa

Joined: 08 Jun 2004 Posts: 221 Location: thanks4yourfeedback, donate to this site!!
|
Posted: Sun 02 Dec '07 23:30 Post subject: |
|
|
| as of today still nothing viable |
|
| Back to top |
|
PaulnOZ

Joined: 12 Oct 2010 Posts: 16 Location: Brisbane, Australia
|
Posted: Fri 03 Jun '11 11:24 Post subject: |
|
|
webgate no good?
anyone solved this yet? Else I might have a crack at it.
Partners for a team effort?
Paul |
|
| Back to top |
|
rgibson
Joined: 20 Oct 2009 Posts: 26
|
Posted: Mon 06 Jun '11 15:28 Post subject: SMS Gateway |
|
|
I started (2010) writing a VERY simple SMS gateway using just the builtin .STM scripting. it works great for sending quick little text messages to cell phones, and the replys come back to the sender's email
Randy |
|
| Back to top |
|
PaulnOZ

Joined: 12 Oct 2010 Posts: 16 Location: Brisbane, Australia
|
Posted: Thu 07 Jul '11 5:01 Post subject: |
|
|
sounds interesting, what are you sending the constructed messages out thru?
an attached mobile/modem or via an IP protocol?
Paul. |
|
| Back to top |
|
rgibson
Joined: 20 Oct 2009 Posts: 26
|
Posted: Fri 08 Jul '11 9:50 Post subject: SMS Gateway |
|
|
I am using IP
snip-
<RC>
Sending Message to: <RC>
-<RCXsendmail>
Message Sent...
snip- |
|
| Back to top |
|
rgibson
Joined: 20 Oct 2009 Posts: 26
|
Posted: Fri 08 Jul '11 9:50 Post subject: |
|
|
| Code: |
<RC$Recip = RC@string(RC$mobilenum)RC@string(RC$carrier)>
Sending Message to: <b><RC$Recip></b><br>
-<RCXsendmail recipient=RC$Recip message=RC$msg subject=RC$subject email=RC$umail>
Message Sent...<br>
|
|
|
| Back to top |
|
PaulnOZ

Joined: 12 Oct 2010 Posts: 16 Location: Brisbane, Australia
|
Posted: Sun 10 Jul '11 1:27 Post subject: |
|
|
To be honest, I havn't looked at sms over IP for about 7 years (since I bought my last mobile phone
Back then I noticed that an email sent to...
Mobile_Number@Provider's_domain
...worked to send an sms to my mobile but I wasn't sure if all providers worked the same way or not. Do you know if this works for all mobiles worldwide or only in some countries for some providers?
Paul |
|
| Back to top |
|
rgibson
Joined: 20 Oct 2009 Posts: 26
|
|
| Back to top |
|