diff --git a/src/PAGI/Node/Node.php b/src/PAGI/Node/Node.php index 86b1f93..664425e 100644 --- a/src/PAGI/Node/Node.php +++ b/src/PAGI/Node/Node.php @@ -627,6 +627,20 @@ public function saySound($filename) $this->addClientMethodCall('streamFile', $filename, $this->validInterruptDigits); return $this; } + + /** + * Loads a prompt message for dialing channel. + * + * @param string $channel + * @param array $options + * + * @return Node + */ + public function dial($channel, $options = array()) + { + $this->addClientMethodCall('dial', $channel, $options); + return $this; + } /** * Configure the node to expect at least this many digits. The input is