Versions Compared

Key

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

...

For the quick configuration, you can import schema the scheme from the file внутренние звонки-schema.json

...

It means that the internal number plan contains any 3- and 4-digit numbers, for example, 100, 101, 1002, 9999.

Схема маршрутизации для эхо-теста

...

The routing scheme for echo test

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

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

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

Для эхо-теста нужно также настроить правило на номер 0.

Image Removed

Схема маршрутизации для конференции

Дополнительно можно также настроить схему маршрутизации для конференции.

...

An outbound routing rule for echo test

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

Image Added

The routing scheme for conference

Additionally, you can configure the routing scheme for conference.

For the 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": ""
    }
]

...