freeswitcher 0.5.5 → 0.5.6
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/fsr/listener/inbound.rb +1 -1
- data/lib/fsr/version.rb +1 -1
- metadata +2 -2
data/lib/fsr/listener/inbound.rb
CHANGED
|
@@ -40,6 +40,7 @@ module FSR
|
|
|
40
40
|
if error?
|
|
41
41
|
reconnect_until_succeeding
|
|
42
42
|
end
|
|
43
|
+
before_session
|
|
43
44
|
end
|
|
44
45
|
|
|
45
46
|
def reconnect_until_succeeding
|
|
@@ -57,7 +58,6 @@ module FSR
|
|
|
57
58
|
def authorize_and_register_for_events
|
|
58
59
|
FSR::Log.info "Connection established. Authorizing..."
|
|
59
60
|
say("auth #{@auth}")
|
|
60
|
-
before_session
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
def before_session
|
data/lib/fsr/version.rb
CHANGED