Skip to content

Commit

Permalink
Use Twilio woman's voice
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuxton committed Jan 29, 2014
1 parent 508b6f4 commit d56bd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cabotapp/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ def telephone_alert_twiml_callback(service):
c = Context({'service': service})
t = Template(telephone_template).render(c)
r = twiml.Response()
r.say(t, voice='en-gb')
r.say(t, voice='woman')
r.hangup()
return r

0 comments on commit d56bd17

Please sign in to comment.