Метод | Описание | |
---|---|---|
Connect ( ) : System.Web.Mvc.ActionResult | ||
Dial ( ) : System.Web.Mvc.ActionResult |
Action Method that returns the TwiML needed to connect an 'Agent' to the first call in the Queue This method also includes the 'url' parameter in the generated TwiML. This allows you to provide a URL that can return TwiML that will be executed to the dequeued caller as a Whisper |
|
LeaveQueue ( string QueueSid ) : System.Web.Mvc.ActionResult | ||
QueueCall ( ) : System.Web.Mvc.ActionResult | ||
WaitInQueue ( string CurrentQueueSize, string QueuePosition ) : System.Web.Mvc.ActionResult |
public Connect ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Dial ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public LeaveQueue ( string QueueSid ) : System.Web.Mvc.ActionResult | ||
QueueSid | string | |
Результат | System.Web.Mvc.ActionResult |
public QueueCall ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public WaitInQueue ( string CurrentQueueSize, string QueuePosition ) : System.Web.Mvc.ActionResult | ||
CurrentQueueSize | string | |
QueuePosition | string | |
Результат | System.Web.Mvc.ActionResult |