From a3260cb65978d92f95e34f09eac54d0b26c3cf9e Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Wed, 18 Feb 2009 00:00:30 +0000 Subject: [PATCH] adding click to call similar to the perl example git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12126 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- scripts/call.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 scripts/call.php diff --git a/scripts/call.php b/scripts/call.php new file mode 100644 index 0000000000..6783ebb771 --- /dev/null +++ b/scripts/call.php @@ -0,0 +1,31 @@ +sendRecv($command_string); +} else { + echo "

\n"; + echo "Your Number:
\n"; + echo "Department: "; + echo ""; + echo "
"; +}