SARK V4.0.0 Route

From sailpbx
Revision as of 09:20, 21 March 2013 by Adminwiki (talk | contribs)
Jump to: navigation, search

back to SARK v4.0.0 contents

Outbound Call Routing

SARK schedules outbound calls onto specific trunks which you specify in route entries in the Outbound Panel. A route entry consists of a dialplan (in regular Asterisk dialplan format), together with a list of up to 4 paths, or trunks, which the dialler will use to place a call. Paths are selected in sequence, so the dialler will always first despatch a qualifying call onto trunk #1 and only if the trunk is unavailable will it attempt to use trunk #2, trunk #3 and so on. The dialplan serves as a filter to select calls which this route will handle, for example national calls, premium rate calls and so on, indeed any class of dial which can be characterised by the digits that comprise it.

Out-of-the-box, SARK has a single default route defined. It is a general catch-all which will take any dialled number longer than 4 digits and attempt to route it to "None", i.e., nowhere.

V4 route 1.png

We can route this default trunk by simply specifying a trunk for it to use. For many applications that is enough, simply because there will often only be one physical trunk available to carry the calls and so everything will use that pathway.