From 61c3320ec2bbce16392d5f9a5518b6df3ecaaf30 Mon Sep 17 00:00:00 2001 From: lathama Date: Wed, 2 Feb 2011 15:08:33 +0000 Subject: Replace link to old doc with new wiki page. Link to https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@305753 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_sip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 7da260963..68347e525 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3383,7 +3383,7 @@ static int retrans_pkt(const void *data) 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, "Retransmission timeout reached on transmission %s for seqno %d (%s %s) -- See doc/sip-retransmit.txt.\n" + ast_log(LOG_WARNING, "Retransmission timeout reached on transmission %s for seqno %d (%s %s) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions\n" "Packet timed out after %dms with no response\n", pkt->owner->callid, pkt->seqno, @@ -3392,7 +3392,7 @@ static int retrans_pkt(const void *data) (int) ast_tvdiff_ms(ast_tvnow(), pkt->time_sent)); } } 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); } if (xmitres == XMIT_ERROR) { @@ -3412,7 +3412,7 @@ static int retrans_pkt(const void *data) pkt->owner->owner->hangupcause = AST_CAUSE_NO_USER_RESPONSE; } if (pkt->owner->owner) { - ast_log(LOG_WARNING, "Hanging up call %s - no reply to our critical packet (see doc/sip-retransmit.txt).\n", pkt->owner->callid); + ast_log(LOG_WARNING, "Hanging up call %s - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).\n", pkt->owner->callid); if (pkt->is_resp && (pkt->response_code >= 200) && -- cgit v1.2.3