Asterisk 18 And Not Download Janson

Home » Asterisk Users » Asterisk 18 And Not Download Janson
Asterisk Users 1 Comment

using 18.4.0

I did a ./configure –with-pjproject-bundled –with-jansson-bundled and I still saw a message about downloading .

I have sights that cannot download – how can I “configure” to just use the bundled and not download anything?

Jerry

One thought on - Asterisk 18 And Not Download Janson

  • Bundled does not mean that the source code of other projects is included. It means that we download the source code, build it as we need (along with applying any needed patches), and bundle it into Asterisk itself.

    If download is not possible then a directory can be specified using
    “–with-externals-cache” that contains the expected files, and they will be used instead of being downloaded. There is also “–with-sounds-cache” for the sounds file and a “–with-download-cache” for both.