<div>Hello,<br></div><div><br></div><div>How to take the values of channel variables like &#39;agi_uniqueid&#39; and  &#39;agi_callerid&#39; in agi script.</div><div>For example</div><div><br></div><div>#!/bin/bash -x<br>T=&quot;$agi_uniqueid&quot;</div>
<div><br></div><div>I want to save value of &#39;agi_uniqueid&#39; channel variable into a variable called &#39;T&#39; in my script <br><br></div><div><br></div>