with dahdi I can monitor hardware cards with "dahdi show status". I can then tell if a T1/PRI card goes into condition RED. When I have a VOIP/SIP connection to lets say Call Manager how can I monitor this connection? Today I suddenly started getting "503 service not available" messages when trying to use CCM to place a call. It would have been nice to know ahead of time when something changed and I could no longer make calls. "sip show peers" did not report anything wrong either. How can I monitor a SIP connection? Jerry
Jerry Geis schrieb:> with dahdi I can monitor hardware cards with "dahdi show status". > I can then tell if a T1/PRI card goes into condition RED. > > When I have a VOIP/SIP connection to lets say Call Manager > how can I monitor this connection? > > Today I suddenly started getting "503 service not available" messages > when trying to use CCM to place a call. > > > It would have been nice to know ahead of time when something changed > and I could no longer make calls. > > "sip show peers" did not report anything wrong either."sip show registry" maybe?> > How can I monitor a SIP connection?Use asterisk or sipsak or somesuch to place a call to a test extension every minute? test => { Answer(); Hangup(); } Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 --
Jerry Geis wrote:> with dahdi I can monitor hardware cards with "dahdi show status". > I can then tell if a T1/PRI card goes into condition RED. > > When I have a VOIP/SIP connection to lets say Call Manager > how can I monitor this connection? > > Today I suddenly started getting "503 service not available" messages > when trying to use CCM to place a call. > > It would have been nice to know ahead of time when something changed > and I could no longer make calls. > > "sip show peers" did not report anything wrong either. > > How can I monitor a SIP connection? > > Jerry >At the risk of asking a dumb question, are you already using 'qualify=yes' for the sip peers you want to monitor? -- Paul