DTMF Echo Test

From KlavoWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Just like an Echo Test the DTMF Echo Test will respond with the key that you have pressed.

;DTMF Test
exten => 13,1,Wait(1)
exten => 13,n,Playback(beep)
exten => 13,n,Read(digito,,1)
exten => 13,n,SayDigits(${digito})
exten => 13,n,GoTo(13,2)
exten => 13,n,HangUp