Hello,
I have programmed a EFK key for the VVX300/400 phones to allow me to park a call using the Transfer > *70 code that my server uses, but am having a little trouble. The park key works when I place a call and park the call, but does not work with an inbound call. Go figure.
Also, I am hoping to include a 2 second pause after the phone dials the *70, but before it actually transfers, so that the user can hear the park position message from the server.
I played around with a lot of different combinations and below is the only code that I could be to semi work.
Any ideas anyone? Thanks in advance.
<efk> <version efk.version="2" /> <efklist efk.efklist.2.mname="callpark" efk.efklist.2.status="1" efk.efklist.2.label="Park" efk.efklist.2.use.active="1" efk.efklist.2.action.string="*70$Trefer$$Cp2$" /> </efk> <softkey softkey.2.label="Park" softkey.2.action="!callpark" softkey.2.enable="1" softkey.2.precede="1" softkey.2.use.active="1" />
Well, I was able to get it to work, but it seems like the phone must actually dial the *70 in order for it to work with the pause.
efk.efklist.2.action.string="$FTransfer$$Fdialpadstar$$Fdialpad7$$Fdialpad0$$Fsoftkey1$$Cwaitconnect$$Cp2$$Chu$"