[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:49:35 CST 2011
3 feb 2011 kl. 11.45 skrev Russell Bryant:
>
> ----- 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) -- Seehttps://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?
I did not mean the full URL, but the base, https://wiki.asterisk.org/wiki/display/AST
I think there are a lot of Asterisk vendors that would like to customize that - the might have docs in another language or want their own logo on it.
/O
More information about the asterisk-dev
mailing list