View Single Post
Old
  (#90)
MBK (Offline)
Senior Member
Prepaid Fan
 
Posts: 116
Join Date: 31 Dec 2012

Country:
Default 15-08-2013, 23:35

Quote:
Originally Posted by ckh View Post
Thanks for your tips! Great information!!

I'm currently trying to build the desired "call flow" in my anveo account, but it seems like transfering incoming sms is nog yet possible (created a support ticket).
You should be able to forward the SMS with Anveo like this:

You get the variables ($[from]$, $[to]$, $[message]$) from the incoming SMS:
Anveo.com - Receive SMS over HTTP Gateway

To send the new SMS out with Anveo (use the variable from incoming above in the http link):
Anveo.com - BulkSMS HTTP Gateway

Anveo charges $0.057 for the SMS to +372.

If you want, you can send it out cheaper with the betamax clones (€0.02 with Telbo, hotvoip is €0.04 - rates here: SMS Betamax ):

To send the new SMS with hotvoip (replace hotvoip with telbo in the URL to use telbo):

(use the $[from]$, $[to]$, $[message]$ variables from incoming)


Code:
https://www.hotvoip.com/myaccount/sendsms.php?username=xxxxxxxx&password=xxxxxxxx&from=00447xxxxxxxxx&to=00447xxxxxxxxx&text=Hello-
But the cheapest for forwarding is of course to use the onesimcard as you can send it for free to 372xxxx@sms.onesimcard.com.
   
Reply With Quote