diff --git a/resources/sounds/sounds.properties b/resources/sounds/sounds.properties index 8d5dd0479..42b599feb 100644 --- a/resources/sounds/sounds.properties +++ b/resources/sounds/sounds.properties @@ -15,4 +15,7 @@ DIAL_NINE=resources/sounds/nine_9.wav DIAL_DIEZ=resources/sounds/one_1.wav DIAL_STAR=resources/sounds/one_1.wav -BUSY=resources/sounds/busy.wav \ No newline at end of file +BUSY=resources/sounds/busy.wav + +ZRTP_SECURE=resources/sounds/zrtpSecure.wav +ZRTP_SECURE=resources/sounds/zrtpAlert.wav \ No newline at end of file diff --git a/resources/sounds/zrtpAlert.wav b/resources/sounds/zrtpAlert.wav new file mode 100755 index 000000000..f3f47de22 Binary files /dev/null and b/resources/sounds/zrtpAlert.wav differ diff --git a/resources/sounds/zrtpSecure.wav b/resources/sounds/zrtpSecure.wav new file mode 100755 index 000000000..f51cdeb82 Binary files /dev/null and b/resources/sounds/zrtpSecure.wav differ