-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpjsip.conf
executable file
·78 lines (66 loc) · 971 Bytes
/
pjsip.conf
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[transport-wss]
type=transport
protocol=wss
bind=0.0.0.0
[199]
type=endpoint
aors=199
auth=199
use_avpf=yes
media_encryption=dtls
dtls_ca_file=/etc/asterisk/keys/ca.crt
dtls_cert_file=/etc/asterisk/keys/asterisk.pem
dtls_verify=fingerprint
dtls_setup=actpass
ice_support=yes
media_use_received_transport=yes
rtcp_mux=yes
context=helloworld2
disallow=all
allow=ulaw
allow=opus
[199]
type=auth
auth_type=userpass
username=199
password=199@pass1
[199]
type=aor
max_contacts=1
remove_existing=yes
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0
[3001]
type=endpoint
context=helloworld2
disallow=all
allow=ulaw
auth=3001
aors=3001
[3001]
type=auth
auth_type=userpass
password=3001pass
username=3001
[3001]
type=aor
max_contacts=1
remove_existing=yes
[3002]
type=endpoint
context=helloworld2
disallow=all
allow=ulaw
auth=3002
aors=3002
[3002]
type=auth
auth_type=userpass
password=3002pass
username=3002
[3002]
type=aor
max_contacts=1
remove_existing=yes