[asterisk-commits] mnicholson: branch mnicholson/just-crash r345430 - /team/mnicholson/just-cras...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 15 13:37:58 CST 2011
Author: mnicholson
Date: Tue Nov 15 13:37:54 2011
New Revision: 345430
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=345430
Log:
crash asterisk
Modified:
team/mnicholson/just-crash/channels/chan_sip.c
Modified: team/mnicholson/just-crash/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/mnicholson/just-crash/channels/chan_sip.c?view=diff&rev=345430&r1=345429&r2=345430
==============================================================================
--- team/mnicholson/just-crash/channels/chan_sip.c (original)
+++ team/mnicholson/just-crash/channels/chan_sip.c Tue Nov 15 13:37:54 2011
@@ -22572,6 +22572,9 @@
};
st_ref = SESSION_TIMER_REFRESHER_AUTO;
+ /* crash */
+ abort();
+
/* Find out what they support */
if (!p->sipoptions) {
const char *supported = sip_get_header(req, "Supported");
More information about the asterisk-commits
mailing list