Advertisement
Guest User

doorpi.ini

a guest
Mar 30th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [AREA_installer]
  2. .* =
  3.  
  4. [DoorPi]
  5. base_path = /usr/local/etc/DoorPi
  6. eventlog = !BASEPATH!/conf/eventlog.db
  7. last_snapshot =
  8. snapshot_path =
  9.  
  10. [DoorPiWeb]
  11. indexfile = index.html
  12. ip =
  13. loginfile = login.html
  14. online_fallback = http://motom001.github.io/DoorPiWeb
  15. port = 80
  16. public = AREA_public
  17. www = !BASEPATH!/../DoorPiWeb
  18.  
  19. [EVENT_OnStartup]
  20. 10 = sleep:1
  21.  
  22. [Group]
  23. administrator = door
  24.  
  25. [SIP-Phone]
  26. firewallpolicy = PolicyNoFirewall
  27. audio_codecs = PCMA,PCMU
  28. #call_timeout = 15
  29. capture_device = ALSA: USB Device 0x41e:0x30d3
  30. playback_device = ALSA: USB Device 0x41e:0x30d3
  31. dialtone = !BASEPATH!/media/ShortDialTone.wav
  32. dialtone_renew_every_start = False
  33. dialtone_volume = 35
  34. echo_cancellation_enabled = False
  35. identity = Gartentor - Bach
  36. local_port = 5060
  37. #max_call_time = 30
  38. record_while_dialing = False
  39. records = !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav
  40. sipphonetyp = linphone
  41. sipserver_password = toosecretforinternet
  42. sipserver_realm = 192.168.0.7
  43. sipserver_server = 192.168.0.7
  44. sipserver_username = gatekeeper01
  45. stun_server = 192.168.0.7
  46. ua.max_calls = 2
  47. video_codecs = VP8
  48. video_device = StaticImage: Static picture
  49. video_display_enabled = False
  50. video_size = vga
  51.  
  52. [User]
  53. door = pi
  54.  
  55. [WritePermission]
  56. administrator = installer
  57.  
  58. [keyboards]
  59. onboardpins = gpio
  60.  
  61. [onboardbins_keyboard]
  62. mode = board
  63. bouncetime = 200
  64. polarity = 0
  65. pressed_on_keydown = True
  66. pull_up_down = PUD_DOWN
  67.  
  68. [onboardpins_InputPins]
  69. 29 = call:2001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement