Handling 2 calls at a time..

Login to reply to this topic.
Wed, 2007-08-08 14:55
Joined: 2004-06-22
Forum posts: 148

Hi,

I have the 2nd incoming call notification working. I have one AO which keeps looking for incoming calls and another set of 2 AO's to handle the 2 calls I have.

I hold the first call(with call id EISVCall1) by doing CTelephony->Hold () which works fine and the call is put on hold..and when i get notified for the second call..i answer the 2nd call with CTelephony->AnswerIncomingCall, which also works fine and the call gets answered as well however for some strange reason even this time I get the Callid as EISVCall1 for this also instead of EISVCall2.

Can someone tell me what could be wrong in this case..as since I answered the 2nd call..and i can see both the calls alive..the first on hold and the second connected..why dont i get the correct call id..?

Cheers
mayank

  • Login to reply to this topic.