[asterisk-bugs] [JIRA] (ASTERISK-29086) Option "send_pai=yes" is not working?
Stanislav Abramenkov (JIRA)
noreply at issues.asterisk.org
Thu Sep 17 13:15:43 CDT 2020
Stanislav Abramenkov created ASTERISK-29086:
-----------------------------------------------
Summary: Option "send_pai=yes" is not working?
Key: ASTERISK-29086
URL: https://issues.asterisk.org/jira/browse/ASTERISK-29086
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_pjsip
Affects Versions: 13.36.0
Reporter: Stanislav Abramenkov
The SIP packet does not contain PAI (P-Asserted-Identity) information, when option (send_pai=yes) is enabled in configuration.
According to wiki -> https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip
Option "send_pai" - Send the P-Asserted-Identity header
Test setup is following:
[5000]
type=aor
max_contacts=1
[auth5000]
type=auth
auth_type=userpass
password=5000
username=5000
[5000]
type=endpoint
context=default
aors=5000
auth=auth5000
direct_media=no
disallow=all
allow=alaw
send_pai=yes
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list