File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
19python3-sipsimple (5.2.1) unstable; urgency=medium
210
311 * Turn off spurious per frame zrtp warning notifications
Original file line number Diff line number Diff line change @@ -27,11 +27,22 @@ Narrow-band
2727
2828Wide-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
3748In ./sipsimple/configuration/settings.py add the AMR codecs to audio_codec_list:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments