2016-06-29 73 views
0

將消息發送給我的電話號碼時,遇到下列錯誤,我得到試圖從我的Twilio號我想從我的Twilio號

from twilio.rest import TwilioRestClient as TRC 
    client = TRC('AC**********************edc','a7b***************************3d2') # connect to an account 
    client.messages.create(from_='+17********25', to='+23***********27', body='Twilio\'s the best!!') #create the message 

    Traceback 
    TwilioRestException: The From phone number +17*******25 is not a valid, 
    SMS-capable inbound phone number or short code for your account. 

有人將消息發送給我的電話號碼,如果出現以下錯誤請幫助我?

+0

您是否使用Twilio驗證過該電話號碼? https://www.twilio.com/help/faq/phone-numbers/whats-the-difference-between-a-verified-phone-number-and-a-twilio-phone-number?utm_source=stack_overflow&utm_medium=jan2014&utm_campaign= stackathon您也可以使用他們的手機驗證器來驗證您使用的整個號碼:https://www.twilio.com/lookup – fips

回答

0

您購買的twilio號碼(您的號碼:應爲短信啓用)似乎沒有發送smses的功能。