Hello,
I installed Asterisk 11 (SVN-branch-11-r379808) and my Verbose logs were displayed in console. But after I installed CURL and rebuilt asterisk, Verbose logs don’t display anymore.
This what I have done:
$ sudo apt-get install libcurl4-openssl-dev
$ cd ~/src/asterisk-complete/asterisk/11
$ ./configure
$ make
$ sudo make install
$ sudo make config
That happened on another server too …
What shall I do to fix this ?