<span style="font-family: verdana,sans-serif;">Hi, </span><br style="font-family: verdana,sans-serif;"><br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">I have received one inbound call and i am patching that call with some outside number using the below code in ruby script. </span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">@con.execute(&quot;bridge&quot;, &quot;sofia/gateway/junctionnetworks/#{@callout_number}&quot;)    </span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">Both the call is getting connected and they can able to communicate each other. </span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">But how can i get the uuid and other call details of the dialed call (using the bridge).</span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">Also if i execute the uuid_transfer(as below) is the freeswitch is generating any new uuid that?</span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">con.sendRecv(&quot;api uuid_transfer #{callin_uuid} -bleg callforce_fifo_#{sa_id} XML public&quot;)</span><br style="font-family: verdana,sans-serif;">
<br style="font-family: verdana,sans-serif;"><br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">Thanks and Regards,</span><br style="font-family: verdana,sans-serif;"><span style="font-family: verdana,sans-serif;">Sathishbabu</span><br style="font-family: verdana,sans-serif;">