Merge "res_pjsip_endpoint_identifier_ip: Unregister the module for headers." into 13

13.23
Jenkins2 8 years ago committed by Gerrit Code Review
commit 9564fc19f5

@ -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;

Loading…
Cancel
Save