Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
titleCallflow
linenumberstrue
collapsetrue
[
    {
        "preAnswer": ""
    },
    {
        "ringReady": ""
    },
    {
        "answer": ""
    },
    {
        "echo": ""
    }
]

An outbound routing rule for the echo test

For the echo test, you also need to set a rule for 0 number.

The routing scheme for the conference

Additionally, you can configure the routing scheme for the conference.

For the a quick setup, you can import the scheme from the file conference-schema.json

Code Block
languagejs
firstline1
titleCallflow
linenumberstrue
collapsetrue
[
    {
        "answer": ""
    },
    {
        "conference": {
            "name": "$1",
            "profile": "video-mcu-stereo"
        }
    },
    {
        "hangup": ""
    }
]

Правило исходящей маршрутизации для конференции

Для конференции нужно также настроить правило на номер 00

Image Removed

Схема исходящей маршрутизации

...

An outbound routing rule for conference

For the conference, you also need to set a rule for 00 number.

Image Added

The outbound routing scheme

The routing scheme for making outbound calls. В коде нужно указать название шлюза, через который будут проходить исходящие звонки.

...