[asterisk-bugs] [Asterisk 0013136]: [patch] sip peer qualified failed, asterisk lock.
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 12 15:40:04 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13136
======================================================================
Reported By: pabelanger
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 13136
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: 1.6.0
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-07-23 02:32 CDT
Last Modified: 2008-11-12 15:40 CST
======================================================================
Summary: [patch] sip peer qualified failed, asterisk lock.
Description:
We just had asterisk lock on us tonight. Best we can guess is because we
lost our SIP PEER (via qualify).
See output from 'show core locks'.
======================================================================
----------------------------------------------------------------------
(0094828) ZX81 (reporter) - 2008-11-12 15:40
http://bugs.digium.com/view.php?id=13136#c94828
----------------------------------------------------------------------
Is there not a way to catch all signals and then print out which one you
got?
Like make an array of signal numbers, loop through, use the same handler
and then print out the signal:
void sighand(int signo)
{
printf("Close Server Connections called to close: %d\n", signo);
return;
}
Just to debug.
Issue History
Date Modified Username Field Change
======================================================================
2008-11-12 15:40 ZX81 Note Added: 0094828
======================================================================
More information about the asterisk-bugs
mailing list