From b5ca213e34055724a5cd669938e356569847edcb Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 6 Feb 2014 17:55:45 +0000 Subject: res_pjsip: Updates and adds more PJSIP CLI commands. * Adds identify, transport, and registration support to the PJSIP CLI. * Creates three additional callbacks, one for an iterator, one for a comparator, and one for a container. This eliminates the link dependency from higher level modules to lower level ones. * Eliminates duplicate sorting in PJSIP CLI commands. * Cleans up PJSIP CLI output formatting. * Pushes CLI command registration down to the implementing source file. * Adds several ast_sip_destroy_sorcery functions to complement existing ast_sip_sorcery_initialize functions. The destroy functions unregister PJSIP CLI commands and PJSIP CLI formatters. Reported by: George Joseph Review: https://reviewboard.asterisk.org/r/3104/ ........ Merged revisions 407568 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407573 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip/include/res_pjsip_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_pjsip/include') diff --git a/res/res_pjsip/include/res_pjsip_private.h b/res/res_pjsip/include/res_pjsip_private.h index aee6e3e3f..87ff7f3ac 100644 --- a/res/res_pjsip/include/res_pjsip_private.h +++ b/res/res_pjsip/include/res_pjsip_private.h @@ -99,7 +99,7 @@ char *ast_sip_global_default_outbound_endpoint(void); /*! * \brief Functions for initializing and destroying the CLI. */ -int ast_sip_initialize_cli(struct ast_sorcery *sip_sorcery); +int ast_sip_initialize_cli(void); void ast_sip_destroy_cli(void); #endif /* RES_PJSIP_PRIVATE_H_ */ -- cgit v1.2.3