X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=ss5.cpp;h=0d453e48786c9fea32a8e27af03e36e46cd8ca51;hp=40eb5409d4dbc2fc655f9c3cb2a13363ea486664;hb=ab670ecfdc8c7e299bc1b9ddea014980ad7637fa;hpb=3e584754632eb5042066bc149e15327c1e80c18f 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); }