<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-postmall17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=SV link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Anthony,<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Yes, it seems to work correct now. I did a couple of test calls,
and tha audio was good – thanks!<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Another question about this scenario...<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>When doing a session.transfer(”5000”), this will
transfer the call directly into the dialplan without the use of
loopback-channels. But that way it’s not possible to do it in a controlled
way. Shouldn’t it be possible to do the same thing with a bridge? As soon
as the call is bridged, it gets ”rid of” unneccecary loopback
channels, and connecting the two endpoints directly – cause by then it
should be two ”normal” endpoints talking?<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Regards,<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Peter<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Från:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>För </b>Anthony
Minessale<br>
<b>Skickat:</b> den 13 april 2009 20:38<br>
<b>Till:</b> freeswitch-users@lists.freeswitch.org<br>
<b>Ämne:</b> Re: [Freeswitch-users] Use of loopback channels and bridge() in
scripts...<o:p></o:p></span></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'>see how it works in latest
trunk 13011<br>
<br>
nontheless you can just say <br>
<br>
session.execute("bridge", "loopback/5000");<br>
<br>
and get the same result without touching that other channel.<br>
<br>
when the call fails, you will have an originate_disposition variable in session
you can check.<br>
<br>
<br>
<o:p></o:p></p>
<div>
<p class=MsoNormal>On Mon, Apr 13, 2009 at 11:21 AM, Peter Olsson <<a
href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>>
wrote:<o:p></o:p></p>
<p class=MsoNormal> 1. The latest trunk I've tried with is 13008.
Since I'm not doing anything for production yet (just testing/evaluating), so I
tend to update as soon as there is new version available..<br>
2. Yep, you will find it below. In javascript - my sample for .NET
does basically the same thing, with the same result, except that it also won't
drop the loopback-a call leg.<br>
3. Hmm.. Not really - I'm just in the middle of learning FS, so I
guess I'm not 100% sure what I'm doing.. :) What I want to be able to do is to
dial into a script, let the script dial another extension, and bridge them
together when the other party answers the call. I also need to take care of
call setup problems - if the other part doesn't respond, is unavailable or busy
in the phone - so I though this was the only way? If I use the
session.execute("bridge"..), will I be able to control the call if it
couldn't be connected?<br>
<br>
---<br>
<br>
if (session.ready()) {<br>
<br>
session.answer();<br>
<br>
new_session = new Session("loopback/5000", session);<br>
new_session.waitForAnswer();<br>
<br>
bridge(session, new_session);<br>
<br>
// Not sure if this is needed - I've tried with it both enabled and
disabled<br>
session.hangup();<br>
new_session.hangup();<br>
}<br>
<span style='color:#888888'><br>
Peter</span><o:p></o:p></p>
<div>
<div>
<p class=MsoNormal><br>
<br>
On 09-04-13 17.54, "Anthony Minessale" <<a
href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>>
wrote:<br>
<br>
1) When you say latest, which rev does that mean? we change revs pretty often.<br>
2) Do you have a minimal script that reproduces your issue.<br>
3) is there a reason you cannot just session.execute("bridge", dest);<br>
instead of doing it manually (which is a process not for the faint
at heart)?<br>
<br>
<br>
<br>
On Mon, Apr 13, 2009 at 10:29 AM, Peter Olsson <<a
href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>>
wrote:<br>
I have two problems that I haven't been able to solve. I've done the same tests
in both javascript, and in .NET.<br>
<br>
The two scripts are pretty simple, they just answer an incomming call, creates
a new session, wait for an answer on the second call leg, and then bridge the
two channels together.<br>
<br>
In both cases everything works just fine, but the audio is distorted. The
destination I'm calling is "loopback/5000" - the sample IVR
application included in FreeSWITCH. I first thought it was a codec issue, but
even after trying to switch to different codecs the problem was the same. It
more sounds like it's a timestamping issue - the voice is not distorted enough
to be a bad codec, but it reads way to fast (mayby twice the "normal"
speed). When doing a direct transfer() to the other destination this works just
fine, but I need to be able to have some extra logic to tell if the destination
is available or not.<br>
<br>
The second problem occurs only in .NET. After doing this sample there is as
loopback channel still hanging around. It seems like the call creates a
loopback-a and loopback-b, the loopback-b dissapears as it should (when the
call has been disconnected), but the other one stays there. When doing the same
in javascript this doesn't seem to occur.<br>
<br>
I'm using the latest SVN trunk, and my OS is Windows XP.<br>
<br>
I found bug FSCORE-349 in Jira, which seems to point in to the direction that
there might be a bug with the loopback channels in some cases, but I could not
find anything about the audio which plays too fast.<br>
<br>
Has anyone else experienced this?<br>
<br>
Regards,<br>
<br>
Peter Olsson<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
</div>
</div>
<p class=MsoNormal><br>
<br clear=all>
<br>
-- <br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:213-799-1400<br>
!DSPAM:49e3899632939315582408! <o:p></o:p></p>
</div>
</body>
</html>