Advertisement
neochapay

Untitled

Nov 29th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. [chat => play.mode=short]
  2. sound.profile = im_fg.alert.tone@general => sound.filename
  3. sound.stream.event.id = event-in-call
  4. ffmemless.effect = NGF_SHORT
  5. sound.stream.module-stream-restore.id = x-meego-ringing-volume
  6. mce.led_pattern = PatternCommunicationIM
  7. sound.enabled.profile = im_fg.alert.enabled => sound.enabled
  8.  
  9. [chat => play.mode=*,context@call_state.mode=active]
  10. sound.profile = im_fg.alert.tone@general => sound.filename
  11. sound.stream.event.id = event-in-call
  12. sound.stream.module-stream-restore.id = sink-input-by-media-role:indicator-tone
  13. mce.led_pattern = PatternCommunicationIM
  14.  
  15. [%define default]
  16. sound.profile = im.alert.tone => sound.filename
  17. sound.profile.fallback = im.alert.tone@fallback => sound.filename
  18. ffmemless.effect = NGF_SHORT
  19. sound.stream.event.id = message-new-email
  20. sound.stream.module-stream-restore.id = x-meego-ringing-volume
  21. sound.stream.media.role = notification
  22. mce.led_pattern = PatternCommunicationIM
  23. sound.enabled.profile = im.alert.enabled => sound.enabled
  24.  
  25. [chat_exists => context@call_state.mode == none, context@route.output.class == external, context@media.state == inactive]
  26. %include.1 = default
  27. sound.delay-startup = 1000
  28.  
  29. [chat_exists => context@call_state.mode == none, context@route.output.class == external, context@media.state != inactive]
  30. %include.1 = default
  31. sound.stream.module-stream-restore.id = x-media-playback-volume
  32.  
  33. [chat_exists => context@call_state.mode != none]
  34. mce.led_pattern = PatternCommunicationIM
  35.  
  36. [chat_exists]
  37. %include.1 = default
  38.  
  39. [chat]
  40. $include.1 = default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement