search for: browsebox

Displaying 2 results from an estimated 2 matches for "browsebox".

2003 Nov 06
5
FW: recording calls
...ed by the program telnetting into the Asterisk Manager and sending the Monitor command for the specific channel, and Stopping recording is done similarly with the StopMonitor command. I also created the ability to Originate calls through this interface. I eventually plan on adding a recently called Browsebox to initiate calls and a few other Manager commands like transfers and moving calls into meetme rooms. I chose Perl/TK because it is very fast and easy to develop in and is cross platform because we have an equal number of Win32 machines and linux machines in our office. If you have any other spec...
2003 Nov 05
6
recording calls
Hello, You can use ZapBarge as an extension in your dialplan to listen in on conversations going on in Zap channels(Zaptel device channels) As for recording you can use the Manager interface command StartMonitor to start recording of a Zap channel and StopMonitor to stop it. Zap channels are pretty much the only ones right now that you can directly monitor and record through Asterisk. If