Providers

From MiRTA PBX documentation
Revision as of 10:08, 13 November 2017 by Admin (talk | contribs) (Created page with "Admin Providers allows creating the needed data for any inbound and outbound provider used by the system. 400px Name - The name of the provider is jus...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Admin Providers allows creating the needed data for any inbound and outbound provider used by the system.

Provider1.png

Name - The name of the provider is just a label to refer to this provider in the system. Peer Name - This is how Asterisk will refer to the account associated with the Provider. It is really important to use just a single label. Never use an IP address or a FQDN, otherwise, you can experience some problems with provider selection. Technology - You can use different protocols for the provider. The most common and used one is SIP, but you can also use DAHDI, IAX2, LOCAL and SMS provider. For SMS providers you'll need to choose the protocol used. Additional Header - You can create several SIP headers to send together with the call. You can even use the Asterisk variables like ${TENANTCODE} or ${BILLINGCODE}, just to name the most common ones. CallerID Presentation - What kind of CallerID Presentation to show to the Provider Digits to Add - If you want to add a prefix before dialing with this provider. Usually, this is a "security" prefix some providers are requiring. This prefix will not show in the Call History Number of digits to Remove - How many digits to remove from the start of the dialed number Penalty - The Penalty is roughly the weighted number of calls processed by the system. Every time a call is processed by this provider, the Penalty is increased by the weight assigned to the rule. This value is only used for balancing calls over multiple providers. CallerID Modification - allows adjusting the CallerID for outbound calls. If you want to adjust the CallerID for inbound calls, you need to refer to the DID section CallerID allowed regex - permits to verify if the CallerID being used in the call is allowed or not. If not, the default CallerID for the tenant will be used