Quantcast
Channel: Microsoft Unified Communications Managed API SDK forum
Viewing all articles
Browse latest Browse all 889

Fax Detection - Not working

$
0
0

Hi,

I am using UCMA 4.0 with Lync Server 2013.
I have configured a PSTN trunk with Media bypass enabled and make call from UCMA application
I am unable to detect if the other party is a fax machine with the below code

ToneController tonner = new ToneController();
tonner.AttachFlow(call.Flow);
tonner.IncomingFaxDetected += new EventHandler<IncomingFaxDetectedEventArgs>(tonner_IncomingFaxDetected);

Any help?

-Sivakumar N



Viewing all articles
Browse latest Browse all 889

Trending Articles