summaryrefslogtreecommitdiff
path: root/res/res_pjsip_notify.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-11-24 14:07:12 -0500
committerCorey Farrell <git@cfware.com>2015-11-24 14:07:12 -0500
commitb75f587d159cb68ed24b6ee1007ed062f669d79f (patch)
tree73660ddd18bc0e82f4b6f45c478f18d80d11aa7b /res/res_pjsip_notify.c
parent3f85a1be5aff186e56fda85ae293e3aadc71d20a (diff)
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
Diffstat (limited to 'res/res_pjsip_notify.c')
-rw-r--r--res/res_pjsip_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_notify.c b/res/res_pjsip_notify.c
index e494daf26..96367cf61 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 <type> {endpoint|uri} <peer> [<peer>...]\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"))) {