diff --git a/vxml/vxml.wsgi b/vxml/vxml.wsgi index 8d411f5..b2667b6 100755 --- a/vxml/vxml.wsgi +++ b/vxml/vxml.wsgi @@ -27,7 +27,7 @@ app = Flask(__name__) app.debug = True application = DebuggedApplication(app, evalex=True) # The trick is HERE! Add this extra line! -default_voice = 'Agnes' # 'Becool' # 'Moussa' # 'Agnes' +default_voice = 'Fabienne' @app.route("/play") def play():