[asterisk-dev] [svn-commits] lathama: branch 1.6.2 r305752 - /branches/1.6.2/channels/chan_sip.c
Russell Bryant
russell at digium.com
Thu Feb 3 04:45:40 CST 2011
----- Original Message -----
> >
> >
> > Modified: branches/1.6.2/channels/chan_sip.c
> > URL:
> > http://svnview.digium.com/svn/asterisk/branches/1.6.2/channels/chan_sip.c?view=diff&rev=305752&r1=305751&r2=305752
> > ==============================================================================
> > --- branches/1.6.2/channels/chan_sip.c (original)
> > +++ branches/1.6.2/channels/chan_sip.c Wed Feb 2 08:40:09 2011
> > @@ -3838,11 +3838,11 @@
> > /* Too many retries */
> > if (pkt->owner && pkt->method != SIP_OPTIONS && xmitres == 0) {
> > if (pkt->is_fatal || sipdebug) /* Tell us if it's critical or if
> > we're debugging */
> > - ast_log(LOG_WARNING, "Maximum retries exceeded on transmission %s
> > for seqno %d (%s %s) -- See doc/sip-retransmit.txt.\n",
> > + ast_log(LOG_WARNING, "Maximum retries exceeded on transmission %s
> > for seqno %d (%s %s) -- See
> > https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions \n",
> > pkt->owner->callid, pkt->seqno,
> > pkt->is_fatal ? "Critical" : "Non-critical", pkt->is_resp ?
> > "Response" : "Request");
> > } else if (pkt->method == SIP_OPTIONS && sipdebug) {
> > - ast_log(LOG_WARNING, "Cancelling retransmit of OPTIONs (call id
> > %s) -- See doc/sip-retransmit.txt.\n", pkt->owner->callid);
> > + ast_log(LOG_WARNING, "Cancelling retransmit of OPTIONs (call id
> > %s) -- See
> > https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions \n",
> > pkt->owner->callid);
> >
>
> Can we make the URL configurable? I think distributions like Switchvox
> might want to refer to their own web site instead of the one at
> asterisk.org.
I'm not sure it's practical. If it were one configuration item, that's not a big deal. It would require a configuration option for every document we want to refer to, which is quite a few. This is not something that has ever been requested by Switchvox specifically. What's the benefit?
--
Russell Bryant
Digium, Inc. | Engineering Manager, Open Source Software
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
jabber: rbryant at digium.com -=- skype: russell-bryant
www.digium.com -=- www.asterisk.org -=- blogs.asterisk.org
More information about the asterisk-dev
mailing list