Hi, Where can I find a complete * manager api guide, the one one wiki is missing informations like the monitor function for example, Thnx Serge
There really isn't a solid description of every Manager API function, even in the source code. And some of the features listed may not work the way you think they should. As for Monitor, there really isn't much more than to say that you send it a channel and optionally a filename and it will start recording. I'll try to fill in some gaps on the Wiki tonight, take a look in the morning. http://www.voip-info.org/wiki-Asterisk+manager+API MATT--- -----Original Message----- From: Serge Schumacher [mailto:serge@vonet.lu] Sent: Monday, January 03, 2005 8:38 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Manager API Hi, Where can I find a complete * manager api guide, the one one wiki is missing informations like the monitor function for example, Thnx Serge _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Guys, After connecting to the * manager, each and every event is sent to the connected client, right? This means that if I install a client on each PC for monitoring incoming calls, or pretty much anything else, it will create a lot of excess traffic on my LAN. Can I connect to the manager and tell it to send only events regarding specific extension(s) my way? I'd like to provide a popup display say "incoming call from CALLERID" and provide a way for the callee to divert it to voicemail or something like that. Thanks Shoval Tomer, IT Manager, SofTov Advanced Systems, Ltd. Office: +972-3-9230686 ext. 179 Fax: +972-3-9216642 Mobile: +972-54-8000200
Hello, You are correct, it's a lot of data for each client to parse through and a lot of data for the se5rver to be sending out. It would just be easier to use an AGI to trigger an action on the client computer, or you could just use astGUIclient which already does what you are trying to do: http://astguiclient.sf.net This software suite has a central manager queue as well as a collection of AGI scripts and server scripts to do several things like incoming call popup with callerID searching through a web browser as well as in-call recording and conference calling of up to 6 channels on even a single line phone and several other features. It is free as in GPL and works on UNIX and Win32. MATT--- -----Original Message----- From: Shoval Tomer [mailto:shoval@softov.co.il] Sent: Tuesday, January 04, 2005 5:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] manager API Guys, After connecting to the * manager, each and every event is sent to the connected client, right? This means that if I install a client on each PC for monitoring incoming calls, or pretty much anything else, it will create a lot of excess traffic on my LAN. Can I connect to the manager and tell it to send only events regarding specific extension(s) my way? I'd like to provide a popup display say "incoming call from CALLERID" and provide a way for the callee to divert it to voicemail or something like that. Thanks Shoval Tomer, IT Manager, SofTov Advanced Systems, Ltd. Office: +972-3-9230686 ext. 179 Fax: +972-3-9216642 Mobile: +972-54-8000200 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, I try to use Manager API to originate a call from a channel to an existing extension. Based on "sip channel show" command, the Manager initiates a call to the channel only. It doesn't generate a call to the extension. So the originate call API of Manager is failed. I think I pretty much follow the API description at http://www.voip- info.org/wiki-Asterisk+Manager+API+Action+Originate. Has anyone tried the API before? Thanks. Jason --