Alexey Trizno wrote: > Hello! > > Multiple instances test failed :( > > If I run two copy of my application, either create instance (with different > port/identity/user/password), add line, create outgoing call - no problem > occurred, but if I create the same two instances in one application, only > first instance working. Second instance cannot complete call-connect or > registration (registration timed out, call-connect does not receive CONNECTED > event, only remote_offering). > > What wrong? > > * The SIPX_INST handle represents an instance of a user agent. A user agent > * includes a SIP stack and media processing framework. sipXtapi does > support > * multiple instances of user agents in the same process space, however, > * certain media processing features become limited or ambiguous. For > * example, only one user agent should control the local system's input and > * output audio devices. > >
Then it means a bug got introduced into it and it doesn't work. Please report it on JIRA bug tracker in sipxcalllib, component sipxtapi. In the reports, always state what branch are you using. Also try the same with sipxtapi branch, not the main branch or 3.6 branch. What do you need 2 instances for? Do you need to register at 2 sip proxies at the same time? For conferencing in the way you described it earlier one instance is enough. Jaroslav Libak _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
