cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
88
Views
0
Helpful
0
Comments
cdnadmin
Community Member
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 AM
Hi,

  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:
1
2*e IncomingCallIndication RemoteURI: "[email protected]" DisplayNameValue: "user" CallId: 2

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links