pjproject
pjproject copied to clipboard
PJSIP project
I can't imagine this version of SSL is secure any more or that this code is getting well-tested. Let's remove it and focus on the modern forms of the library.
Assertion: ``` pjsip/sip_resolve.c:444: pjsip_resolve: Assertion `!"Unknown transport type"' failed. ``` when `tdata` is configured with `tp_selector` with loop-dgram transport. Also add testing for this scenario as part of `transport_loop_test()`.
Warnings from coverity: ``` *** CID 1547500: Integer handling issues (INTEGER_OVERFLOW) /pjsip/src/pjsip-ua/sip_100rel.c: 293 in pjsip_100rel_create_prack() 287 dd->uac_state_list = uac_state; 288 } 289 290 /* If this is from new INVITE...
### Describe the bug After building the pjsip project using default settings on ubuntu 22 confsample produces thread priority error. ### Steps to reproduce After building pjsip, run ./confsample in...
### Describe the bug This is using microsip for windows. I dial, it is ringing, the remote party picks up, shows the call connected and immediately aborts. Other calls work...
Ref: https://github.com/libreswan/libreswan/issues/1675
### Describe the bug When following the instructions to [create a framework to support multiple platforms and architectures](https://docs.pjsip.org/en/latest/get-started/ios/build_instructions.html#building-pjsip) libtool prints several warnings about duplicate member names. ### Steps to reproduce...
Reported that assertion happens with this call stack trace: ``` Crashed: Thread: SIGABRT 0x0000000000000000 #00 pc 0x51894 libc.so (BuildId: 058e3ec96fa600fb840a6a6956c6b64e) #01 pc 0x51864 libc.so (BuildId: 058e3ec96fa600fb840a6a6956c6b64e) #02 pc 0x51c64 libc.so...
A crash has been reported in destroying PJSUA with several concurrent calls, call stack trace is: ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028 Triggered by Thread: 0...
### Describe the bug The build error is due to the original SWIG build, and it needs to be refreshed by rerunning the input/output formatter manually to build properly. running...