Stiben
Stiben

Reputation: 104

silence detection not working Asterisk AGI

I'm trying to record a call in Asterisk, I used the function record_file but it does not work properly. The silence detection is not working, the call keep alive without detecting the 3 silence seconds. But when I dial "#", the record is created properly.

agi.record_file("test", format="wav", escape_digits="#",timeout=-1, silence = 3, beep="beep")

Does anyone know how I could use the silence detection properly?

Upvotes: 1

Views: 821

Answers (0)

Related Questions