Skip to content

Commit f27c95a

Browse files
committed
Update TODO
1 parent 796f736 commit f27c95a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ TODO
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

docs/Install.linux

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ for the following packages:
2222
Step 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+
2534
See Dependencies.txt for detailed description of the required libraries and
2635
their minimum version number.
2736

0 commit comments

Comments
 (0)