Versions Compared

Key

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

...

An example of the inbound call routing scheme through a gateway to an agent whose internal number (extentionextension) is 200. This routing scheme must be specified in the gateway settings (Подключение провайдера связи).

...

Code Block
languagejs
firstline1
titleCallflow
linenumberstrue
collapsetrue
[
    {
        "recordSession": {
            "action": "start",
            "bridged": false,
            "followTransfer": true,
            "minSec": 2,
            "stereo": true,
            "type": "mp3"
        }
    },
    {
        "bridge": {
            "endpoints": [
                {
                    "extension": "200",
                    "type": "user"
                }
            ]
        }
    },
    {
        "hangup": ""
    }
]

Схема входящей маршрутизации с маршрутизацией на трех операторов последовательно

...

Inbound routing scheme with the routing to 3 agents in series

An example of the inbound call routing scheme through a gateway sequentially to 3 agents whose internal numbers (extension) are 200, 201, 202. Данная схема маршрутизации должна быть указана в настройке шлюза This routing scheme must be specified in the gateway settings (Подключение провайдера связи).

...