Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
4.00/5 (3 votes)
See more:
Hi,
I am using Lync 2010 API to automate some of the calls. I was unable to find a way to send DTMF via that API.

If any Knows how to do it, Please help.

Thanks in Advance.
Posted

I think you mean the UCMA API, and it appears as if you need v3.0 of the API in order to do DTMF. Google is your friend, but admittedly, you're going to have to look hard for the information you need. Microsoft does have a forum for this.
 
Share this answer
 
Comments
KingsKnight 6-Feb-11 23:30pm    
I found that we can use UCMA 3.0 ToneController Class for that. But I am not aware of incorporating it with Lync API. Both are different, and Both the API have a Conversation class but different in functionality.
Is there any way we can incorporate these did=fferent classes?
Hi,

I found the way to send dtmf. But still unable to find a way to identify and receive it(Like ToneRecieved event in ToneContoller class in UCMA 3.0 SDK).

In AudioChannel class we can send dtmf using BeginSendDtmf() method.
 
Share this answer
 
here is working example for the send, doesn't cover your receive portion though.. Microsoft Lync - Dial and Passcode Automation[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900