[quote author=ecki link=topic=2006.msg6910#msg6910 date=1169988195]
Hang on! Why do you need two lines for this? What switch do you have?
Please correct me if I am wrong, but in classic scenario all is happening on one line.
When you send the TInitiateTransfer, Tserver automatically put on hold call from party A,
then dials new consultation call from Line 1 to party C. If party C did not want to accept the transfer,
you just drop the consultation call with TReleaseCall using connid of consultation call and
with TRetrieveCall using connid of original call you will get the original call back from party A.
And that all should happen on TLine1.
Actually, did you try to complete this transfer using two lines? Does this work?
I would be happy, if you could share this information.
Thanks.
[/quote]
écki -
from what I have seen using Avaya or Nortel, whenever you put a call on hold using hardphone, the first line is blinking and you dial using the second line. In softphone if you try to do a two-step transfer, it is always the second line that that is being used for a consult call.
I think this is done to keep track of which call is what - TLine1 will hold the original call in case you want to return to it, and TLine2 will hold the consult call.
Doesn't Genesys ActiveX sample do that?