Can you elaborate a bit more on the scenario? Is the phone assumed to already be in a call to the ATA?
Note, that you will need to use the SendDigits: URI to send in-call DTMF...please see the developer docs for details. Also note that SendDigits is not supported on all firmware versions for 69xx series...what firmware load is running?
Hi,
the phone uses the latest firmware verion on UCM 8.
The phone is assumed to be in a call with the ata.
Scenario is as follows:
visitor presses door ring button
call is initiated fomr ata to a internal number
called number takes call and can talk to the visitor
by sending DTMF "#61" the door is opened
to avoid the need to remember the "#61" key combination i put a service on a phone button that sends the DTMF tones to the ata during the call.
the problem is that when i load the above xml file the phone says "Anforderung(Request)..." and returns without playing dtmf.
when i push the above xml with a java app directly to the phone when it is in a call it works and the DTMF tones are played.
it seems to me that it does not play DTMF when in services menu.
any ideas?
Martin