Add simple down event support

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Fredrickson
2006-11-02 16:03:12 +00:00
parent a2cb7d974e
commit 040e112ebd

View File

@@ -8511,6 +8511,9 @@ static void *ss7_linkset(void *data)
ast_verbose("--- SS7 Up ---\n");
ss7_reset_linkset(linkset);
break;
case SS7_EVENT_DOWN:
ast_verbose("--- SS7 Down ---\n");
break;
case MTP2_LINK_UP:
ast_log(LOG_DEBUG, "MTP2 link up\n");
break;