Hi there,
i need some help with sending DTMF tones via a softkey.
Here's the case, we have a dooropener which can be opened by sending #5.
when # 5 is pressed in an active call tones sound and the door opens
I've made a soft-key which is shown only in an active call.
<softkey softkey.4.action="#$Tdtmf$$pause1$5$Tdtmf$"
softkey.4.enable="1"
softkey.4.label="Door open"
softkey.4.use.active="1">
</softkey>
the key is shown, butt no tones get send
Does anyone have any experiance with sending DTMF tones via a softkey?