Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response too slow #10

Open
jjsainzc opened this issue Jul 2, 2019 · 1 comment
Open

Response too slow #10

jjsainzc opened this issue Jul 2, 2019 · 1 comment

Comments

@jjsainzc
Copy link

jjsainzc commented Jul 2, 2019

Hey

This is my log when I send a command to server

Response Connected Time 3649 ms
Send cmd {"Action":"CoreStatus","ActionID":"getConnectedServers"}
Response Time 3987 ms
Received message: { "type": 4, "server_id": 1, "server_name": "callevo11", "ssl": false, "data": {"Response": "Error","Message": "Too many lines in message or allocation failure"}}

Why too slow and why this error message ?

Thanks

@staskobzar
Copy link
Owner

Hello,

The message "Too many lines in message or allocation failure" is received from Asterisk manager.c module.
This may be that the Action has been generated with invalid data of Asterisk problem.
Can you sniff the traffic (with ngrep) to see what messages are exchanged? And also you can increase debug/verbose level in Asterisk and see if there any logs that can give more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants