diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 527178623a2096e28da8b5b186ec18c7884bda0e..9f01b515fd728214766454877ab368cffdd253e1 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -35349,8 +35349,8 @@ static void deprecation_notice(void) { 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 */