Displaying 1 result from an estimated 1 matches for "0583e22e".
2004 Aug 06
2
Difficulty evaluating the return value of PlayBack (or any other extensions.conf command
Hi,
I just started to "play" with Asterisk today and while I'm
writing some IVR-like functionality in extensions.conf I
would like to take a decision based on whether playing a file
succeeds:
exten => s,2,GotoIf($[Playback(${CALLERIDNUM}_personal) = 0]?3,501)
So if Playback succeeds I want to jump to label 3, otherwise to
label 500. Unfortunately Asterisk doesn't seem