wait_for_dial_tone

Syntax

wait_for_dial_tone;

Terse form

wtdt

Type

Softkey return strings (FDM and SDC) - code x'84'

Parameters

Wait for dial tone.

Description

None.

References

SR-INS-002461 (softkey).

Example

softkey DIAL: "Dial This Number" : "Dial" {
   do_hookflash;
   wait_for_dial_tone;
   send_dtmf "5551212";
}