Skip to content

Commit

Permalink
WHISTLE-42: do not bypass media yet
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Apr 4, 2012
1 parent 3d8ca98 commit 0beeff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whistle_apps/apps/conference/src/conf_participant.erl
Original file line number Diff line number Diff line change
Expand Up @@ -560,15 +560,15 @@ bridge_to_conference(Route, Conference, Call) ->
,{<<"Auth-Password">>, whapps_conference:bridge_password(Conference)}
,{<<"Outgoing-Caller-ID-Number">>, whapps_call:caller_id_number(Call)}
,{<<"Outgoing-Caller-ID-Name">>, whapps_call:caller_id_name(Call)}
,{<<"Ignore-Early-Media">>, <<"true">>}
%% ,{<<"Ignore-Early-Media">>, <<"true">>}
,{<<"Bypass-Media">>, <<"true">>}
]),
Command = [{<<"Application-Name">>, <<"bridge">>}
,{<<"Endpoints">>, [Endpoint]}
,{<<"Timeout">>, <<"20">>}
,{<<"Ignore-Early-Media">>, <<"false">>}
,{<<"Dial-Endpoint-Method">>, <<"single">>}
,{<<"Media">>, <<"bypass">>}
%% ,{<<"Media">>, <<"bypass">>}
],
whapps_call_command:send_command(Command, Call).

Expand Down

0 comments on commit 0beeff4

Please sign in to comment.