search for: manager_listen

Displaying 1 result from an estimated 1 matches for "manager_listen".

2004 Jan 29
4
Asterisk Manager Interface notes
...ately send and parse manager actions and events. Here's how the steps proceed on an Originate command: 1. client inserts an Originate record into the queue table (with a unique Callerid value) 2. action_sender application grabs the new record, submits the action and marks the record as SENT 3. manager_listen application parses every line of manager output and sends blind UPDATE commands to the database based on the action CallerID field and/or the uniqueid field for a key - in the manager interface the callerid field can be unique to the call as sent into the manager 4. client can grab the uniqueid an...