1

I get this error:

collect2: error: ld returned 1 exit status
/usr/src/asterisk-13.19.1/Makefile.rules:176: recipe for target 'chan_pjsip.so' failed
make[1]: *** [chan_pjsip.so] Error 1
Makefile:378: recipe for target 'channels' failed
make: *** [channels] Error 2

Please give us links to download asterisk server in Ubuntu 16.04!

Zanna
  • 72,312

1 Answers1

3

In Ubuntu 16.04, the package sources contain asterisk v13.1.0 and it can be install simply with sudo apt install asterisk. If for some reason you need a newer version, you can (roughly sorted from best to worst practice):

Zanna
  • 72,312
dessert
  • 40,956