[asterisk-dev] [svn-commits] lathama: branch 1.6.2 r305752 - /branches/1.6.2/channels/chan_sip.c

Olle E. Johansson oej at edvina.net
Thu Feb 3 04:29:03 CST 2011


> 
> 
> 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.

/O


More information about the asterisk-dev mailing list