Skip to content

Commit bd2bdad

Browse files
committed
Deploy
1 parent 75de970 commit bd2bdad

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

bandwidth-sdk-3.12.0.gem

-38 KB
Binary file not shown.

bandwidth-sdk-3.12.1.gem

38 KB
Binary file not shown.

bandwidth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'bandwidth-sdk'
3-
s.version = '3.12.0'
3+
s.version = '3.12.1'
44
s.summary = 'bandwidth'
55
s.description = 'Bandwidth\'s set of APIs'
66
s.authors = ['APIMatic SDK Generator']

lib/bandwidth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
# External Files
4646
require_relative 'bandwidth/voice_lib/bxml/bxml.rb'
47-
require_relative 'bandwidth/web_rtc_lib/utils/web_rtc_transfer.rb'
4847
require_relative 'bandwidth/voice_lib/bxml/verbs/bridge.rb'
4948
require_relative 'bandwidth/voice_lib/bxml/verbs/conference.rb'
5049
require_relative 'bandwidth/voice_lib/bxml/verbs/forward.rb'
@@ -66,3 +65,4 @@
6665
require_relative 'bandwidth/voice_lib/bxml/verbs/stop_recording.rb'
6766
require_relative 'bandwidth/voice_lib/bxml/verbs/transfer.rb'
6867
require_relative 'bandwidth/voice_lib/bxml/verbs/xml_verb.rb'
68+
require_relative 'bandwidth/web_rtc_lib/utils/web_rtc_transfer.rb'

lib/bandwidth/messaging_lib/messaging/controllers/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(config, http_call_back: nil)
1313
@http_call_back = http_call_back
1414

1515
@global_headers = {
16-
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.0'
16+
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.1'
1717
}
1818
end
1919

lib/bandwidth/two_factor_auth_lib/two_factor_auth/controllers/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(config, http_call_back: nil)
1313
@http_call_back = http_call_back
1414

1515
@global_headers = {
16-
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.0'
16+
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.1'
1717
}
1818
end
1919

lib/bandwidth/voice_lib/voice/controllers/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(config, http_call_back: nil)
1313
@http_call_back = http_call_back
1414

1515
@global_headers = {
16-
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.0'
16+
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.1'
1717
}
1818
end
1919

lib/bandwidth/web_rtc_lib/utils/web_rtc_transfer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Bandwidth
88
module WebRtc
99
def generate_bxml(device_token, sip_uri="sip:sipx.webrtc.bandwidth.com:5060")
10-
return '<?xml version="1.0" encoding="UTF-8"?><Transfer><SipUri uui="%s;encoding=jwt">%s</SipUri></Transfer>' % [device_token, sip_uri]
10+
return '<?xml version="1.0" encoding="UTF-8"?><Response><Transfer><SipUri uui="%s;encoding=jwt">%s</SipUri></Transfer></Response>' % [device_token, sip_uri]
1111
end
1212
end
1313
end

lib/bandwidth/web_rtc_lib/web_rtc/controllers/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(config, http_call_back: nil)
1313
@http_call_back = http_call_back
1414

1515
@global_headers = {
16-
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.0'
16+
'user-agent' => 'ruby-sdk-refs/tags/ruby3.12.1'
1717
}
1818
end
1919

0 commit comments

Comments
 (0)