Hi, I use Asterisk Manager to send commands to Asterisk through a socket in my C++ program. Please, can you tell me how I can understand when the answer of Asterisk to my command is finished? I think it can be the terminator "\r\n\r\n", but I'm not sure about this. Thanks