Skip to content

Commit 0ba3442

Browse files
author
HD Moore
committed
Pass the debugging option for IAX2 Client
1 parent 54a5dd6 commit 0ba3442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rex/proto/iax2/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(uopts={})
3434
self.server_port = opts[:server_port]
3535
self.username = opts[:username]
3636
self.password = opts[:password]
37+
self.debugging = opts[:debugging]
3738

3839
self.sock = Rex::Socket::Udp.create(
3940
'PeerHost' => self.server_host,

0 commit comments

Comments
 (0)