PJSIP Wizard Reload Not Reloading ?
–cBz73V41rX4G2GXAJWymOOACf5HfIvaNf Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable
Hi list,
I’m having a strange problem when using pjsip wizard and reloading
(“pjsip reload” on CLI): some data (specifically endpoint/pickup_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:
pjsip reload=module reload res_pjsip.so res_pjsip_authenticator_digest.so res_pjsip_endpoint_identifier_ip.so res_pjsip_mwi.so res_pjsip_notify.so res_pjsip_outbound_publish.so res_pjsip_publish_asterisk.so res_pjsip_outbound_registration.so
Did I miss something, or should I open an issue?
Thanks,
3 thoughts on - PJSIP Wizard Reload Not Reloading ?
–XyFJWfEg0PqbafrGTutOJWYDgrF24VN2M
Content-Type: text/plain; charset=utf-8
Content-Language: fr-FR
Content-Transfer-Encoding: quoted-printable
Le 25/07/2019 à 18:49, Jean-Denis Girard a écrit :
Am I the only one experiencing this problem? Or nobody uses call_group /
pickup_group on Asterisk-16?
Thanks,
Go ahead and open an issue for this at https://issues.asterisk.org.
We have an internal issue for something similar so I’ll link them together.
–rT0gI6Th2tspVwdCn0fhsacgMyz1PCTL6
Content-Type: text/plain; charset=utf-8
Content-Language: fr-FR
Content-Transfer-Encoding: quoted-printable
Le 31/07/2019 à 08:44, George Joseph a écrit :
https://issues.asterisk.org/jira/browse/ASTERISK-28492
Thanks,