ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

Am getting error pjsua_core.c bind error: Address already in use When I want to make multiple calls at the same time #96

Closed appgurung closed 5 years ago

appgurung commented 5 years ago

Am getting PJSUA_core.c bind error: Address already in use when I want to make multiple calls at the same time in the console app

How can I make multiple calls at the same time.

siniypin commented 5 years ago

Do you start a new UserAgent for every call?

appgurung commented 5 years ago

Yes I did. Is there anything wrong with that?

siniypin commented 5 years ago

Address already in use

siniypin commented 5 years ago

You only need one user agent. It can handle multiple calls simultaneously.

appgurung commented 5 years ago

Thanks, One more thing. In hanging up a call what command am I expected to enter. Is it the call ID or what?