Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/call-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$tropo->ask("This will catch the first text", array('choices' => '[ANY]'));

// ... or, you can grab that first text like this straight from the session.
$messsage = $session->getInitialText();
$message = $session->getInitialText();

$tropo->say("You said " . $message);
} else {
Expand All @@ -41,4 +41,4 @@
}

print $tropo;
?>
?>