+1
Отвечен

2n helios ip

Khurram Masud 7 лет назад в Products / Other drivers обновлен Aleksandr Romanov (CTO) 7 лет назад 2

Hi,

I am interested in adding 2N Helios ip door intercom to my project. I have no idea where to start, anybody can help me with that. I have tried using SIP intercom but that is not working for me. Any suggestions please,


Thanks

+1

Use the (Mobotix) SIP intercom example project from the download area. Adjust the JS script to reflect the settings for your 2N system, et voila. I got a PoC running with an Audiokit and a Videokit using external AXIS camera's within 15 minutes. And it was the first substantial thing I ever did in iRidium studio.


DoorPhone_ADD:

////////////////////////////////////////////////////////////////////////////////
var intercom12th = new add_doorphone("Upstairs entrance",                          // select name of doorphone,
                                 ["SIP", "6010"],                          // [name of SIP driver in project, SIP number of doorphone],
                                 ["http://192.168.178.11/mjpg/1/video.mjpg", ""],     // [link to camera, camera Params (only for rtsp)],
                                 ["doorphone 1", "doorphone incoming"]);      // [main page (to call the doorphone), page for incoming calls]
                      
//////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// var intercomBg = new add_doorphone("Main entrance",                          // select name of doorphone,
                                 ["SIP", "6000"],                          // [name of SIP driver in project, SIP number of doorphone],  
                                 ["http://192.168.78.12/mjpg/1/video.mjpg", "rtsp_transport=tcp;"],     // [link to camera, camera Params (only for rtsp)],
                                 ["doorphone 2", "doorphone incoming"]);      // [main page (to call the doorphone), page for incoming calls]                                                          
////////////////////////////////////////////////////////////////////////////////


P.S. if you say something is not working and you expect other to help you, elaborate... explain what you tried and what happened.

Сервис поддержки клиентов работает на платформе UserEcho