<div dir="ltr">Hi<div><br></div><div>I have user put in valet_park waiting</div><div><br></div><div>In the meantime I execute lua script to create new session to external number</div><div><br></div><div>I have uuid of this user in local variable, script is like this:</div><div><br></div><div>local uuid = "here uuid got from valet_info api call"</div><div>session1 = freeswitch.Session(dialstring);<br></div><div>if (session1:ready() and session1:answered()) then<br></div><div><div>     api:executeString("uuid_broadcast " .. uuid .. " say::en\\snumber\\spronounced\\s1 aleg");</div><div>     api:executeString("uuid_bridge " .. uuid .. " " .. session1.uuid);</div></div><div>end</div><div><br></div><div>But it works sometimes. Most of time I get CS_RESET after uuid_bridge API call</div><div><br></div><div>What I'm doing wrong here?<br></div><div><br></div><div>Maybe there is some other method of bridging my session1 with user waiting in valet_park?</div><div><br></div><div>Can someone help here</div><div><br></div><div>Kind Regards</div></div>