[asterisk-bugs] [JIRA] (ASTERISK-28492) pjsip reload not reloading wizard endpoint/pickup_group endpoint/call_group
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Jan 23 11:13:31 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-28492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-28492:
-------------------------------------
Target Release Version/s: 17.2.0
> pjsip reload not reloading wizard endpoint/pickup_group endpoint/call_group
> ---------------------------------------------------------------------------
>
> Key: ASTERISK-28492
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28492
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 16.5.0
> Reporter: Jean-Denis Girard
> Assignee: Sean Bright
> Labels: pjsip
> Target Release: 13.31.0, 16.8.0, 17.2.0
>
>
> I'm having a strange problem when using pjsip wizard and reloading
> ("pjsip reload" on CLI): some data (specifically endpoint/pickup_group endpoint/call_group) is not modified.
> For example, initially I have empty pickup group:
> tiare*CLI> pjsip show endpoint xxx
> ...
> pickup_group :
> ...
> Then, I add endpoint/pickup_group = 0,3 to pjsip_wizard.conf, and
> reload: pickup_group remains empty.
> Then, if I change the line in pjsip_wizard.conf to
> endpoint/pickup_group = 0, 3
> ^ note the space here!
> then reload, and I get what was expected:
> tiare*CLI> pjsip show endpoint xxx
> ...
> pickup_group : 0, 3
> ...
> I have seen this problem on Asterisk-16 only (up to latest 16.5.0).
> The modified configuration file is included from
> /etc/asterisk/pjsip_wizard.conf:
> #include astportal/pjsip_wizard.conf
> pjsip reload has default definition in cli_aliases.conf.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list