search for: nmix

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

Did you mean: nmi
2006 Jan 11
0
Asterisk Manager API and ZapBarge or ChanSpy
...ne = pop(@channels)) { $pattern = "Local\/" . $exten; if ($line =~ m/$pattern/i) { print $line; # start monitor $recording = $timestamp . "-" . $uniqueid; print $recording; $telnet->print("Action: Monitor\nMix: 1\nFormat: wav49\nChannel: " . $currentChannel ."\nFile: " . $recording . "\n\n"); $telnet->waitfor('/Response: Success/'); } } What I think is happening is that a call is originated for the 8159 extension, which then executes the dialpl...