< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] Dum multi-call design



Hi,

I want to develop an application based on basiccall.cpp  in the dum/test to enable sending multiple calls/invites and also an ability to receive multiple calls.

The way i was going to do it was to have an array of lines that contains a pointer to the InviteSessionHandler and everytime the app receives a OnNewsession i grab one of the "unallocated" lines and copy the handle and use it to keep track of invitesessions.

Is this a right way to do it or if not, can somebody give me some pointers as to how it can be done. Thanks.

Sachin