<div dir="ltr">I'm setting up a pbx. Incoming calls to the main number will ring on 3 "front desk" phones. If all phones are busy, I want to play a message saying:<div>"All operators are busy. Please call back in a few minutes or send email."</div><div><br></div><div>However, if the call rings for 20 seconds with no answer, it should transfer to voicemail.</div><div><br></div><div>My dialplan has:</div><div><action application="set" data="continue_on_fail=true"/></div><div><action application="set" data="call_timeout=20"/></div><div><action application="bridge" data="${group_call(operator@${domain_name})}"/></div><div><action application="answer"/></div><div><action application="sleep" data="1000"/></div><div><action application="???"/></div><div><br></div><div>The last application should be to do one thing (play a message) if the bridge failed because all phones were busy, and do something else (transfer to voicemail) if there was no answer after 20 seconds.</div><div><br></div><div>Is this something that can be done in the dialplan? If not, do I use a script?</div><div><br></div><div>-- </div><div>Steve</div></div>