From: Mark Michelson Date: Tue, 30 Jul 2013 22:41:05 +0000 (+0000) Subject: Missed a conversion to pjsip.conf in documentation and sorcery. X-Git-Tag: 13.0.0-beta1~1382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7be7ea9c15da77bcc630240432b57159b6f06eb;p=thirdparty%2Fasterisk.git Missed a conversion to pjsip.conf in documentation and sorcery. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395824 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pjsip_endpoint_identifier_ip.c b/res/res_pjsip_endpoint_identifier_ip.c index 30f1ccb9c8..a2d690b251 100644 --- a/res/res_pjsip_endpoint_identifier_ip.c +++ b/res/res_pjsip_endpoint_identifier_ip.c @@ -33,7 +33,7 @@ /*** DOCUMENTATION Module that identifies endpoints via source IP address - + Name of Endpoint @@ -135,7 +135,7 @@ static int ip_identify_match_handler(const struct aco_option *opt, struct ast_va static int load_module(void) { - ast_sorcery_apply_default(ast_sip_get_sorcery(), "identify", "config", "res_pjsip.conf,criteria=type=identify"); + ast_sorcery_apply_default(ast_sip_get_sorcery(), "identify", "config", "pjsip.conf,criteria=type=identify"); if (ast_sorcery_object_register(ast_sip_get_sorcery(), "identify", ip_identify_alloc, NULL, NULL)) { return AST_MODULE_LOAD_DECLINE;