When connecting to the Asterisk Manager via a socket (telnet style), there is a 3 second delay after each commands. Is this normal? Why is it so? Can a response be returned immediately?
** EDIT **
some more info
- the manager is a closed test environment server
- there are at most 4 uers connected at once
- it is installed on a physical enterprise server machine using the most recent trixbox CE
- all DNS seems properly setup (SSH works fine without delays)
all commands are executed sending a
\r\n
for line breaks, plus an extra\r\n
at the end.For example :
Action: Command{\r\n} Command: meetme list 204 concise{\r\n} {\r\n}
note :
{\r\n}
are really carriage returns and new line feed characters, and not a literal string, to avoid confusion and show what's being sent.