Home AMX User Forum AMXForums Archive Threads AMX Hardware

METECOM calling external lines on door push

I was trying to make the METECOM call on door bell but its not happening. I have put up the diagnostic text that i have received from the device and the codes also. Anybody have implemented this before.

DEFINE_EVENT
BUTTON_EVENT[dvTPMetecom1,1] //MET-ECOM Push Button Press Code
{
PUSH:
{

nMetecom = 1
SEND_COMMAND dvTPMetecom1,"'^PHN-CALL,97282853'"
}
}


Line 2 (19:17:54):: Input Status:Pushed [11001:1:7] - Channel 1
Line 3 (19:17:54):: Input Status:Released [11001:1:7] - Channel 1
Line 4 (19:17:54):: Command To [11001:1:7]-[?PHN-LINESTATE]
Line 5 (19:17:54):: Command To [11001:1:7]-[^PHN-CALL,]
Line 6 (19:17:54):: Command To [11001:1:7]-[SET LED-STATE ACTIVE]
Line 7 (19:17:54):: Command To [11001:1:7]-[^PHN-CALL,97282853]
Line 8 (19:17:55):: Command From [11001:1:7]-[^PHN-LINESTATE,0,IDLE,1,IDLE,2,IDLE]
Line 9 (19:17:57):: Command To [11001:1:7]-[SET LED-STATE ACTIVE]
Line 10 (19:17:57):: String To [34028:1:8]-[INCOMINGCALL-10.11.1.10]
Line 11 (19:17:57):: String From [34028:1:8]-[INCOMINGCALL-10.11.1.10]
Line 12 (19:17:57):: Command To [11001:1:7]-[SET LED-STATE IDLE]
Line 13 (19:17:57):: Command To [11001:1:7]-[SET LED-STATE IDLE]
Sign In or Register to comment.