I see repeated over and over the following messages: NOTICE[1142106560]: chan_sip.c:4988 handle_response: Peer '1001' is now REACHABLE then 5 minutes later: NOTICE[1142106560]: chan_sip.c:5958 sip_poke_noanswer: Peer '1001' is now UNREACHABLE both messages repeated over and over Any clue what I can do to fix this? Is there any where I can look up these Notices to find meaning? Thanks Bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040421/8a1d14cc/attachment.htm
Robert Hajime Lanning
2004-Apr-20 22:03 UTC
[Asterisk-Users] Repeated Notice: (UN/REACHABLE)
When you have "qualify=yes" or some number, then asterisk will poke at the peer, to measure latency. If the peer does not reply or the reply takes to long, you get the "UNREACHABLE" message, and you will not be able to send/receive calls to/from that channel. When the peer starts replying within the latency threshold, you will get the "REACHABLE" message, and you will be able to send/receive calls to/from that channel. I get it alot from FWD. Usualy means the peer is to busy (FWD) or something between you and the peer is unstable or over utilized. <quote who="Barton Fisher">> I see repeated over and over the following messages: > > NOTICE[1142106560]: chan_sip.c:4988 handle_response: Peer '1001' is now > REACHABLE > > then 5 minutes later: > > NOTICE[1142106560]: chan_sip.c:5958 sip_poke_noanswer: Peer '1001' is now > UNREACHABLE > > both messages repeated over and over > > Any clue what I can do to fix this? > > Is there any where I can look up these Notices to find meaning? > > Thanks > > Bart-- END OF LINE -MCP