Author: mmichelson
Date: Wed Jul 31 10:43:43 2013
New Revision: 395884

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395884
Log:
Found another missed "sip" -> "pjsip" CLI command.


Modified:
    trunk/res/res_pjsip/pjsip_options.c

Modified: trunk/res/res_pjsip/pjsip_options.c
URL: 
http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip/pjsip_options.c?view=diff&rev=395884&r1=395883&r2=395884
==============================================================================
--- trunk/res/res_pjsip/pjsip_options.c (original)
+++ trunk/res/res_pjsip/pjsip_options.c Wed Jul 31 10:43:43 2013
@@ -625,9 +625,9 @@
 
        switch (cmd) {
        case CLI_INIT:
-               e->command = "sip qualify";
+               e->command = "pjsip qualify";
                e->usage =
-                       "Usage: sip qualify <endpoint>\n"
+                       "Usage: pjsip qualify <endpoint>\n"
                        "       Send a SIP OPTIONS request to all contacts on 
the endpoint.\n";
                return NULL;
        case CLI_GENERATE:
@@ -653,7 +653,7 @@
 }
 
 static struct ast_cli_entry cli_options[] = {
-       AST_CLI_DEFINE(cli_qualify, "Send an OPTIONS request to a SIP endpoint")
+       AST_CLI_DEFINE(cli_qualify, "Send an OPTIONS request to a PJSIP 
endpoint")
 };
 
 static int sched_qualifies_hash_fn(const void *obj, int flags)


--
_____________________________________________________________________
-- 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