mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Merge "res_pjsip_endpoint_identifier_ip: Unregister the module for headers." into 13
This commit is contained in:
@@ -768,6 +768,7 @@ static int unload_module(void)
|
|||||||
ast_cli_unregister_multiple(cli_identify, ARRAY_LEN(cli_identify));
|
ast_cli_unregister_multiple(cli_identify, ARRAY_LEN(cli_identify));
|
||||||
ast_sip_unregister_cli_formatter(cli_formatter);
|
ast_sip_unregister_cli_formatter(cli_formatter);
|
||||||
ast_sip_unregister_endpoint_formatter(&endpoint_identify_formatter);
|
ast_sip_unregister_endpoint_formatter(&endpoint_identify_formatter);
|
||||||
|
ast_sip_unregister_endpoint_identifier(&header_identifier);
|
||||||
ast_sip_unregister_endpoint_identifier(&ip_identifier);
|
ast_sip_unregister_endpoint_identifier(&ip_identifier);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user