<div>If I edit the value of a global variable in my dialplan, could there be a risk of collision between calls?</div>
<div>&nbsp;</div>
<div>More in details: could a global var be used to build a counter that will be incremented by every call that passes.</div>
<div>I think when 2 calls come in almost sumiltaneously, they could both be incrementing and saving the same value... which is bad!</div>
<div>&nbsp;</div>
<div>Anybody knows how asterisk handles this?</div>
<div>&nbsp;</div>
<div>K</div>