Outbound rules dictate how Webitel routes outbound calls based. You can route calls via different SIP Providers based on who is making the call, the number that is being dialled or the length of the number. You will need to create at least one outbound rule to start making outbound calls on Webitel. We'll allow all outbound calls "as is" via our SIP Provider.

Create new default callflow scheme:


  1. Name - any name
  2. Number - the regular expression for dialed number. Will much any digits.
  3. Time zone - chose your time zone
  4. Callflow - send all dialed digits to our SIP Provider and record a call.

[
	{
		"ringback": {
			"call": {
				"name": "$${us-ring}",
				"type": "tone"
			},
			"transfer": {
				"name": "$${us-ring}",
				"type": "tone"
			}
		}
	},
	{
		"setVar": [
			"call_timeout=40",
			"continue_on_fail=3,17,18",
			"hangup_after_bridge=true"
		]
	},
	{
		"recordSession": {
			"action": "start",
			"type": "mp3",
			"stereo": false
		}
	},
	{
		"bridge": {
			"endpoints": [
				{
					"name": "63069",
					"type": "sipGateway",
					"dialString": "&reg0.$1"
				}
			]
		}
	},
	{
		"playback": {
			"name": "L=10;%(400,400,425)",
			"type": "tone"
		}
	},
	{
		"hangup": ""
	}
]

Now, You can make an outbound call via our SIP Provider.

  • No labels