Displaying 3 results from an estimated 3 matches for "auth8".
Did you mean:
auth
2017 Dec 13
2
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...tify_by = username
from_user = 1002
disallow = all
allow = ulaw
acl = acl1
[identify112]
type = identify
endpoint = 1002
match = 1002 at xxx.xxx.xxx.xxx
I setup the registration and the endpoint.
[286]
type = aor
remove_existing = yes
contact = sip:286 at xxx.xxx.xxx.xxx
qualify_frequency = 60
[auth8]
type = auth
username = 286
password = yyyyyyyyyyyyyyy
[286]
type = endpoint
context = mycontext
transport = transport1
outbound_auth = auth8
aors = 286
accountcode = 22
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
disallow = all
allow = ulaw
acl = acl1
[registration3]
type = reg...
2017 Dec 18
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...bably failed to load because the match parameter can only take an ip address
plus an optional netmask, or a hostname. The '1002@' is invalid.
I setup the registration and the endpoint.
[286]
type = aor
remove_existing = yes
contact = sip:286 at xxx.xxx.xxx.xxx
qualify_frequency = 60
[auth8]
type = auth
username = 286
password = yyyyyyyyyyyyyyy
[286]
type = endpoint
context = mycontext
transport = transport1
outbound_auth = auth8
aors = 286
accountcode = 22
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
disallow = all
allow = ulaw
acl = acl1
[registration3]
type = reg...
2018 Jan 04
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...o load because the match parameter can only take an ip address
plus an optional netmask, or a hostname. The '1002@' is invalid.
I setup the registration and the endpoint.
[286]
type = aor
remove_existing = yes
contact = sip:286 at xxx.xxx.xxx.xxx
qualify_frequency = 60
[auth8]
type = auth
username = 286
password = yyyyyyyyyyyyyyy
[286]
type = endpoint
context = mycontext
transport = transport1
outbound_auth = auth8
aors = 286
accountcode = 22
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
disallow = all
allow = ulaw
acl = acl1
[regist...