Skip to content

Commit 5fc983c

Browse files
committed
Added version 5.2.2
1 parent ddb48ed commit 5fc983c

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python3-sipsimple (5.2.2) unstable; urgency=medium
2+
3+
* Don't encode XCAP icon to bytes, let the application do it
4+
* Load XCAP documents only if account and xcap are both enabled
5+
* Fixed comparing XCAP status icon from server with local cache
6+
7+
-- Adrian Georgescu <[email protected]> Sat, 26 Jun 2021 13:48:10 -0300
8+
19
python3-sipsimple (5.2.1) unstable; urgency=medium
210

311
* Turn off spurious per frame zrtp warning notifications

docs/Dependencies.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,22 @@ Narrow-band
2727

2828
Wide-band
2929

30-
* https://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc
31-
* ./configure --prefix=/usr/local/opt/vo-amrwbenc
30+
Download the tar archive from:
3231

33-
On Mac and Linux:
34-
* export SIPSIMPLE_AMR_WB_PATH="/usr/local/opt/vo-amrwbenc"
32+
https://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc
33+
34+
On Mac:
35+
36+
./configure --prefix=/usr/local/opt/vo-amrwbenc
37+
make
38+
make install
39+
export SIPSIMPLE_AMR_WB_PATH="/usr/local/opt/vo-amrwbenc"
40+
41+
On Linux:
42+
43+
./configure --prefix=/usr/local/
44+
make
45+
make install
3546

3647

3748
In ./sipsimple/configuration/settings.py add the AMR codecs to audio_codec_list:

sipsimple/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__summary__ = "SIP SIMPLE implementation for Python"
66
__webpage__ = "https://sipsimpleclient.org"
77

8-
__version__ = "5.2.1"
8+
__version__ = "5.2.2"
99

1010
__author__ = "AG Projects"
1111
__email__ = "[email protected]"

0 commit comments

Comments
 (0)