Te tenants: Difference between revisions

From MiRTA PBX documentation
Jump to navigation Jump to search
(Created page with "Table structure for te_tenants * te_id - id of the tenant * te_name - name of the tenant * te_code - code to identify the tenant in extensions, please use only letters and tr...")
 
No edit summary
Line 9: Line 9:
* te_payment_type - "Prepaid" or "Post Paid"
* te_payment_type - "Prepaid" or "Post Paid"
* te_rp_id - routing profile id, check [[rp_routingprofiles]]
* te_rp_id - routing profile id, check [[rp_routingprofiles]]
* te_billingcode` - a string helping you to manage integration with external billing software. It can be used as variable "BILLINGCODE"
* te_billingcode - a string helping you to manage integration with external billing software. It can be used as variable "BILLINGCODE"
* te_maxextensions` - maximal number of extensions allowed, use -1 to allow unlimited, 0 to disable this feature
* te_maxextensions - maximal number of extensions allowed, use -1 to allow unlimited, 0 to disable this feature
* te_maxivrs -  
* te_maxivrs -  
* te_maxhunts -
* te_maxhunts -
Line 20: Line 20:
* te_maxcampaigns -
* te_maxcampaigns -
* te_disabled - set to "on" to disable the tenant
* te_disabled - set to "on" to disable the tenant
* te_maxdids` -
* te_maxdids -
* te_maxmediafiles -
* te_maxmediafiles -
* te_maxconditions -
* te_maxconditions -

Revision as of 12:29, 12 October 2016

Table structure for te_tenants

  • te_id - id of the tenant
  • te_name - name of the tenant
  • te_code - code to identify the tenant in extensions, please use only letters and try avoid using digits.
  • te_alertemail - currently not used, it may be used later to alert the tenant
  • te_timezone - timezone
  • te_cl_id - client rate id, check cl_clientrates
  • te_payment_type - "Prepaid" or "Post Paid"
  • te_rp_id - routing profile id, check rp_routingprofiles
  • te_billingcode - a string helping you to manage integration with external billing software. It can be used as variable "BILLINGCODE"
  • te_maxextensions - maximal number of extensions allowed, use -1 to allow unlimited, 0 to disable this feature
  • te_maxivrs -
  • te_maxhunts -
  • te_maxconferences -
  • te_maxqueues -
  • te_maxdisas -
  • te_maxvoicemails -
  • te_maxchannels -
  • te_maxcampaigns -
  • te_disabled - set to "on" to disable the tenant
  • te_maxdids -
  • te_maxmediafiles -
  • te_maxconditions -
  • te_maxpagings -
  • te_maxflows -
  • te_maxcustoms -
  • te_maxfeatures -
  • te_maxshortnumbers -
  • te_maxcalleridblacklist -
  • te_maxagiscripts -
  • te_maxconduits -
  • te_maxphonebooks -
  • te_maxprovisioning -