<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Its exactly what i need! Thx.<br>
      <br>
      But i supose it may work with att_xfer, correct?<br>
      Here when i hangup when start att_xfer call hungup...<br>
      <br>
      <br>
      Em 02-05-2013 17:12, Anthony Minessale escreveu:<br>
    </div>
    <blockquote
cite="mid:CAKbxfG8zQdULLRWfvrCr5YXAySUYXk7jDY26=61oT03xi_RtZg@mail.gmail.com"
      type="cite">
      <div dir="ltr">you could try&nbsp;
        <div><a moz-do-not-send="true"
            href="http://wiki.freeswitch.org/wiki/Variable_campon">http://wiki.freeswitch.org/wiki/Variable_campon</a><br>
        </div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          On Thu, May 2, 2013 at 2:43 PM, Tiago Sampaio <span dir="ltr">&lt;<a
              moz-do-not-send="true" href="mailto:tnsampaio@bsd.com.br"
              target="_blank">tnsampaio@bsd.com.br</a>&gt;</span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            Is there something like blind transfer with call waiting
            when the target<br>
            is busy?<br>
            <br>
            I have a situation here, EX: When Jhon (user 1001) answer a
            call and and<br>
            customer ask to talk to Robert (user 1002),<br>
            Jhon do a blind tansfer an hangup. Currently im wasting that
            call when<br>
            Robert is busy. I need an way to park the<br>
            call and when Robert become available ring his extension
            (and maybe put<br>
            an timeout and call back to Jhon).<br>
            <br>
            Im currently writing an script with perl to do this,
            something like that<br>
            (i do this from memory):<br>
            <br>
            use strict;<br>
            use POSIX qw(strftime);<br>
            my ($target_ext,$source_ext,$tryes);<br>
            my $max_time = 30;<br>
            <br>
            our $session;<br>
            <br>
            $target_ext = $session-&gt;getVariable('target_ext');<br>
            $source_ext = $session-&gt;getVariable('source_ext');<br>
            <br>
            while($tryes &lt;= $max_time){<br>
            &nbsp; &nbsp; my $uuid =
            $session-&gt;execute("db","select/in_a_call/$target_ext");<br>
            <br>
            &nbsp; &nbsp; if(!$uuid)<br>
            &nbsp; &nbsp; &nbsp; &nbsp; $session-&gt;execute("trasfer","$target_ext XML
            transfer_context");<br>
            <br>
            &nbsp; &nbsp; sleep(1);<br>
            &nbsp; &nbsp; $tryes++;<br>
            }<br>
            <br>
            $session-&gt;execute("transfer","$source_ext XML
            transfer_context");<br>
            <br>
            <br>
            Before call an extension i do db
            insert/in_a_call/&lt;EXTENSION&gt;/${uuid}<br>
            and after db delete/in_a_call/&lt;EXTENSION&gt;<br>
            <br>
            But in thinking will be too hard to maintain this code and
            must be an<br>
            easier way to do this...<br>
            <br>
            Any help?<br>
            <br>
_________________________________________________________________________<br>
            Professional FreeSWITCH Consulting Services:<br>
            <a moz-do-not-send="true"
              href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
            <a moz-do-not-send="true"
              href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
            <br>
            FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
            <a moz-do-not-send="true" href="http://www.cudatel.com"
              target="_blank">http://www.cudatel.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a moz-do-not-send="true" href="http://www.freeswitch.org"
              target="_blank">http://www.freeswitch.org</a><br>
            <a moz-do-not-send="true" href="http://wiki.freeswitch.org"
              target="_blank">http://wiki.freeswitch.org</a><br>
            <a moz-do-not-send="true" href="http://www.cluecon.com"
              target="_blank">http://www.cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
              target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            UNSUBSCRIBE:<a moz-do-not-send="true"
              href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
              target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
            <a moz-do-not-send="true" href="http://www.freeswitch.org"
              target="_blank">http://www.freeswitch.org</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        Anthony Minessale II<br>
        <br>
        FreeSWITCH <a moz-do-not-send="true"
          href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>
        ClueCon <a moz-do-not-send="true"
          href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
        Twitter: <a moz-do-not-send="true"
          href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br>
        <br>
        AIM: anthm<br>
        <a moz-do-not-send="true"
          href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
        GTALK/JABBER/<a moz-do-not-send="true"
          href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
        IRC: <a moz-do-not-send="true" href="http://irc.freenode.net">irc.freenode.net</a>
        #freeswitch<br>
        <br>
        FreeSWITCH Developer Conference<br>
        <a moz-do-not-send="true"
          href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
        <a moz-do-not-send="true"
          href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
        pstn:+19193869900
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>