tootai
September 17, 2025, 8:42pm
1
Hi
the silence give a crappy audio on announcement, is therer a possibility
to remove it? Asterisk 22 version.
logs:
– Stopped music on hold on PJSIP/plop2p_104-00000165
-- <PJSIP/plop2p_104-00000165> Playing
‘queue-youarenext.gsm’ (language ‘fr’)
– Told
PJSIP/plop2p_104-00000165 in q821 their queue position (which was 1)
-- <PJSIP/plop2p_104-00000165> Playing 'silence/1.gsm' (language
‘fr’)
-- Started music on hold, class 'myclass', on channel
‘PJSIP/plop2p_104-00000165’
–
Daniel
If you remove it, but are still using the GSM codec for the call, it will be transcoded, on the fly, from another format (probably slin). As that is how the .gsm file was created, it might have the seam artefacts. The real question would be why are you using the GSM codec? It is old, there are better low bit rate codecs, and the trend is towards using high audio bandwidths, because bandwidth is no longer a significant issue.
tootai
September 18, 2025, 7:58am
3
I also tested with g722, same behavior
–
Daniel
tootai
September 18, 2025, 8:19am
4
Le 18/09/2025 à 10:08, tootai via Asterisk Community a écrit :
[tootai] tootai https://community.asterisk.org/u/tootai
September 18
I also tested with g722, same behavior
Means crappy audio, silence is still played. Audio is OK during then
announcement.
–
Daniel
jcolp
September 18, 2025, 8:21am
5
The playing of silence is not in the code or default. Have you set the “queue-thankyou” option to it? If so and you don’t want a sound file to be played, then you set it to blank:
; Keep in mind that you may also prevent a sound from being played if you
; explicitly set a sound to be an empty string. For example, if you want to
; prevent the queue from playing queue-thankyou, you may set the sound using
; the following line:
;
; queue-thankyou=
tootai
September 18, 2025, 8:47am
6
Nothing is set. This is my queue conf:
[q821]
musicclass=default
announce-frequency=10
announce-holdtime=once
announce-position=yes
autofill=yes
autopause=no
leavewhenempty=no
joinempty=yes
maxlen=0
periodic-announce-frequency=0
queue-thankyou=silence/1
reportholdtime=no
retry=3
ringinuse=yes
servicelevel=60
;strategy=rrmemory
strategy=ringall
weight=0
wrapuptime=0
setinterfacevar=yes
setqueueentryvar=yes
setqueuevar=yes
timeout=5
member=PJSIP/plop2p_105
member=PJSIP/plop2p_135
Timeout is low as I test the dialplan
–
Daniel
tootai
September 18, 2025, 8:48am
8
Also, I don’t play any silence, it has to come from somewhere
–
Daniel
jcolp
September 18, 2025, 8:49am
9
You’ve configured it to play silence as the “thank you” sound file after it announces the position.
tootai
September 18, 2025, 9:06am
10
Oh dear, shame on me, I did read it many times and it didn’t hit my eyes.
Sorry to have bother you, thanks for your support.
Le 18/09/2025 à 10:58, jcolp via Asterisk Community a écrit :
[jcolp] jcolp https://community.asterisk.org/u/jcolp Asterisk
Project Lead
September 18
tootai:
queue-thankyou=silence/1
It is set.
Visit Topic
https://community.asterisk.org/t/how-to-remove-silence-1-gsm-on-queu-anmouncement/110201/7
or reply to this email to respond.
In Reply To
[tootai] tootai https://community.asterisk.org/u/tootai
September 18
Nothing is set. This is my queue conf: [q821] musicclass=default
announce-frequency=10 announce-holdtime=once announce-position=yes
autofill=yes autopause=no leavewhenempty=no joinempty=yes maxlen=0
periodic-announce-frequency=0 queue-thankyou=silence/1
reportholdtime=no retry=3 ringi…
Visit Topic
https://community.asterisk.org/t/how-to-remove-silence-1-gsm-on-queu-anmouncement/110201/7
or reply to this email to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, click here
<>.
–
Daniel
system
Closed
October 18, 2025, 9:06am
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.