summaryrefslogtreecommitdiffstats
path: root/ss5.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2009-12-20 18:55:03 +0100
committerAndreas Eversberg2009-12-20 18:55:03 +0100
commitab670ecfdc8c7e299bc1b9ddea014980ad7637fa (patch)
tree8e5214d70a85a9325eb9f486fb388995a4cb3228 /ss5.cpp
parentFixed minor release BUG in SS5. Added comfort noise. (diff)
downloadlcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.tar.gz
lcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.tar.xz
lcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.zip
Make LCR work with the current openbsc lcr_rtp branch. (soon merged with master branch)
Minor fix in ss5.cpp.
Diffstat (limited to 'ss5.cpp')
-rw-r--r--ss5.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ss5.cpp b/ss5.cpp
index 40eb540..0d453e4 100644
--- 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);
}