mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 18:03:34 +00:00
Add CLI/AMI commands to force chan_pjsip actions
For chan_pjsip, this introduces CLI/AMI remote unregistration commands, reworks CLI syntax for sending NOTIFYs, adds AMI qualification support, and adds documentation for PJSIPNotify. This also fixes two refcounting bugs in the outbound registration code. Review: https://reviewboard.asterisk.org/r/2695/ (closes issue ASTERISK-21939) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -951,6 +951,20 @@
|
||||
</configObject>
|
||||
</configFile>
|
||||
</configInfo>
|
||||
<manager name="PJSIPQualify" language="en_US">
|
||||
<synopsis>
|
||||
Qualify a chan_pjsip endpoint.
|
||||
</synopsis>
|
||||
<syntax>
|
||||
<xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" />
|
||||
<parameter name="Endpoint" required="true">
|
||||
<para>The endpoint you want to qualify.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
<description>
|
||||
<para>Qualify a chan_pjsip endpoint.</para>
|
||||
</description>
|
||||
</manager>
|
||||
***/
|
||||
|
||||
|
||||
@@ -1876,6 +1890,7 @@ static int unload_pjsip(void *data)
|
||||
|
||||
static int unload_module(void)
|
||||
{
|
||||
ast_res_pjsip_cleanup_options_handling();
|
||||
ast_sip_destroy_distributor();
|
||||
ast_res_pjsip_destroy_configuration();
|
||||
ast_sip_destroy_global_headers();
|
||||
|
||||
Reference in New Issue
Block a user