diff --git a/static/js/filters/filters.js b/static/js/filters/filters.js
index b5f7a29e..24c1be30 100644
--- a/static/js/filters/filters.js
+++ b/static/js/filters/filters.js
@@ -25,14 +25,16 @@ define([
'filters/buddyimagesrc',
'filters/displayconference',
'filters/displayuserid',
- 'filters/displaynameforsession'], function(_, displayName, buddyImageSrc, displayConference, displayUserid, displayNameForSession) {
+ 'filters/displaynameforsession',
+ 'filters/formatbase1000'], function(_, displayName, buddyImageSrc, displayConference, displayUserid, displayNameForSession, formatBase1000) {
var filters = {
displayName: displayName,
buddyImageSrc: buddyImageSrc,
displayConference: displayConference,
displayUserid: displayUserid,
- displayNameForSession: displayNameForSession
+ displayNameForSession: displayNameForSession,
+ formatBase1000: formatBase1000
};
var initialize = function(angModule) {
diff --git a/static/js/filters/formatbase1000.js b/static/js/filters/formatbase1000.js
new file mode 100644
index 00000000..5623f4fd
--- /dev/null
+++ b/static/js/filters/formatbase1000.js
@@ -0,0 +1,66 @@
+/*
+ * Spreed WebRTC.
+ * Copyright (C) 2013-2014 struktur AG
+ *
+ * This file is part of Spreed WebRTC.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see