PJSIP-PJSUA2-CSharp icon indicating copy to clipboard operation
PJSIP-PJSUA2-CSharp copied to clipboard

A ready-to-use C# implementation of the PJSIP PJSUA2 API

Results 6 PJSIP-PJSUA2-CSharp issues
Sort by recently updated
recently updated
newest added

Hi, While using this library, its not clear how to handle the SIP INFO message. Can you please share whether the onCallTsxState method needs special handling for INFO messages? Currently...

message error : ``` System.ApplicationException: 'C++ pj::Error: Title: pjsua_call_make_call(acc.getId(), &pj_dst_uri, param.p_opt, this, param.p_msg_data, &id) Code: 450001 Description: Erreur externe indéfinie. ```

Thank you so much for your work! Your clear and simple instructions saved my day. I'm trying to use the dll obtained with your instructions in a .NET 5.0 project...

Great instructions you made! Build the dll project in Debug mode was successfully, but when I try to build in the Release mode, tons error came out, such like: `LNK2001...

Hi Aaron, thanks for the work you've done here and the documentation. Your instructions are very good but I'm having trouble with this bit. Do you mean the lib files...

Hi, I downloaded your code and tried to test it with the code from here: https://www.pjsip.org/docs/book-latest/html/intro_pjsua2.html#id1 When I run the app it says: {"The type initializer for 'SWIGExceptionHelper' threw an...