Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you plan to install multiple builds, you can direct the installation to a directory other than
    Code Block
    /usr/local/sipx
    by adding this switch. You can use any directory name
    Code Block
      --prefix=/opt/sipx
    
  • If you want CDR support, add the following option. (Requires ruby and development tools like gem and rake)
    Code Block
    
     --enable-cdr
    
  • To speed up
    Code Block
    configure
    step, this can decrease the time by 40%. You can use any file name
    Code Block
     --cache-file=/tmp/ac-cache-file
    

...