quaff 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/call.rb +5 -0
- metadata +2 -2
data/lib/call.rb
CHANGED
|
@@ -124,6 +124,11 @@ class Call
|
|
|
124
124
|
str
|
|
125
125
|
end
|
|
126
126
|
|
|
127
|
+
def assoc_with_msg(msg)
|
|
128
|
+
@last_Via = msg.all_headers("Via")
|
|
129
|
+
@last_CSeq = CSeq.new(msg.header("CSeq"))
|
|
130
|
+
end
|
|
131
|
+
|
|
127
132
|
def clone_details other_message
|
|
128
133
|
@headers['To'] = [clear_tag(other_message.header("To"))]
|
|
129
134
|
@headers['From'] = [clear_tag(other_message.header("From"))]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quaff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-12-
|
|
12
|
+
date: 2013-12-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: facter
|