class Nuntius::TwilioVoiceProvider

def refresh

def refresh
  response = client.calls(message.provider_id).fetch
  message.provider_id = response.sid
  message.status = translated_status(response.status)
  message
end