quaff 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/endpoint.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a895465f0bde96df434080696bd6714559094e1e
|
4
|
+
data.tar.gz: 374f06b143b8a8521b74190ecb62f2d94ed46c3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53df81ef519babdb433ba3c50cc79de84b2db8943d57ca866750523db78ae0ddc51c932ba02271edb7bf81576a4f56813214b861dd855f9de27f7aacd3b20255
|
7
|
+
data.tar.gz: f4ade0985a3d7067eabbd2504a2a1eb759be9e472efd69b8ea27e39cf1bca1491331088dfb129daf833395cc37a03763bfc434dca8fbdf970e6202a847049058
|
data/lib/endpoint.rb
CHANGED
@@ -96,7 +96,7 @@ module Quaff
|
|
96
96
|
@outbound_connection = new_connection(outbound_proxy, outbound_port)
|
97
97
|
end
|
98
98
|
@hashes = []
|
99
|
-
@contact_header = "<sip:quaff@#{Utils::local_ip}:#{@local_port};transport=#{
|
99
|
+
@contact_header = "<sip:quaff@#{Utils::local_ip}:#{@local_port};transport=#{transport};ob>"
|
100
100
|
initialize_queues
|
101
101
|
start
|
102
102
|
end
|