ControlPlayback digit issue

Hi,
Please suggest some solution to use different dtmf digits to use with Controlplayback.
Also If I add two/three audio files using & , Controlplayback only working with first file.

exten => 55556,n,ControlPlayback(quizivr/songsbhajan/HanumanChalisa,5000,2,3,4,5)
exten => 55556,n,GotoIf($[“${CPLAYBACKSTOPKEY}” = “7”]?droppp1)
exten => 55556,n,GotoIf($[“${CPLAYBACKSTOPKEY}” = “8”]?exittt1)
exten => 55556(droppp1),n,Hangup
exten => 55556(exittt1),n,Hangup

Waiting for reply to use ahead.

ControlPlayback only supports a single file, and it only supports specifying one digit per operation.

Thanks, I will use Background in this case.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.