Name

WaitForSilence() — Waits for a specified amount of silence

Synopsis

    WaitForSilence(wait[,repeat])

Waits for repeat instances of wait milliseconds of silence. If repeat is omitted, the application waits for a single instance of wait milliseconds of silence.

    ; wait for three instances of 300 ms of silence
    exten => 123,WaitForSilence(300,3)

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.