Skip to content

Send AMI Actions to one of the amihosts #27

@ahelbadry

Description

@ahelbadry

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions