12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
# path = where to place recordings in the file system (should be in a
|
|
# properly configured web server, if you want the demo to work)
|
|
# base = base path to use when returning the recording URI (use this
|
|
# to make sure the file in the path you chose is reachable via HTTP)
|
|
# events = true|false, whether events should be sent to event handlers
|
|
|
|
general: {
|
|
path = "/usr/share/janus/demos/voicemail/"
|
|
base = "/voicemail/"
|
|
events = true
|
|
}
|