From: Corey Farrell Date: Tue, 24 Nov 2015 19:07:12 +0000 (-0500) Subject: res_pjsip_notify: Fix CLI usage info X-Git-Tag: 13.7.0-rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75f587d159cb68ed24b6ee1007ed062f669d79f;p=thirdparty%2Fasterisk.git res_pjsip_notify: Fix CLI usage info The usage info for 'pjsip send notify' previously referenced the chan_sip configuration sip_notify.conf. Fix this to reference the correct configuration pjsip_notify.conf. ASTERISK-25590 #close Change-Id: I3898271a8e8a8b1db201741e790ebe2c6bf5cdea --- diff --git a/res/res_pjsip_notify.c b/res/res_pjsip_notify.c index e494daf26f..96367cf61c 100644 --- a/res/res_pjsip_notify.c +++ b/res/res_pjsip_notify.c @@ -840,7 +840,7 @@ static char *cli_notify(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a e->usage = "Usage: pjsip send notify {endpoint|uri} [...]\n" " Send a NOTIFY request to an endpoint\n" - " Message types are defined in sip_notify.conf\n"; + " Message types are defined in pjsip_notify.conf\n"; return NULL; case CLI_GENERATE: if (a->argc > 4 && (!strcasecmp(a->argv[4], "uri"))) {