summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-04 04:46:18 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-04 04:46:18 +0000
commitc8ff8e5a48fe37cc15b10b4dd9c23e5f3bf5ee22 (patch)
tree05b0ab12aac6e56978e91a6bfd825af62d4bb0da /zaptel.c
parent89e2d0efedc95e1717c37c57a0cef6316a21b4cd (diff)
Don't print silly message
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@385 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rwxr-xr-xzaptel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zaptel.c b/zaptel.c
index f57fe01..c03c33d 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -1793,6 +1793,9 @@ who cares what the sig bits are as long as they are stable */
txsig, chan->name, chan->span->name);
return;
}
+ /* Don't do anything for RBS */
+ if (chan->sig == ZT_SIG_DACS_RBS)
+ return;
chan->txstate = txstate;
/* if tone signalling */