-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathtemplate.config
More file actions
36 lines (28 loc) · 849 Bytes
/
template.config
File metadata and controls
36 lines (28 loc) · 849 Bytes
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
33
34
35
36
#######################################
### SIPBOT CONFIGURATION FILE ###
#######################################
#
# Each configuration line is written as
# variable_name = variable_value
#
# E.G.: reg_info = sip:foo@bar.com
#
# Every line starting with # is a comment :)
#
# ------------------------------------
# "Registration info" parameter
reg_info = sip:USERID@sip.messagenet.it
# Registraton host
reg_host = sip:sip.messagenet.it:5061
# User id
reg_user = USERID
# Password
reg_pass = PASSWORD
# Registration timeout, use something like 3600 if you have a static IP
# or something like 180 if you have a dynamic IP
reg_timeout = 3600
# Program which will handle every call
# (Remember to mark it as executable, chmod +x filename)
program_name = ./scripts/al.php
# Maximum number of concurrent calls
max_concurrent_calls = 1