<div><br></div><div>Hi guys I seem to be having a problem, I don&#39;t know if it&#39;s a bug or whether I&#39;m just doing it incorrectly.</div><div><br></div><div>I want to set about 3 channel variables when I originate a call via AMI.</div>

<div><br></div><div>All the documentation I have found says to do it like this:</div><div><br></div><div>    Variable: variable1=value|variable2=value|variable3=value</div><div><br></div><div><br></div><div>However when I do this it runs them all together and I end up with:</div>

<div><br></div><div>    variable1 = &quot;value|variable2=value|variable3=value&quot;</div><div><br></div><div><br></div><div>Instead of:</div><div><br></div><div>    variable1 = &quot;value&quot;</div><div>    variable2 = &quot;value&quot;</div>

<div>    variable3 = &quot;value&quot;</div><div><br></div><div><br></div><div>So I think the delimiters are not working.</div><div><br></div><div>I tried just adding multiple &quot;Variable:&quot; lines one for each, but it only sets the first one and ignores the rest.</div>

<div><br></div><div>Any help with this would be greatly appreciated.</div><div><br></div><div>Thanks! --Matt</div>