Author: mmichelson
Date: Tue Jul 30 17:41:05 2013
New Revision: 395824

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395824
Log:
Missed a conversion to pjsip.conf in documentation and sorcery.


Modified:
    trunk/res/res_pjsip_endpoint_identifier_ip.c

Modified: trunk/res/res_pjsip_endpoint_identifier_ip.c
URL: 
http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_endpoint_identifier_ip.c?view=diff&rev=395824&r1=395823&r2=395824
==============================================================================
--- trunk/res/res_pjsip_endpoint_identifier_ip.c (original)
+++ trunk/res/res_pjsip_endpoint_identifier_ip.c Tue Jul 30 17:41:05 2013
@@ -33,7 +33,7 @@
 /*** DOCUMENTATION
        <configInfo name="res_pjsip_endpoint_identifier_ip" language="en_US">
                <synopsis>Module that identifies endpoints via source IP 
address</synopsis>
-               <configFile name="res_pjsip.conf">
+               <configFile name="pjsip.conf">
                        <configObject name="identify">
                                <configOption name="endpoint">
                                        <synopsis>Name of Endpoint</synopsis>
@@ -135,7 +135,7 @@
 
 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;


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to