PDA

View Full Version : Respond to VOIPo SMS from remote device?



Ansextra
12-03-2013, 12:35 PM
I have just activated SMS on my account. I am wondering if anyone knows of any way to respond to an incoming SMS from a remote device possibly using a SIP Client? I know I can have the messages forwarded to my primary cell phone number but I can't respond from that having it come from my VOIPo number. Any suggestions as to if and how this can be accomplished?

VOIPoBrandon
12-03-2013, 12:57 PM
Hello,

You may want to look into the forward to email option. Email replies will be sent back via SMS network (beta).

Ansextra
12-03-2013, 01:49 PM
Hi Brandon,

That works. It's a bit of a kludge but it works.

Thanks for the help.

Ansextra
12-03-2013, 04:32 PM
Just another thought Brandon... Is there any way to initiate a text from a phone other than by replying to a prior message? In other words, if I need to text someone and I'm not in front of the PC is there any way for me to do that?

VOIPoBrandon
12-03-2013, 05:58 PM
Just another thought Brandon... Is there any way to initiate a text from a phone other than by replying to a prior message? In other words, if I need to text someone and I'm not in front of the PC is there any way for me to do that?

You would need to essentially use the web portal / mobile browser / data connection at this time.

We are looking into other options to provide more convenience and access and hope to have them available at some point in future.

Ansextra
12-03-2013, 08:24 PM
So basically I need to go to my portal on my smartphone to do this? That's fine but I want to make sure I'm understanding correctly. I really hope other options are on the way. Thanks again for all of your help.

VOIPoTim
12-04-2013, 12:14 PM
So basically I need to go to my portal on my smartphone to do this? That's fine but I want to make sure I'm understanding correctly. I really hope other options are on the way. Thanks again for all of your help.

For now, yes. We may add additional options in the future.

Ansextra
12-04-2013, 02:36 PM
Thanks Tim. I'll keep my fingers crossed for the new options...

chevyman
12-21-2013, 10:57 PM
A work around is to save 1 old email for each person then you can reply to that email to send new SMS to that person. Voipo Really need apps for Android, iPhone, Windows & Linux. its a hassle to login to cpanel to send SMS!

Ansextra
12-22-2013, 12:08 PM
Thanks for the suggestion. I guess that's the best we can do for now...

MarkerB
01-15-2014, 12:12 AM
I've developed a daemon in PHP that is effectively an SMS-to-email (and vice versa) gateway, using VoIPo's web-based SMS interface as a sort of API. If I send an email to 2125551234@sms.mydomain.com, it turns the first 160 characters of the message into a text to the number 2125551234. If I receive a text from 2125551234, I get an email from 2125551234@sms.mydomain.com

I've been using it for over a year, and it's just great. If anyone out there wants the script, just ask. You'd need some modest PHP skills to implement it and adjust it for your needs. Some understanding is also needed of how to set up PHP, and how to create a cPanel-Chron or Windows Scheduler job.

Russel007
01-15-2014, 02:57 PM
I use Bria on Android. I have successfully sent text, the problem is I cant receive them! Only way right now is forward to email, in that case I can just reply there.

Ansextra
01-15-2014, 04:00 PM
What setting do you use in VPanel and Bria to accomplish this? I looked at Bria at one point but I don't believe it did landscape mode so was useless in my car dock if I wanted to make a call. I'm currently using CsipSimple.

Russel007
01-15-2014, 10:11 PM
If you are talking about incoming settings, I have messed around with a bunch. I tried having it send to my voipo # that just loops the text and is only received online. Currently I just have it sent to my email...You are right about the landscape mode, but this latest Bria works great.

Ansextra
01-16-2014, 08:44 AM
Thanks for the response Russell. For me, not having landscape mode is a real dealbreaker as I occasionally need to use my SIP program while driving.

Russel007
01-17-2014, 06:47 PM
I've developed a daemon in PHP that is effectively an SMS-to-email (and vice versa) gateway, using VoIPo's web-based SMS interface as a sort of API. If I send an email to 2125551234@sms.mydomain.com, it turns the first 160 characters of the message into a text to the number 2125551234. If I receive a text from 2125551234, I get an email from 2125551234@sms.mydomain.com

I've been using it for over a year, and it's just great. If anyone out there wants the script, just ask. You'd need some modest PHP skills to implement it and adjust it for your needs. Some understanding is also needed of how to set up PHP, and how to create a cPanel-Chron or Windows Scheduler job.


could you send me a copy of that?

Russel007
01-17-2014, 08:19 PM
I've developed a daemon in PHP that is effectively an SMS-to-email (and vice versa) gateway, using VoIPo's web-based SMS interface as a sort of API. If I send an email to 2125551234@sms.mydomain.com, it turns the first 160 characters of the message into a text to the number 2125551234. If I receive a text from 2125551234, I get an email from 2125551234@sms.mydomain.com

I've been using it for over a year, and it's just great. If anyone out there wants the script, just ask. You'd need some modest PHP skills to implement it and adjust it for your needs. Some understanding is also needed of how to set up PHP, and how to create a cPanel-Chron or Windows Scheduler job.

could you send me a copy?