Advertisement
Guest User

Untitled

a guest
May 31st, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. get_bindings() ->
  2. get_bindings(kz_config:get(amqp, use_federation)).
  3.  
  4. get_bindings([_Federation=true]) ->
  5. [{'notifications', [{'restrict_to', ?RESTRICT_TO}, 'federate']}, {'self', []}];
  6. get_bindings(_) ->
  7. [{'notifications', [{'restrict_to', ?RESTRICT_TO}]}, {'self', []}].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement