[asterisk-bugs] [JIRA] (ASTERISK-25553) endpoints created via pjsip_wizard does not have registrations
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Sat Nov 21 10:28:32 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-25553:
------------------------------------
Description:
I've created trunk and user endpoints in pjsip_wizard.conf as follows:
{noformat}
[trunk1]
type = wizard
sends_auth = yes
sends_registration = yes
remote_hosts = tel.t-online.de
outbound_auth/username = mylogin at t-online.de
outbound_auth/password = mypassword
endpoint/context = inco
aor/max_contacts = 1
[fri]
type = wizard
accepts_registrations = yes
sends_registrations = no
accepts_auth = yes
sends_auth = no
endpoint/context = telefon
endpoint/allow = !all,ulaw,alaw,gsm,g722
endpoint/direct_media = no
endpoint/force_rport = yes
endpoint/disable_direct_media_on_nat = yes
endpoint/rewrite_contact = yes
aor/max_contacts = 1
aor/remove_existing = yes
inbound_auth/username = fri
inbound_auth/password = fripassword
{noformat}
The endpoints are clearly visible via CLI:
Endpoint: fri Invalid 0 of inf
InAuth: fri-iauth/fri
Aor: fri 1
Contact: fri/sip:fri at 1.2.3.4;uniq=5FAFCAFB8 Unknown nan
Endpoint: trunk1 Invalid 0 of inf
OutAuth: trunk1-oauth/mylogin at t-online.de
Aor: trunk1 1
Contact: trunk1/sip:tel.t-online.de Unknown nan
Identify: trunk1-identify/trunk1
Match: 217.0.23.4/32
The surprising thing is "Invalid" state though - how can I figure out what's causing it?
Could it be related to missing registrations?
pjsip show registrations
No objects found.
Also, when I'm trying to place a call via fri endpoint it first sends invite, asterisk expectedly reply with 401 Unauthorized with www-auth digest, fri ACK it and send another invite, this time with digest auth response. So far so good but the reply from asterisk is 501 Not Implemented!
What is not implemented? What could be causing it? How can I find out?
Note: I'm using asterisk 13.6.0 on ubuntu.
was:
I've created trunk and user endpoints in pjsip_wizard.conf as follows:
[trunk1]
type = wizard
sends_auth = yes
sends_registration = yes
remote_hosts = tel.t-online.de
outbound_auth/username = mylogin at t-online.de
outbound_auth/password = mypassword
endpoint/context = inco
aor/max_contacts = 1
[fri]
type = wizard
accepts_registrations = yes
sends_registrations = no
accepts_auth = yes
sends_auth = no
endpoint/context = telefon
endpoint/allow = !all,ulaw,alaw,gsm,g722
endpoint/direct_media = no
endpoint/force_rport = yes
endpoint/disable_direct_media_on_nat = yes
endpoint/rewrite_contact = yes
aor/max_contacts = 1
aor/remove_existing = yes
inbound_auth/username = fri
inbound_auth/password = fripassword
The endpoints are clearly visible via CLI:
Endpoint: fri Invalid 0 of inf
InAuth: fri-iauth/fri
Aor: fri 1
Contact: fri/sip:fri at 1.2.3.4;uniq=5FAFCAFB8 Unknown nan
Endpoint: trunk1 Invalid 0 of inf
OutAuth: trunk1-oauth/mylogin at t-online.de
Aor: trunk1 1
Contact: trunk1/sip:tel.t-online.de Unknown nan
Identify: trunk1-identify/trunk1
Match: 217.0.23.4/32
The surprising thing is "Invalid" state though - how can I figure out what's causing it?
Could it be related to missing registrations?
pjsip show registrations
No objects found.
Also, when I'm trying to place a call via fri endpoint it first sends invite, asterisk expectedly reply with 401 Unauthorized with www-auth digest, fri ACK it and send another invite, this time with digest auth response. So far so good but the reply from asterisk is 501 Not Implemented!
What is not implemented? What could be causing it? How can I find out?
Note: I'm using asterisk 13.6.0 on ubuntu.
> endpoints created via pjsip_wizard does not have registrations
> --------------------------------------------------------------
>
> Key: ASTERISK-25553
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25553
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Reporter: Max
> Assignee: Unassigned
> Attachments: ast25553
>
>
> I've created trunk and user endpoints in pjsip_wizard.conf as follows:
> {noformat}
> [trunk1]
> type = wizard
> sends_auth = yes
> sends_registration = yes
> remote_hosts = tel.t-online.de
> outbound_auth/username = mylogin at t-online.de
> outbound_auth/password = mypassword
> endpoint/context = inco
> aor/max_contacts = 1
> [fri]
> type = wizard
> accepts_registrations = yes
> sends_registrations = no
> accepts_auth = yes
> sends_auth = no
> endpoint/context = telefon
> endpoint/allow = !all,ulaw,alaw,gsm,g722
> endpoint/direct_media = no
> endpoint/force_rport = yes
> endpoint/disable_direct_media_on_nat = yes
> endpoint/rewrite_contact = yes
> aor/max_contacts = 1
> aor/remove_existing = yes
> inbound_auth/username = fri
> inbound_auth/password = fripassword
> {noformat}
> The endpoints are clearly visible via CLI:
> Endpoint: fri Invalid 0 of inf
> InAuth: fri-iauth/fri
> Aor: fri 1
> Contact: fri/sip:fri at 1.2.3.4;uniq=5FAFCAFB8 Unknown nan
>
> Endpoint: trunk1 Invalid 0 of inf
> OutAuth: trunk1-oauth/mylogin at t-online.de
> Aor: trunk1 1
> Contact: trunk1/sip:tel.t-online.de Unknown nan
> Identify: trunk1-identify/trunk1
> Match: 217.0.23.4/32
> The surprising thing is "Invalid" state though - how can I figure out what's causing it?
> Could it be related to missing registrations?
> pjsip show registrations
> No objects found.
> Also, when I'm trying to place a call via fri endpoint it first sends invite, asterisk expectedly reply with 401 Unauthorized with www-auth digest, fri ACK it and send another invite, this time with digest auth response. So far so good but the reply from asterisk is 501 Not Implemented!
> What is not implemented? What could be causing it? How can I find out?
> Note: I'm using asterisk 13.6.0 on ubuntu.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list