Have a look at wxCommunicator source code and download the prepared setup. Link is in the mailinglist. It can make as many calls on single (or multiple) line(s) as sipxtapi can handle. Read the html help. Have a look at SipXTapiProxy, AsyncProxyThread, PhoneCallEventHandler, PhoneCall classes.
The OnChanged() method of PhoneCall is called to update the user interface. User interface is often updated indirectly, by calling OnChanged (the only exceptions are simple modal dialogs). This allows easy synchronization of multiple dialogs displaying the same data (the main phone panel and conference manager dialog) and avoids the mess of updating user interface directly from many different classes. And you won't find the user interface in the cpp files like in sipxezphone, its all in xml XRC file zipped in resources.zip. It's pointless to add this multiple call functionality into sipxezphone. Sipxezphone is just a demonstration that sipxtapi works -;) Jaroslav Libak >Hi, > >I'd would like to try making multiple calls on a single line. I'd like to >make it where you can put one call on hold and make another. > >Can sipxezphone do this? How? > >Regards, >Joseph _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
