Quantcast
Channel: VOIP-info.org Wiki Changes
Viewing all articles
Browse latest Browse all 5767

Asterisk cmd WaitForRing

$
0
0

Synopsis

Wait for Ring Application.

"This application can help with phantom ringing caused by a noisy FXO line."
(quote taken from the dev mailinglist, stated in a conversation between Marius Stankevičius and Eric "ManxPower" Wieling on 03/26/2007)

Description

WaitForRing(timeout)

Waits a maximum of timeout seconds for a ring signal, which is only treated as valid until the second ring has completed.

Example

exten => 123,1,Answer()
exten => 123,n,WaitForRing(5)
exten => 123,n,SendDTMF(1234)

See also



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


Viewing all articles
Browse latest Browse all 5767

Trending Articles