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