Versions Compared

Key

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

В In Webitel WebClient открываем , open Callflow - Public. Public - это всегда внешний маршрут, что приходит от провайдера. Если ничего не настроить, система будет отбивать все входящие вызовы. В поле Number необходимо указать SIP логин вашего провайдера связи.  Пропишем для нашего Youmagic номера простое правило: звонить пользователю 100 и 101 одновременно. Для этого нужно создать is always an external route that comes from the provider. If nothing is configured, the system will discourage all incoming calls. In the Number field, you must specify the SIP login of your communication provider. Let's write a simple rule for our Youmagic numbers: call user 100 and 101 at the same time. To do this, create an ACR Scheme:

Code Block
languagejs
[
	{
		"answer": "180 Ringing"
	},
	{
		"bridge": {
			"strategy": "multiple",
			"parameters": [
				"instant_ringback=true",
				"ignore_early_media=true",
				"continue_on_fail=true"
			],
			"endpoints": [
				{
					"name": "100",
					"type": "user"
				},
				{
					"name": "101",
					"type": "user"
				}
			]
		}
	}
]

Image Removed

...

titleПримеры

...

Image Added