Skip to content

Commit

Permalink
default authz to false again
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Oct 4, 2011
1 parent 3655792 commit f4e0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecallmgr/priv/settings.config
@@ -1,4 +1,4 @@
{remote_audio_script, "/usr/local/bin/fetch_remote_audio.sh"}.
{default_ringback, "%(2000,4000,440,480)"}.
{authz_enabled,true}. %% boolean() - Send authorization request along with route request
{authz_enabled,false}. %% boolean() - Send authorization request along with route request
{authz_default,deny}. %% allow | deny - if authz_enabled is true and no authz_resp is received, this defines the default action

0 comments on commit f4e0c94

Please sign in to comment.