Introduction
Introduction Statistics Contact Development Disclaimer Help
Enable -k option for iaxrecord.rb (sendkeys aka dtmf) - warvox - VoIP based war…
Log
Files
Refs
README
---
commit d3bced51ce0325447f2a05468052aa045cc6d8d6
parent e5938d6b2416d2e2364f3d67292f3b80c002094b
Author: HD Moore <[email protected]>
Date: Sun, 28 Feb 2016 22:22:51 -0600
Enable -k option for iaxrecord.rb (sendkeys aka dtmf)
Diffstat:
M bin/iaxrecord.rb | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/bin/iaxrecord.rb b/bin/iaxrecord.rb
@@ -52,6 +52,10 @@ parser.on("-d") do |v|
opts[:debugging] = true
end
+parser.on("-k keys") do |v|
+ opts[:sendkeys] = v
+end
+
parser.on("-h") do
$stderr.puts parser
exit(1)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.