<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class="">Iam having this situation:</div><div class="">The leg A calls freeswitch and I execute a script in Lua and make an originate to leg B.</div><div class="">I execute an outbound socket and listen a socket which <span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class=""> </span><span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(86, 156, 214);" class="">my</span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class=""> </span><span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(156, 220, 254);" class="">$uuidLegB</span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class=""> = </span><span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(156, 220, 254);" class="">$info</span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">-></span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">getHeader(</span><span style="font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30); color: rgb(206, 145, 120);" class="">"unique-id"</span><span style="color: rgb(212, 212, 212); font-family: Menlo, Monaco, "Courier New", monospace; white-space: pre; background-color: rgb(30, 30, 30);" class="">);</span><span style="white-space: pre; background-color: rgb(255, 255, 255);" class=""> is legB uuid and inside this outbound scrip I detect tone and transfer into </span><span style="white-space: pre;" class="">DialPlan.</span></div><div class=""><span style="white-space: pre;" class="">The problem is that I want to bridge leg A with B, but Iam trying to use uuid_bridge but I lose uuid Leg A, how can I get the uuid Leg A inside script outbound or how I can set an static variable inside DialPlan which can I put this uuid of Leg A. Because I test creating a variable inline or some tricks and every time DialPlan executes forget everything</span></div><div class=""><span style="white-space: pre;" class=""><br class=""></span></div><div class=""><span style="white-space: pre;" class="">Thanks</span></div></body></html>