<div>Hello,</div><div><br></div><div>Here is a code snippet from ESL example in wiki. <a href="http://wiki.freeswitch.org/wiki/Esl#Examples">http://wiki.freeswitch.org/wiki/Esl#Examples</a></div><div><br></div><div>my $uuid = $con-&gt;api(&quot;create_uuid&quot;)-&gt;getBody();</div>
<div>my $res =</div><div>    $con-&gt;bgapi(&quot;originate&quot;,&quot;{origination_uuid=$uuid}$target 9664&quot;);</div><div>my $job_uuid = $res-&gt;getHeader(&quot;Job-UUID&quot;);</div><div><br></div><div>I use same code but in ManagedELS. But, I always get uuid and job_uuid same value.</div>
<div><br></div><div>My question is, if it is same value then is it necessary to get job_uuid from res?</div><div><br></div><div>Thanks.</div><div><br></div><div>Malay Thakershi</div>