-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hello,
I like the project, very good implementation very much, thanks for that.
I want to ask a question, as I'm having multiple servers connected to the AMIws instance, and I want to send an AMI command to one of them.
When I send the request, I get a reply from all the servers connected that the action has been executed on all servers.
I send the request through web-socket as follows:
{
"type":2,
"server_id":1,
"server_name":"server",
"ssl":false,
"data":{
"Action":"QueueAdd",
"ActionID":"actid",
"Queue":"queue",
"Interface":"SIP/ext",
"Penalty":"0",
"Paused":"true",
"MemberName":"name"
}
}
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels