-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.properties
33 lines (20 loc) · 1.12 KB
/
default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# The default message wave-file. If the user chooses to delete the current message a
# default should exist. If the file wav-file specified here for the default doesn't
# exist or if the configuration file doesn't exist a default file should be created
# on start of the application. Generating a default file dynamically is only required
# for grade 5. The message in the default file should be hard coded in the application.
default_message = default.wav
# Current message (message_wav and message_text)
# The current message is the message that was set by the web configuration interface
# and should be saved when the application exits. If the current message is deleted the default
# should be played.
message_wav = currentmessage.wav
message_text = Welcome to the SIP Speaker. This is my own answering machine.
# Bellow is the interface that the sip server part should bind and listen to. To listen to all
# existing interfaces use the interface 0.0.0.0. (This is true for the web server as well.)
sip_interface = 127.0.0.1
sip_port = 5060
sip_user = sipspeaker
# HTTP web server
http_interface = 127.0.0.1
http_port = 80