Difference between revisions of "Unknown signalling method 'pri cpe'"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Follow the correct order in installing Asterisk as shown on the download page at http://www.asterisk.org
Follow the correct order in installing Asterisk as shown on the download page at http://www.asterisk.org


zaptel, libpri, asterisk, addons
dahdi, libpri, asterisk, addons


----
----
Line 11: Line 11:
  make  
  make  
  make install
  make install
(make config/samples -> if necessary)

Latest revision as of 06:13, 20 February 2014

Follow the correct order in installing Asterisk as shown on the download page at http://www.asterisk.org

dahdi, libpri, asterisk, addons


Before each one:

make clean
./configure
make 
make install
(make config/samples -> if necessary)