Also open telefones when starting auction

This commit is contained in:
Your Name
2020-12-23 23:50:56 +00:00
parent f5a23528c6
commit fc852793cc

View File

@@ -809,6 +809,7 @@ same => n,Playback(/etc/asterisk/media/playback/e_10_ich_habe_folgendes_gebot_v
same => n,SayNumber(${startbid}) same => n,SayNumber(${startbid})
same => n,Read(input,/etc/asterisk/media/playback/e_11.2_ist_das_korrekt_genervt,1,,1,7) same => n,Read(input,/etc/asterisk/media/playback/e_11.2_ist_das_korrekt_genervt,1,,1,7)
same => n,GotoIf($[ "${input}" != "1" ]?start) same => n,GotoIf($[ "${input}" != "1" ]?start)
same => n,Set(DB(stream/open)=1)
same => n,Set(DB(auction/open)=1) same => n,Set(DB(auction/open)=1)
same => n,Set(DB(auction/bid)=${startbid}) same => n,Set(DB(auction/bid)=${startbid})
same => n,RemoveQueueMember(auction,Local/22@bidding-queue-member) same => n,RemoveQueueMember(auction,Local/22@bidding-queue-member)