[asterisk-bugs] [JIRA] (ASTERISK-28969) res_pjsip: AMI command for show endpoint does not reflect active channels
PeppeP (JIRA)
noreply at issues.asterisk.org
Mon Jun 29 08:48:25 CDT 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-28969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251274#comment-251274 ]
PeppeP commented on ASTERISK-28969:
-----------------------------------
maybe the problem is in "res/res_pjsip/pjsip_configuration.c" file
in "active_channels_to_str" function
.... from....
if (endpoint_snapshot) {
return;
}
.............
....to .....
if (!endpoint_snapshot) {
return;
}
........
> res_pjsip: AMI command for show endpoint does not reflect active channels
> -------------------------------------------------------------------------
>
> Key: ASTERISK-28969
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28969
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: 16.11.1, 17.5.1
> Environment: na
> Reporter: PeppeP
> Assignee: Unassigned
> Severity: Minor
>
> pjsipshowendpoint and pjsipshowendpoint ami commands return always empty activechannels field.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list