Daniele Pallastrelli

Results 53 comments of Daniele Pallastrelli

Thank you for your contribution. I'm against making the `cli` library dependent on other libraries. The library started with a strong dependency on `boost`, and I had much pressure to...

Yes, currently it treats an unclosed quoted string as closed at the end of the line. Actually, it can be considered a feature. The alternative would be outputting a "wrong...

First of all, are you sure boost asio can’t manage file descriptors? Take a look at this page: https://www.boost.org/doc/libs/1_72_0/doc/html/boost_asio/overview/posix/stream_descriptor.html Sorry, but I can’t understand the problem you’re trying to solve...

Yes, I agree: this should be on our TODO list. This development will be scheduled as soon as possible. Please note that everyone can accelerate the development by becoming a...

I know `boost::beast` (the library that provides HTTP and WS to `aricpp` ) has support for SSL, so I hope we can put this feature into aricpp soon. In the...

Thank you for your contribution, Luca. I just need you to get rid of the `std::string_view` since this is a C++14 library, and `std::string_view` is in the C++17 standard. Sorry,...

After a quick check, I made Windows ctrl-L work using a Windows API. Unfortunately, the library currently does not distinguish between Windows and Linux "terminal" (class `Terminal` is unique, as...

I've already implemented (not yet pushed on the server, though) all the machinery needed to make ctrl-L work on Linux, Windows, and telnet. However, I've used the escape sequence for...

Hi @gibbz00 , thank you for your work. Of course, we can consider this PR only after the `ChannelToneDetected` is integrated into an official asterisk release. BTW: when is this...

Hi @domWalters , I think that this issue has already been solved. Please, try with the latest repository commit and let me know. Thanks,.