mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user