Skip to content

Commit

Permalink
Undo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skorobkov committed Apr 15, 2015
1 parent 17d57cb commit acd046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/whistle_media-1.0.0/src/wh_media_recording.erl
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ save_recording(Call, MediaName, _Format, {'true', 'other', Url}) ->

-spec store_recording_to_third_party_bigcouch(whapps_call:call(), ne_binary(), ne_binary(), ne_binary()) -> 'ok'.
store_recording_to_third_party_bigcouch(Call, MediaName, Format, BCHost) ->
BCPort = whapps_config:get_integer(?CONFIG_CAT, <<"third_party_bigcouch_port">>, <<"5984">>),
BCPort = whapps_config:get(?CONFIG_CAT, <<"third_party_bigcouch_port">>, <<"5984">>),
lager:info("storing to third-party bigcouch ~s:~p", [BCHost, BCPort]),
AcctMODb = wh_util:format_account_id(kazoo_modb:get_modb(whapps_call:account_db(Call)),'encoded'),
CallId = whapps_call:call_id(Call),
Expand Down

0 comments on commit acd046c

Please sign in to comment.