Class TwilioCaller

java.lang.Object
ch.autumo.commons.call.TwilioCaller
All Implemented Interfaces:
Caller

public class TwilioCaller extends Object implements Caller
TWILIO Caller.
  • Field Details

    • LOG

      protected static final org.slf4j.Logger LOG
      Logger.
  • Method Details

    • init

      public void init() throws Exception
      Description copied from interface: Caller
      Initialize.
      Specified by:
      init in interface Caller
      Throws:
      Exception - exception
    • call

      public void call(String toNumber, String text) throws Exception
      Description copied from interface: Caller
      make phone call.
      Specified by:
      call in interface Caller
      Parameters:
      toNumber - to phone number
      text - text
      Throws:
      Exception - exception