Skip to content

Instantly share code, notes, and snippets.

View vir's full-sized avatar

Vasily i. Redkin vir

  • CTM
  • Saint-Petersburg, Russia
View GitHub Profile
@vir
vir / record_all_calls.pl
Created June 30, 2015 10:10
Yate call recorder script
#!/usr/bin/perl
use strict;
use warnings;
use Yate;
use Data::Dumper;
# Convert results into stereo wav:
# sox -M /tmp/rec_2015-05-20T17\:09\:44_no-billid_6134-[AB].au /tmp/rec_2015-05-20T17:09:44_no-billid_6134.wav
my $yate = new Yate(Debug=>0);