File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44 - Use individual TCP/TLS transport per SIP account
55 - Use individual TLS settings per account (CA, list, certificate and verify server)
6- - Use MacOS native video hardware acceleration https://trac.pjsip.org/repos/ticket/2022
7- - Fix TLS verify server https://github.com/AGProjects/python-sipsimple/pull/7
86 - After ICE neg is completed we must send re-INVITE with the chosen RTP candidates
97 - Cannot retry a Call Transfer if it failed (invitation._transfer_usage is not reset)
108 - Modify Invitation/Request/Subscription to reset transport on request_uri
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ for the following packages:
2222Step 2. Install system dependencies
2323-----------------------------------
2424
25+ SIP SIMPLE SDK depends upon the following third party sources:
26+
27+ - PJSIP base revision 210 from 2020-02-14
28+ https://github.com/pjsip/pjproject/archive/2.10.tar.gz
29+
30+ - ZRTP tag 6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03
31+ https://github.com/wernerd/ZRTPCPP.git
32+
33+
2534See Dependencies.txt for detailed description of the required libraries and
2635their minimum version number.
2736
You can’t perform that action at this time.
0 commit comments