login | register
Sun 07 of Sep, 2008 [09:14 UTC]

voip-info.org

Discuss [2] History

Asterisk cmd Answer

Created by: oej,Last modification on Mon 31 of Dec, 2007 [13:18 UTC] by PieterB

Answer

Synopsis

 Answer a channel if ringing

Description

 Answer([delay])

If the channel is ringing, answer it, otherwise do nothing. If a delay is specified, Asterisk will wait this number of milliseconds before answering the call.


See also



Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ


Comments

Comments Filter
222

333

by PieterB, Monday 31 of December, 2007 [13:16:20 UTC]
Francois: The answer command is mostly used in the extensions.conf file as part of your dial plan. See http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20extensions.conf for more information.

222

333

by kool18, Monday 15 of October, 2007 [15:04:20 UTC]
in which file could I find the line Answer (delay). Thanks