Recording beep

Guys,
When the call comes in to the agent there is that piano sound like that announces the person picked up.
When recording calls, every single time, besides the piano sound there is a beep that announces the recording start. Can you please advise on how to remove that completely? It can be really frustrating
I looked in extensions.conf and thought i could just remove the sound from there but nothing in the extension's configuration indicated the playing of a sound. Here is what i have:
exten => 8309,1,Answer
exten => 8309,2,Record(/var/lib/asterisk/record/${CALLERIDNAME}.wav|10||t)
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup
any help is appreciated
When the call comes in to the agent there is that piano sound like that announces the person picked up.
When recording calls, every single time, besides the piano sound there is a beep that announces the recording start. Can you please advise on how to remove that completely? It can be really frustrating
I looked in extensions.conf and thought i could just remove the sound from there but nothing in the extension's configuration indicated the playing of a sound. Here is what i have:
exten => 8309,1,Answer
exten => 8309,2,Record(/var/lib/asterisk/record/${CALLERIDNAME}.wav|10||t)
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup
any help is appreciated