Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kageds committed Jul 7, 2020
1 parent 6e2cb1b commit 69f1726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ecallmgr/src/ecallmgr_originate.erl
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ build_originate_args_from_endpoints(Action, Endpoints, JObj, FetchId, CtrlPid) -
-spec get_channel_vars(kz_json:object(), kz_term:ne_binary()) -> iolist().
get_channel_vars(JObj, FetchId) ->
InteractionId = kz_json:get_value([<<"Custom-Channel-Vars">>, <<?CALL_INTERACTION_ID>>], JObj, ?CALL_INTERACTION_DEFAULT),

CCVs = [{<<"Fetch-ID">>, FetchId}
,{<<"Ecallmgr-Node">>, kz_term:to_binary(node())}
,{<<?CALL_INTERACTION_ID>>, InteractionId}
Expand Down

0 comments on commit 69f1726

Please sign in to comment.