< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Thanks. Yeah, it was something dumb I had setup on my part when it was late and I was tired. Duh… From: slgodin@xxxxxxxxx [mailto:slgodin@xxxxxxxxx]
On Behalf Of Scott Godin I'm guessing you have configured/caused a loop somewhere. The MaxForwards header is decremented at each node the routes the message, when the count gets to 0, a 483 response is returned. If you turn the resip/repro debug level up to DEBUG
or STACK you should see the actual SIP messages in the log that will help you troubleshoot. Scott On Thu, Mar 28, 2013 at 3:48 PM, Jeff Bernhardt <jeff@xxxxxxxxxxxxxxxxxx> wrote: Hi. I’m new to repro (and SIP in general; have only setup a few Asterisk PBXs) and am having some trouble getting it to work. I get the test users registered (“jeff” and “test”), but when I
try to dial (using Jitsi on Win7 and Bria on iPhone), I get a “483 Too Many Hops.” Here’s a copy of the debug log (INFO level). At the beginning of the log, the “Via: SIP/2.0TLS 192.168.2.60:5061……” part is repeated a few dozen times and slowly it whittles
down to 2 times then fails. I don’t know how to change the allowed hop count, but I have a feeling that’s not the problem anyway since I’m doing this all internally there’s almost nothing between the server and endpoints (Jitsi on Win7 and Bria on iPhone). INFO | 20130328-093629.069 | repro | REPRO:APP | 139934915434240 | ResponseContext.cxx:1223 | Terminating client
transaction: 049fc01d1c97e410 all = 0 INFO | 20130328-093629.069 | repro | REPRO:APP | 139934915434240 | ResponseContext.cxx:1228 | client transactions:
[049fc01d1c97e410 -> Target:
sip:jeff@xxxxxxxxxxxx status=1] INFO | 20130328-093629.069 | repro | REPRO:APP | 139934915434240 | ResponseContext.cxx:1396 | Forwarding best response:
SipResp: 483 tid=ce9bde687d30f63c cseq=14112 INVITE / 14112 from(wire) tlsd=mydomain.com INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | ResponseContext.cxx:248 | Cancel all proceeding
client transactions: 0 WARNING | 20130328-093629.070 | repro | RESIP:TRANSPORT | 139934949005056 | TransportSelector.cxx:1447 | Can't find
matching transport [ V4 192.168.2.60:5061 TLS target domain=unspecified mFlowKey=0 ] INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | RequestContext.cxx:73 | RequestContext::process(TransactionTerminated)
049fc01d1c97e410 : numtrans=2 final=1 identity=jeff req=SipReq: INVITE
jeff@xxxxxxxxxxxx tid=ce9bde687d30f63c cseq=14112 INVITE contact=jeff@192.168.2.120:51604 / 14112 from(wire) tlsd=mydomain.com INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | RequestContext.cxx:73 | RequestContext::process(TransactionTerminated)
049fc01d1c97e410 : numtrans=1 final=1 identity=jeff req=SipReq: INVITE
jeff@xxxxxxxxxxxx tid=049fc01d1c97e410 cseq=14112 INVITE contact=jeff@192.168.2.120:51604 / 14112 from(wire) tlsd=mydomain.com INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | Proxy.cxx:397 | Looking up RequestContext tid=ce9bde687d30f63c INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | RequestContext.cxx:90 | RequestContext::process(SipMessage)
ce9bde687d30f63c INFO | 20130328-093629.070 | repro | REPRO:APP | 139934915434240 | ResponseContext.cxx:927 | processResponse: SIP/2.0 483 Too Many Hops Via: SIP/2.0/TLS 192.168.2.60:5061;branch=z9hG4bK-524287-1---ce9bde687d30f63c;rport=55848 Via: SIP/2.0/TLS 192.168.2.60:5061;branch=z9hG4bK-524287-1---2898ba0eab3b8802;rport=55848 Via: SIP/2.0/TLS 192.168.2.120:51604;rport=51604;branch=z9hG4bKPjaflCz53rHZ9pcq7NldRiBuDNktZVVOjp;alias To: <sip:8001@xxxxxxxxxxxx>;tag=54aefe35 From: <sip:jeff@xxxxxxxxxxxx>;tag=Nwtk.3WXOhYp9IlZXkS6Z77sysgKquvo Call-ID: 9Xl7imqnNFKGLC6W.hzs66l9imXiPXcJ CSeq: 14112 INVITE Content-Length: 0 Any help? Thank you.
|