]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options: show/reload AOR qualify options using CLI
authorAlexei Gradinari <alex2grad@gmail.com>
Wed, 23 May 2018 21:20:39 +0000 (17:20 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Tue, 5 Jun 2018 18:34:08 +0000 (12:34 -0600)
commit02ea0fde0b4b30211d9c7cb5d0fefe874d7cc3c9
treebc9f7b6d5ceb38d97622667f23729ebf9614032f
parent1d7ade9bbc5fc229ba89b3896fcd224d7a0dfd28
pjsip_options: show/reload AOR qualify options using CLI

Currentrly pjsip_options code does not handle the situation when the
AOR qualify options were changed.

Also there is no way to find out what qualify options are using.

This patch add CLI commands to show and synchronize Aor qualify options:
pjsip show qualify endpoint <id>
    Show the current qualify options for all Aors on the PJSIP endpoint.
pjsip show qualify aor <id>
    Show the PJSIP Aor current qualify options.
pjsip reload qualify endpoint <id>
    Synchronize the qualify options for all Aors on the PJSIP endpoint.
pjsip reload qualify aor <id>
    Synchronize the PJSIP Aor qualify options.

ASTERISK-27872

Change-Id: I1746d10ef2b7954f2293f2e606cdd7428068c38c
res/res_pjsip/pjsip_options.c