我正尝试使用Plivo从我的WindowsStore应用程序发送文本消息。这里是几乎可行的: // These first 3 lines don't do what I want
var unamepass = AuthID + ":" + AuthToken;
var auth = new HttpCredentialsHeaderValue("Basic", unamepass);
h
如果没有答复,我想将呼叫重定向到语音邮件。该代码是: get '/inbound' do
CALLER_ID = 'caller_number'
to = 'dest_number'
r = Response.new()
r.addSpeak('Thanks for calling acme, if someone does not answer within 20 seconds you
我正在尝试与Twilio不同的事情,但打开其他解决方案与Nexmo,Tropo或Plivo。 这是一种情况,我从服务器发送短信文本到一堆客户端。我可以获得状态:如排队,发送,发送或失败。下面是Twilio说,关于短信发送状态: "Sent" indicates that your message was successfully sent into the SMS
network for del
我有以下错误显示在PHP脚本中。 Strict Standards: Declaration of Response::toXML() should
be compatible with Element::toXML($header = false) in line 35
该问题行是require_once ('./plivo.php');;导入plivo.com PHP帮助程序。 任何人都