Patching Asterisk
Steps for patching, compiling and installed the modified version of Asterisk are below. You should be familiar with building from source before attempting this.1. Download a copy of the patch below, the patch is also available from the Asterisk issue tracker.
file_download cisco-usecallmanager-13.28.0.patch (325K) event 25/08/2019 security SHA256:02e1dd9c0c0aa1e63529f5a4fcfd461558f01b9259147edcae4051ff7fccb5bc.
file_download cisco-usecallmanager-16.5.0.patch (321K) event 25/08/2019 security SHA256:e2ecefa86cabe4a4530f16a94ec6c649c00821be3658bb487d8633f0a142808c.
Digium/Asterisk JIRA issue open_in_browser ASTERISK-13145.
2. Download the version of Asterisk that matches the version number in the name of the patch.
open_in_browser Asterisk Downloads (http://asterisk.org/downloads).
3. Extract the archive and apply the patch.
~$ tar -zxvf asterisk-16.5.0.tar.gz
~$ cd asterisk-16.5.0
~/asterisk-16.5.0$ patch -p1 < ../cisco-usecallmanager-16.5.0.patch
4. Configure and build Asterisk.
~/asterisk-16.5.0$ ./configure
~/asterisk-16.5.0$ make
5. Install the patched version of Asterisk.
~/asterisk-16.5.0$ sudo make install
6. Optionally install the sample configuration files. Note: sample sip.conf, sip_notify.conf and res_parking.conf contain patch-specific features so you will need to do this at least once.
~/asterisk-16.5.0$ sudo make samples