这是我从命令行运行的python脚本。它调用10_DIGIT_NO.If我不接听它重复拨打的电话。这个twiml是通过https://www.twilio.com/labs/twimlets/my/create?type=callme生成的。怎么避免这个? 无论是否收到电话,我都希望拨打电话一次。
由于
# Download the library from twilio.com/docs/libraries
from twilio.rest import TwilioRestClient
# Get these credentials from http://twilio.com/user/account
account_sid = "xyz"
auth_token = "abc"
client = TwilioRestClient(account_sid, auth_token)
# Make the call
call = client.calls.create(to="10_DIGIT_NO", # Any phone number
from_="MY_TWILIO_NO", # Must be a valid Twilio number
url="XML_FILE_PATH")
print call.sid
答案 0 :(得分:0)
Twilio开发者传播者在这里。看起来我们需要深入挖掘您的帐户才能正确诊断 - 我建议您发送电子邮件至help@twilio.com,以便我们帮助您找到解决方案!