Jump to content

Recommended Posts

Posted

Hello

I'm using Kazoo and found some kind of issue. Usual calls from one device to another and outer calls are recorded from the start.

Calls created using QuickCall module are also recorded, but 3-5 seconds from the start are missed. I've tried to  tweak recording parameters, but it didn't help.

Account call recording configuration:

"call_recording": {
            "account": {
                "outbound": {
                    "any": {
                        "url""...",
                        "time_limit"3600,
                        "record_on_bridge"true,
                        "record_on_answer"true,
                        "format""mp3",
                        "enabled"true
                    }
                },
                "inbound": {
                    "any": {
                        "url""...",
                        "time_limit"3600,
                        "record_on_bridge"true,
                        "record_on_answer"true,
                        "format""mp3",
                        "enabled"true
                    }
                }
            }
        }

Thanks in advance

×
×
  • Create New...