Paste #269971

   
pasted on 28.06.2023 09:29
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 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
[udp-transport]
type=transport
protocol=udp
bind=0.0.0.0:5060

[voip1_1148]
type=endpoint
transport=udp-transport
context=NEOZ
disallow=all
allow=alaw
outbound_auth=voip1_1148
aors=voip1_1148
from_user=1148
from_domain=192.168.166.15

[voip1_1148]
type=auth
auth_type=userpass
password=XXXXXXXXXXXX
username=1148

[voip1_1148]
type=aor
contact=sip:192.168.166.15:5060

[voip1_1148]
type=registration
transport=udp-transport
outbound_auth=voip1_1148
server_uri=sip:192.168.166.15
client_uri=sip:1148@192.168.166.15
contact_user=voip1_1148

[voip1_1148]
type=identify
endpoint=voip1_1148
match=192.168.166.15

[1148]
type=peer
defaultuser=1148
secret=XXXXXXXXXXXXX
host=192.168.166.15
fromuser=1148
fromdomain=192.168.166.15
insecure=invite
callbackextension=NEOZ
Add Comment
Author