Nami
Nami copied to clipboard
Asterisk manager interface (ami) client for nodejs
Just putting this out there if we still want to maintain this.
I have an Asterisk instance that generates a great amount of events. The manager is configured to authorize all events: ```ini read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan write = system,call,agent,user,config,command,reporting,originate,message ``` My application...
Hi, Can you add new action CancelAtxfer https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+ManagerAction_CancelAtxfer Thank you!
Hi,Sorry to bother you,I want to know if you plan to support goalng in the future.
You forgot QueueReset in array actions in actions.js var actions = [ .... QueueReset, .. ]
Hello! I built a call center monitoring application with NAMI. I'm currently working on another program (not node.js/nami) to Originate a call. Every so often I'm getting the crash on...
Add two new Actions - Events and UpdateConfig Allow for any sequence of numerics and periods in the version number that Asterisk returns (2.5 for Asterisk 13) in the welcome...
Hi guys, thanks for the library, it rocks! ;). But I have a problemv with the "VoicemailUsersList" function, I'm not able to capture this event, I've tried different options. Any...
- onRawEventUnmarshalled - returns a string containing the event received. Useful for logging purposes or if your code wants to log events from various phone systems in a universal format....
``` { lines: [ 'Event: VarSet', 'Privilege: dialplan,all', 'Channel: SIP/sip123456-000000be', 'Variable: MACRO_DEPTH', 'Value: 1', 'Uniqueid: 1399421255.190' ], EOL: '\r\n', variables: { MACRO_DEPTH: undefined }, event: 'VarSet', privilege: 'dialplan,all', channel: 'SIP/sip123456-000000be',...