Skip to content

Commit

Permalink
Proposal
Browse files Browse the repository at this point in the history
Proposal to load webseq status from a configurable place as keeping it on everytime crashes konami
  • Loading branch information
tsromana committed May 4, 2016
1 parent 5ecb16c commit f927009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/konami/src/konami_code_fsm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}).
-type state() :: #state{}.

-define(WSD_ENABLED, 'false').
-define(WSD_ENABLED, whapps_config:get_integer(?APP_NAME, <<"webseq_enabled">>, 'true')).

-define(WSD_ID, ?WSD_ENABLED andalso {'file', get('callid')}).

Expand Down

0 comments on commit f927009

Please sign in to comment.