projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2cb7d9
)
Add simple down event support
author
Matthew Fredrickson
<creslin@digium.com>
Thu, 2 Nov 2006 16:03:12 +0000
(16:03 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Thu, 2 Nov 2006 16:03:12 +0000
(16:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46926
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
53a7b97
..
f94aaff
100644
(file)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-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;