E12 HPPT APIs

All comments 20
    geryd 2024-02-14 15:13:20
    tsesydney replied at 2024-02-13 23:57
    Did you have Open Relay Via HTTP enabled under the Relay settings on the device? OpenDoor does not ...

    I run firmware version 12.30.2.102
    This is marked as the latest on the website: https://knowledge.akuvox.com/docs/e12-firmware

    Both URL formats work for the action OpenDoor, yes I had a password and username configured.

    Unfortunately the make call does not work, using the same credentials:
    /fcgi/do?action=MakeCall&number=xxx&UserName=xxx&Password=xxx
    geryd 2024-02-14 15:16:24
    tsesydney replied at 2024-02-13 23:57
    Did you have Open Relay Via HTTP enabled under the Relay settings on the device? OpenDoor does not ...

    Adapting the second url format to the make call action works as well
    /fcgi/MakeCall?action=MakeCall&number=xxx&UserName=xxx&Password=xxx

    But unfortunately, still not when triggered without being logged into the admin console.

    Under basic security, I do not find a 'High Security mode', nor is is described in the manual ?

    Sunny9999 2024-07-02 19:57:18
    @Kai.Bauder :
    DId you find any solution for this ? Controlling the LED with http api ?
    I have an R20K with Firmware 320.30.10.9 and tried everything to controll it...no luck ....
    Any hints ?
    Rgds from Germany...
    Sunny
    rachel 2024-07-03 18:18:19
    Our HTTP API cannot control LED
    kai.bauder 2024-07-03 19:30:54
    rachel replied at 2024-07-03 18:18
    Our HTTP API cannot control LED

    Ok.. And what about start a call via http URL?
    rachel 2024-07-04 09:53:31
    Api call dial
    The GET or POST method can be used for this function.

    Example Request:
    GET: api/call/dial?Phone=192.168.1.58&DisplayName=Justa


    POST:
    {
            "target": "call",
            "action": "dial",
            "data" : {
                    "Phone": "192.168.1.58",
                    "DisplayName": "Justa"
            }
    }
    Sunny9999 2024-07-11 20:20:46
    @rachel : in the manual of the R20K it is documented that it should work !

    What about opening the door ?
    I am really frustrated about the lack of an official api documentation....
    E.G no way of opening the door with the following url without being logged into the webui  :

    http://XXXX:XXXXX@192.168.10.101 ... nDoor&DoorNum=1
    when logged in, it is working, logged out...not even a response, you get redirected to the web login ui.........

    all other recommendations like
    http://192.168.10.101/fcgi/do?ac ... YYYYY&DoorNum=1

    also NOT working without being logged intp the UI ......

    Tried everything with high security turned on and turned off and all kind of http-api config within the UI----- not working

    My Model : Akuvox R20K
    Firmware : 320.30.10.9
    Hardware Version : 320.0

    Anybody here who got a working solution ?
    Greets from Germany

    Sunny


    Sunny9999 2024-07-11 20:22:11
    @rachel : in the manual of the R20K it is documented that it should work !

    What about opening the door ?
    I am really frustrated about the lack of an official api documentation....
    E.G no way of opening the door with the following url without being logged into the webui  :

    http://XXXX:XXXXX@192.168.10.101 ... nDoor&DoorNum=1
    when logged in, it is working, logged out...not even a response, you get redirected to the web login ui.........

    all other recommendations like
    http://192.168.10.101/fcgi/do?ac ... YYYYY&DoorNum=1

    also NOT working without being logged intp the UI ......

    Tried everything with high security turned on and turned off and all kind of http-api config within the UI----- not working

    My Model : Akuvox R20K
    Firmware : 320.30.10.9
    Hardware Version : 320.0

    Anybody here who got a working solution ?
    Greets from Germany

    Sunny


    CIE_Ash 2024-07-11 22:22:10
    Sunny9999 replied at 2024-07-11 12:22
    @rachel : in the manual of the R20K it is documented that it should work !

    What about opening the d ...

    Hi Sunny,

    In the Open Relay via HTTP settings in the Intercom -> Relay, please untick "Session Check". This should resolve your issue.
    Sunny9999 2024-07-12 00:21:13
    CIE_Ash replied at 2024-07-11 22:22
    Hi Sunny,

    In the Open Relay via HTTP settings in the Intercom -> Relay, please untick "Session Ch ...

    Thanx, that worked !! Appreciate your help !!
    123Next
You have to log in before you can reply Login | Sign up