[Asterisk-code-review] chan_sip: Update links referenced in deprecation notice (...asterisk[master])

Joshua Colp asteriskteam at digium.com
Wed Sep 11 07:12:50 CDT 2019


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/asterisk/+/12854 )

Change subject: chan_sip:  Update links referenced in deprecation notice
......................................................................

chan_sip:  Update links referenced in deprecation notice

The links in the deprecation notice were the shortened
variety but it makes better sense to show the unshortened
links as they're more descriptive.

I.E.
wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip
rather than
wiki.asterisk.org/wiki/x/tAHOAQ

Change-Id: If2da5d5243e2d4a6f193b15691d23e7e5a7c57a9
---
M channels/chan_sip.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit



diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5271786..9f01b51 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -35349,8 +35349,8 @@
 {
 	ast_log(LOG_WARNING, "chan_sip has no official maintainer and is deprecated.  Migration to\n");
 	ast_log(LOG_WARNING, "chan_pjsip is recommended.  See guides at the Asterisk Wiki:\n");
-	ast_log(LOG_WARNING, "https://wiki.asterisk.org/wiki/x/tAHOAQ\n");
-	ast_log(LOG_WARNING, "https://wiki.asterisk.org/wiki/x/hYCLAQ\n");
+	ast_log(LOG_WARNING, "https://wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip\n");
+	ast_log(LOG_WARNING, "https://wiki.asterisk.org/wiki/display/AST/Configuring+res_pjsip\n");
 }
 
 /*! \brief Event callback which indicates we're fully booted */

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/12854
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: If2da5d5243e2d4a6f193b15691d23e7e5a7c57a9
Gerrit-Change-Number: 12854
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190911/da7862f1/attachment.html>


More information about the asterisk-code-review mailing list