This document was generated from CDN thread Created by: Adam Keplinger on 22-02-2011 10:01:39 PM I need to get the command string that enables the AMX system to be notified of any incomming call. The client wants the autoanswer function to turn on the lights, room mics, and LCDs in the room when a call comes in.I tested the C60 and C90 and neither of them are sending an RS232 string when a call is ringing (or autoanswered.) I will be writing my own code and not using a module for this function.Subject: RE: Incomming Call Notification Replied by: Viggo Fredriksen on 23-02-2011 09:46:41 AMHi, you need to register for the incoming call event feedback for this:1
2xfeedback register /Event/IncomingCallIndication
On an incoming call you'll then receive the following:12*e IncomingCallIndication RemoteURI: "[email protected]" DisplayNameValue: "user" CallId: 2