Hi guys,
I’m trying to move from Asterisk version 10 to 13, and in one of our dialplan we use the ParkAndAnnounce command. Which seems to have been changed quite a bit in the new version.
I’ve looked at the documentation for this command (Home - Asterisk Documentation), the part I’m completely confused is that “options” list.
The documentation says that this must have a value of “A list of options for this parked call.”, but I’m not sure how the syntax should be.
I’ve tried with these syntax, but all of them causes a warning saying that I did not provide duration value.
exten => s,n,ParkAndAnnounce(,t90,PARKED,Console/dsp)
exten => s,n,ParkAndAnnounce(,t 90,PARKED,Console/dsp)
exten => s,n,ParkAndAnnounce(,t:90,PARKED,Console/dsp)
Thanks,