コード例 #1
0
ファイル: main.py プロジェクト: elliottcarlson/MongoBot
def twilio_sms():
    return render_xml('sms.xml')
コード例 #2
0
def twilio_sms():
    return render_xml('sms.xml')
コード例 #3
0
ファイル: main.py プロジェクト: elliottcarlson/MongoBot
def twilio_voice():
    return render_xml('voice.xml')
コード例 #4
0
def twilio_voice():
    return render_xml('voice.xml')