Stefan Mueller - 2004-02-12

Hi, does anybody know if it is possible to remotely set up calls with JTAPI+XTAPI+XOpenH323?

I am developing a server application which receives call requests from clients. The server application then has a list of phone numbers to connect.

My theory:
1.) The server application establishes a first connection to the requesting client's H323 client. (This already works ... I used the JSoftPhone example.)
2.) The server application establishes further connections to the H323 clients specified by the list of phone numbers to call.
3.) The server application removes itself from the connections list (m_connections[0].disconnect();), whereas the clients stay connected.

Will this work or do I need futher steps, probably even involving packages not yet implemented in XTAPI?

Thanks,
Stefan Mueller