[Asterisk-code-review] res pjsip notify: Fix CLI usage info (asterisk[master])

Corey Farrell asteriskteam at digium.com
Tue Nov 24 13:11:54 CST 2015


Corey Farrell has uploaded a new change for review.

  https://gerrit.asterisk.org/1706

Change subject: res_pjsip_notify: Fix CLI usage info
......................................................................

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
---
M res/res_pjsip_notify.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/06/1706/1

diff --git a/res/res_pjsip_notify.c b/res/res_pjsip_notify.c
index 2396337..6d52415 100644
--- a/res/res_pjsip_notify.c
+++ b/res/res_pjsip_notify.c
@@ -840,7 +840,7 @@
 		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"))) {

-- 
To view, visit https://gerrit.asterisk.org/1706
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3898271a8e8a8b1db201741e790ebe2c6bf5cdea
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>



More information about the asterisk-code-review mailing list