<div dir="ltr">Hello Team,<div>Does anyone know how to do this? </div><div><br></div><div>Thank you in advance</div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Regards,<div>Aditya</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 26, 2021 at 3:31 PM Aditya Uppuluri <<a href="mailto:uppuluriaditya@gmail.com">uppuluriaditya@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello All,<div>Thank you so much for the amazing software. I am new to freeswitch and trying understand how to do the following use case (mobiles):</div><div><br></div><div>1. Call is received from LinPhone to User-B</div><div>2. Freeswitch (esl code) checks if User-B is a registered user or not</div><div>3. If a registered user, forward the call</div><div>4. If not a registered user, then send a push notification to the user-B's mobile. </div><div>5. Freeswitch parks the call from LinPhone user</div><div>6. User-B's mobile gets push notification and get's a call screen</div><div>7. User-B accepts the call (Actually, he will send an INVITE with the data received in the payload)</div><div>8. Freeswitch receives the invite and should bridge the Linphone user with User-B</div><div><br></div><div>I am able to perform all the operations except the last one (Bridging the call). If I try to use `uuid_bridge`, it says at least one call must be answered. (<b>Neither channel is answered, cannot bridge them</b>.</div><div>)</div><div><br></div><div>May I know how to bridge these two legs in freeswitch?</div><div><br></div><div>FYI: I have the following park-only dialplan and controlling everything from esl</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:rgb(128,128,128)"><</span><span style="color:rgb(86,156,214)">extension</span> <span style="color:rgb(156,220,254)">name</span>=<span style="color:rgb(206,145,120)">"fspark"</span><span style="color:rgb(128,128,128)">></span></div><div>    <span style="color:rgb(128,128,128)"><</span><span style="color:rgb(86,156,214)">condition</span> <span style="color:rgb(156,220,254)">field</span>=<span style="color:rgb(206,145,120)">"destination_number"</span> <span style="color:rgb(156,220,254)">expression</span>=<span style="color:rgb(206,145,120)">"^(.*)$"</span><span style="color:rgb(128,128,128)">></span></div><div>      <span style="color:rgb(128,128,128)"><</span><span style="color:rgb(86,156,214)">action</span> <span style="color:rgb(156,220,254)">application</span>=<span style="color:rgb(206,145,120)">"set"</span> <span style="color:rgb(156,220,254)">data</span>=<span style="color:rgb(206,145,120)">"bypass_media=true"</span><span style="color:rgb(128,128,128)">/></span></div><div>      <span style="color:rgb(128,128,128)"><</span><span style="color:rgb(86,156,214)">action</span> <span style="color:rgb(156,220,254)">application</span>=<span style="color:rgb(206,145,120)">"set"</span> <span style="color:rgb(156,220,254)">data</span>=<span style="color:rgb(206,145,120)">"bypass_media_after_bridge=true"</span><span style="color:rgb(128,128,128)">/></span></div><div>      <span style="color:rgb(128,128,128)"><</span><span style="color:rgb(86,156,214)">action</span> <span style="color:rgb(156,220,254)">application</span>=<span style="color:rgb(206,145,120)">"park"</span><span style="color:rgb(128,128,128)">/></span></div><div>    <span style="color:rgb(128,128,128)"></</span><span style="color:rgb(86,156,214)">condition</span><span style="color:rgb(128,128,128)">></span></div><div>  <span style="color:rgb(128,128,128)"></</span><span style="color:rgb(86,156,214)">extension</span><span style="color:rgb(128,128,128)">></span></div></div></div><div><br></div><div>Thanks in advance</div><div><br clear="all"><div><div dir="ltr"><div dir="ltr">Regards,<div>Aditya</div></div></div></div></div></div>
</blockquote></div>