dect
/
asterisk
Archived
13
0
Fork 0

Add simple down event support

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46926 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2006-11-02 16:03:12 +00:00
parent 6e53fcd1ce
commit e5e7afff00
1 changed files with 3 additions and 0 deletions

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;