pipobscure / NodeJS-AsteriskManager

NodeJS Asterisk Manager API
Other
248 stars 103 forks source link

Props, data in event #66

Open BrunoPignatari opened 4 years ago

BrunoPignatari commented 4 years ago

Hello ,

I have an event to hear of abandoning only one particular queue. no event listener how to hear it passing the queue name as variable?

event: QueueCallerAbandon, queue: SAC

micodix commented 2 years ago

Hi,

you have to build your own logic around the library to be able to filter on specific events. The library simply passes all AMI events from Asterisk transparently to the client.