Displaying 3 results from an estimated 3 matches for "identify112".
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?
...2]
type = aor
remove_existing = yes
contact = sip:1002 at xxx.xxx.xxx.xxx
[1002]
type = endpoint
context = mycontext
transport = transport1
accountcode = 6
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
identify_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
cont...
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?
...2]
type = aor
remove_existing = yes
contact = sip:1002 at xxx.xxx.xxx.xxx
[1002]
type = endpoint
context = mycontext
transport = transport1
accountcode = 6
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
identify_by = username
from_user = 1002
disallow = all
allow = ulaw
acl = acl1
[identify112]
type = identify
endpoint = 1002
match = 1002 at xxx.xxx.xxx.xxx<mailto:1002 at xxx.xxx.xxx.xxx>
Check this first... identify112 probably 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 s...
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?
...ove_existing = yes
contact = sip:1002 at xxx.xxx.xxx.xxx
[1002]
type = endpoint
context = mycontext
transport = transport1
accountcode = 6
dtmf_mode = inband
device_state_busy_at = 48
force_rport = no
identify_by = username
from_user = 1002
disallow = all
allow = ulaw
acl = acl1
[identify112]
type = identify
endpoint = 1002
match = 1002 at xxx.xxx.xxx.xxx<mailto:1002 at xxx.xxx.xxx.xxx>
Check this first... identify112 probably failed to load because the match parameter can only take an ip address
plus an optional netmask, or a hostname. The '1002@' is invalid....