TAPI removing a conference master from a manual build up conference call

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • stimac
    Aspiring Member
    .
    • Jun 2012
    • 2

    TAPI removing a conference master from a manual build up conference call

    Hello,
    I'm using TAPI 2.x to connect to IP Office.
    I build up an conference call with 2 participants.

    (dest 223) ---call---> (dest 221) ---consultation call to ---> (dest 222)
    (dest 221) is initiated the conference

    The conference master (dest 221) is monitored using TAPI. To build up the conference I use the TAPI functions ::lineSetupTransfere(dest) and ::lineCompleteTransfer(LINETRANSFERMODE_CONFERENCE ).
    In this case I receive several events from the TAPI which signals the conference state on the knowing call handles. I receive also events on a new unknown call handle with a new callId which represent the instance of the conference call.

    To remove the conference master from the conference call I use the TAPI ::lineDrop() function with the call handle of the conference call. Upon successful completion the conference master (dest 221) is removed from the conference and the other participants (dest 222) and (dest 223) are still in the conference call.

    (dest 221) removed from the conference and (dest 222) <--conference--> (dest 223)

    This handling works very well but I have an issue when I initiate the conference manualy on the phone device <CONF>dest<CONF> instead of calling the TAPI functions ::lineSetupTransfer() and ::lineComplteTransfer from my application.

    My purpose is to remove the conference master (dest 221) out of the conference and the other participants shall still continue the conference.

    In this case I receive a completely different event flow as I describe before. I receive two LINE_APPNEWCALL events with the callIds of the old known connections. The new call handle with the callId of the conference call is not signaled in this scenario.
    The consequence is, I could not call the ::lineDrop() function from my application to remove the conference master from the conference. I can only disconnect each participants from the conference, but not the conference master.

    In the TAPI Reference is mention a function ::lineGetConfRelatedCalls() which return all call handles of the conference in a structure. The first entry of the structure should be the handle of the conference call and the other entries are the participants of the conference. I try this function to determine the conference call in this scenario, but the function return unfortunately LINEERR_NOCONFERENCE. Is this function implemented for the IP Office TAPI?

    How can I remove an conference master from the conference while the other participants are still continue the conference call?
    Or is there an other way how to get the handle of the conference call to drop the conference?
    Are the events in case of manual conference initialization on the phone right?
    Have anyone an idea how I can solve the issue?

    Thanks in advance.
    Daniel
  • jtucker1
    Member
    .
    • Aug 2012
    • 3

    #2
    TAPI 2 Conf problem

    Hello Daniel,
    This would need to be worked in our dev connect team if you are not a memebr you can join using the following link.



    Sorry not something we can address here.

    Comment

    • stimac
      Aspiring Member
      .
      • Jun 2012
      • 2

      #3
      I'm a member of devconnect, but I didn't found a forum in devconnect for IPO TAPI where I can post such a question. Can you tell me to whom I can address the question?

      Comment

      Loading