<br><br><div class="gmail_quote">2011/7/6 Nikhil <span dir="ltr">&lt;<a href="mailto:d.nikhil@cem-solutions.net">d.nikhil@cem-solutions.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<u></u>

  
    
    
  
  <div text="#000000" bgcolor="#ffffff">
    Hi<br>
        Below is the comment that written in
    chan_sip.c(handle_request_refer) file of asterisk .In RFC also
    mentioned that if blind transfer failed call should connect back,
    some of phones support this(If received refer) like cisco,polycom
    and etc.<br>
    <br>
     <font color="#ff6666">\par Blind transfers<br>
              The transferor provides the transferee<br>
              with the transfer targets contact. The signalling between<br>
              transferer or transferee should not be cancelled, so the<br>
              call is recoverable if the transfer target can not be
      reached <br>
              by the transferee.<br></font></div></blockquote><div><br>My understanding of this is :<br>&quot;If transfer target (ie phone C) rings, then transfer target HAS BEEN reached so the above statement do not apply&quot;.<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div text="#000000" bgcolor="#ffffff"><font color="#ff6666">
      <br>
              In this case, Asterisk receives a TRANSFER from<br>
              the transferor, thus is the transferee. We should<br>
              try to set up a call to the contact provided<br>
              and if that fails, re-connect the current session.<br>
              If the new call is set up, we issue a hangup.<br>
              In this scenario, we are following section 5.2<br>
              in the SIP CC Transfer draft. (Transfer without<br>
              a GRUU)</font><br>
    <br>
    <br>
    <br>
    In asterisk comment is written correct but it is not working.<br>
    <br>
    Thanks<br>
    Nikhil<br>
    <br>
    On 07/05/2011 09:44 PM, Kevin P. Fleming wrote:
    <blockquote type="cite">On
      07/05/2011 01:54 AM, Olivier wrote:
      <br>
      <blockquote type="cite">
        <br>
        <br>
        2011/7/5 Nikhil &lt;<a href="mailto:d.nikhil@cem-solutions.net" target="_blank">d.nikhil@cem-solutions.net</a>
        <br>
        <a href="mailto:d.nikhil@cem-solutions.net" target="_blank">&lt;mailto:d.nikhil@cem-solutions.net&gt;</a>&gt;
        <br>
        <br>
            Hi all
        <br>
                In asterisk if blind transfer failed ,call is not
        connecting back .
        <br>
        <br>
            For Eg:
        <br>
                A make call to B through asterisk,then B transfer the
        call to C.
        <br>
            If C did not answer the call ,A  and B Call should connect
        back.
        <br>
        <br>
        IMHO, blind tranfer definition is to NOT connect A and B back
        <br>
      </blockquote>
      <br>
      That is correct, and is why it&#39;s called a &#39;blind&#39; transfer; the
      transferring party does not know or care what happens to the call
      after effecting the transfer.
      <br>
      <br>
    </blockquote>
    <br>
  </div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>