From: horse69 Date: Thu, 18 Oct 2012 00:40:00 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@773 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=3a1a74703556c5e7873a39e505da3fdfefc03666;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@773 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/cgi-bin/asterisk.cgi b/mini-asterisk-gui2/cgi-bin/asterisk.cgi index 74d163b9..eaf292c7 100755 --- a/mini-asterisk-gui2/cgi-bin/asterisk.cgi +++ b/mini-asterisk-gui2/cgi-bin/asterisk.cgi @@ -17,6 +17,7 @@ Content-type: text/html EOF CLI=`echo "$QUERY_STRING" | sed -n "s/.*cli=//p" | sed -n "s/%20/ /pg"` +echo "$CLI" asterisk -rx "$CLI" echo hello cat <