Skip to content

Commit

Permalink
bypass media is false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Nov 1, 2010
1 parent 7db7011 commit c603485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecallmgr/src/ecallmgr_fs_route.erl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ generate_xml(<<"bridge">>, Routes, _Prop, Domain) ->
BypassMedia = case get_value(<<"Media">>, RouteProp) of
<<"bypass">> -> "true";
<<"process">> -> "false";
_ -> "true" %% auto?
_ -> "false" %% default to not bypassing media
end,

RP1 = case get_value(<<"Progress-Timeout">>, RouteProp) of
Expand Down

0 comments on commit c603485

Please sign in to comment.