<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>before bridging, wait until session1 is connected</div><div><br></div><div>eg, after creating session1, insert line</div><div><br></div><div>if (session1:ready()) then</div><div><br></div><div>and put a line with just</div><div><br></div><div>end</div><div><br></div><div>affter bridging</div><div><br></div><div>For an old example, don't know if is still working, look at:</div><div><br></div><div><a href="https://freeswitch.org/confluence/display/FREESWITCH/Lua+example+Bridging+two+calls+with+retry">https://freeswitch.org/confluence/display/FREESWITCH/Lua+example+Bridging+two+calls+with+retry</a></div><div><br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 8, 2019 at 11:41 AM Riccardo Traverso <<a href="mailto:rtraverso86@gmail.com">rtraverso86@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"><br><div class="gmail_quote"><div dir="ltr"><div>Hi everyone,</div><div><br></div><div>I'm totally new to FreeSWITCH (and PBX software in general) and I'm trying to build a small directory IVR to start getting the hang of it. I'm currently stuck, and I need your help please. <br></div><div><br></div><div>This is the setup. I've got a FreeSWITCH on the first machine with a Lua extension that contains a basic IVR application. When a user calls the IVR and performs a choice, I want to connect him to a specific remote SIP address. I tried with the transfer command at first, but in my understanding I could only use that if I wanted to connect him to another user/extension on the same server, which isn't my case. So I tried with bridging instead.</div><div>Right now, the IVR doesn't even ask for a choice, it just plays an audio file and tries to connect to a fixed remote address for test, say <a href="mailto:user@example.com" target="_blank">user@example.com</a>, which in turn again just plays a different prompt.<br></div><div><br></div><div>When I call the Lua extension I correctly hear the audio of the first prompt, but nothing from the second. I also tried starting voice recognition on <a href="mailto:user@example.com" target="_blank">user@example.com</a>, which works instead. Yet, even though apparently <a href="mailto:user@example.com" target="_blank">user@example.com</a> can hear me through the bridge, I cannot hear his prompt. If i call directly <a href="mailto:user@example.com" target="_blank">user@example.com</a> I hear the prompt correctly.<br></div><div><br></div><div>I do not even know where to start from, any advices, please? Which kind of configs or logs would be useful to diagnose the problem? Thanks in advance!</div><div><br></div><div>Below is the code to my Lua extension.</div><div><br></div><div>Best regards,</div><div>Riccardo</div><div><br></div><div><br></div><span style="font-family:monospace,monospace">    session:answer()<br>    session:setAutoHangup(false);<br><br>    playback("/some/welcome/audio.wav")<br><br>    local session1 = freeswitch.Session("sofia/external/<a href="mailto:user@example.com" target="_blank">user@example.com</a>");<br>    freeswitch.bridge(session, session2);</span><br><br></div>
</div></div>
_________________________________________________________________________<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" rel="noreferrer" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="https://freeswitch.com" rel="noreferrer" target="_blank">https://freeswitch.com</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Sincerely,<br><br>Giovanni Maruzzelli<br>OpenTelecom.IT<br>cell: +39 347 266 56 18<br><br></div>