Die Fritz!Box macht keinen Anruf

AloisB

New member
Hallo alle
:)

Eigentlich eine einfache Sache ... dachte ich. Was mache ich den falsch hier?



Code:
[
    {
        "id": "7541bd3e87f03df4",
        "type": "debug",
        "z": "7d2047e075cc0d79",
        "name": "debug 168",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": true,
        "complete": "true",
        "targetType": "full",
        "statusVal": "payload",
        "statusType": "auto",
        "x": 870,
        "y": 180,
        "wires": []
    },
    {
        "id": "18d89d3e97504c2a",
        "type": "inject",
        "z": "7d2047e075cc0d79",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 400,
        "y": 260,
        "wires": [
            [
                "28acff48057ee398"
            ]
        ]
    },
    {
        "id": "a14a1c64754709d7",
        "type": "fritzbox-in",
        "z": "7d2047e075cc0d79",
        "device": "160733b6c516c7b7",
        "name": "",
        "service": "urn:dslforum-org:service:X_VoIP:1",
        "action": "X_AVM-DE_DialNumber",
        "arguments": "{\n  \"NewX_AVM-DE_PhoneNumber\": \"value\"\n}",
        "x": 870,
        "y": 260,
        "wires": [
            []
        ]
    },
    {
        "id": "28acff48057ee398",
        "type": "function",
        "z": "7d2047e075cc0d79",
        "name": "function 19",
        "func": "msg.payload = {\n    \"NewX_AVM-DE_PhoneNumber\": \"0171xxxxxx\"\n}\nreturn msg;",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 630,
        "y": 260,
        "wires": [
            [
                "a14a1c64754709d7",
                "7541bd3e87f03df4"
            ]
        ]
    },
    {
        "id": "160733b6c516c7b7",
        "type": "fritzbox-config",
        "name": "FritzBox",
        "host": "192.168.0.1",
        "port": "49000",
        "ssl": false,
        "user": "Alois"
    }
]
Screenshot 2025-10-29 072715.png
 

Letzte Anleitungen

Statistik des Forums

Themen
7.297
Beiträge
71.093
Mitglieder
7.755
Neuestes Mitglied
bennydbennyd
Zurück
Oben