How do I stop the ringing on a blind transfer?

Answered How do I stop the ringing on a blind transfer?

  • 23. července 2007 16:27
     
     

    I'm using a blind transfer but I need to keep the caller from  from hearing the phone ring when I do the transfer. Is there some way to keep the caller from hearing the ringing?

     

    I'm setting up the transfer like this -

     

    this.blindTransferActivity1.CalledParty = new SipUriTelephonyAddress(new SipUri(SipUriScheme.Sip, "2222", "192.168.2.3", 0, "transport=tcp;foo=Marshall;ICMid=0001;NextApp=111"));

     

     

Všechny reakce

  • 25. července 2007 18:28
     
     Odpovědět

    When you blind transfer, you are relinquishing control of the call.

    So the 'hear no ringing' problem must be solved externally, by the transfer-to party (or gateway/pbx).

    • Can the '2222@192.168.2.3' party be made into an ACD queue (with no ringback)?
    • Can the gateway, (192.168.2.3), be configured for no ringback?
    • Have you considered using a supervised transfer instead (hang on to the call until the consult answers, and then transfer)?

     

    karl

  • 25. července 2007 19:29
     
     
    The client specs call for using the blind transfer. I haven't been able to get that changed.
  • 13. srpna 2007 19:01
     
     

    Hi Marshall,

    Can you let us know the status of your issue?

  • 13. srpna 2007 19:20
     
     
    Ended up basically getting acceptance from client that ringing will be OK.