Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcr
authorAndreas Eversberg <jolly@eversberg.eu>
Wed, 7 Oct 2009 16:51:54 +0000 (18:51 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Wed, 7 Oct 2009 16:51:54 +0000 (18:51 +0200)
ss5.cpp

diff --git a/ss5.cpp b/ss5.cpp
index 40eb540..0d453e4 100644 (file)
--- a/ss5.cpp
+++ b/ss5.cpp
@@ -227,13 +227,13 @@ static void ss5_trace_header(struct mISDNport *mISDNport, class PmISDN *port, un
 
 
 /*
- * changes release tone int busy signal
- * this makes the line more authentic
+ * changes release tone into silence
+ * this makes the line sound more authentic
  */
 void Pss5::set_tone(const char *dir, const char *name)
 {
        if (name && !strcmp(name, "cause_10"))
-               name = "busy";
+               name = NULL;
 
        PmISDN::set_tone(dir, name);
 }