alter.ini 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515
  1. ; New MAC search options
  2. ; for only static hosts pool we must set NMLEASES like /var/log/messages, and like /var/db/dhcpd/dhcpd.leases for dynamic DHCP pools
  3. ; we recommend set it like /var/log/dhcpd.log previously configured DHCP logging as described in wiki
  4. NMLEASES = /var/log/messages
  5. ;mark for which new mac line will be detected
  6. NMLEASEMARK=""
  7. ; new mac report in mac change dialogue
  8. NMREP_INMACCHG=1
  9. ; simple mac change selector enabled
  10. SIMPLENEWMACSELECTOR=1
  11. ;show cities in address field
  12. CITY_DISPLAY=0
  13. ;zero apt handling
  14. ZERO_TOLERANCE=1
  15. ; docsis support
  16. DOCSIS_SUPPORT=0
  17. ; docsis modems network
  18. DOCSIS_MODEM_NETID=22
  19. ; paths for sources and compiled configs for docsis modems
  20. docsis_cm_source=multinet/cm_source/
  21. docsis_cm_bin=multinet/cm_bin/
  22. ; agents streets assigning 0 - disabled, only default agent. 1 - enabled, 2 - show in profile
  23. AGENTS_ASSIGN=1
  24. ;default agent ID
  25. DEFAULT_ASSIGN_AGENT=1
  26. ;Tariffs mask to exclude from assign report
  27. ;AGENT_ASSIGN_EXCLUDE_TARIFFS=""
  28. ; payments export enabling
  29. EXPORT_ENABLED=0
  30. ;don't touch this even you live on Mars ;)
  31. EXPORT_FROM_TIME=00:00:00
  32. EXPORT_TO_TIME=23:59:59
  33. ;export format
  34. EXPORT_FORMAT=xml
  35. ; export only positive payments
  36. EXPORT_ONLY_POSITIVE=1
  37. ;exporting data templates
  38. EXPORT_TEMPLATE=config/1c.xml
  39. EXPORT_TEMPLATE_HEAD=config/head-1c.xml
  40. EXPORT_TEMPLATE_END=config/end-1c.xml
  41. ;payments export and import encodings
  42. EXPORT_ENCODING=utf-8
  43. IMPORT_ENCODING=utf-8
  44. ;traffic size display, may be: "float", "b", "Kb", "Mb","Gb","Tb" (without qoutes)
  45. TRAFFSIZE= float
  46. ;reset user after tariff change
  47. TARIFFCHGRESET=1
  48. ;hide user passwords
  49. PASSWORDSHIDE=0
  50. ;True online detection via /content/dn
  51. DN_ONLINE_DETECT=0
  52. ;Human-readable payments note translation
  53. TRANSLATE_PAYMENTS_NOTES=1
  54. ;Highlight important fields in user profile
  55. HIGHLIGHT_IMPORTANT=0
  56. ;generate NMCHANGE script via tariffs report
  57. NMCHANGE=0
  58. ;OpenPayz support
  59. OPENPAYZ_SUPPORT=0
  60. ;OpenPayz manual mode?
  61. OPENPAYZ_MANUAL=0
  62. ;OpenPayz cash type
  63. OPENPAYZ_CASHTYPEID=1
  64. ;get payment id for each user from op_customers
  65. OPENPAYZ_REALID=1
  66. ;Hightlight today payments
  67. HIGHLIGHT_TODAY_PAYMENTS=1
  68. ;dont delete contracts with their users
  69. STRICT_CONTRACTS_PROTECT=1
  70. ;check is contract unique and not used anyway
  71. STRICT_CONTRACTS_UNIQUE=1
  72. ;Online module LAT column
  73. ONLINE_LAT=0
  74. ;Enable masssender?
  75. MASSSEND_ENABLED=0
  76. ;Native ticketing massender mode
  77. MASSSEND_SAFE=1
  78. ; credit limit
  79. STRICT_CREDIT_LIMIT=DISABLED
  80. ; user linking enabled?
  81. USER_LINKING_ENABLED=0
  82. ; which field used to linking users (IP, login... etc)
  83. USER_LINKING_FIELD="IP"
  84. ;Custom field ID for linking
  85. USER_LINKING_CFID=24
  86. ; merge tariff for linked users
  87. USER_LINKING_TARIFF=1
  88. ; merge user cash
  89. USER_LINKING_CASH=1
  90. ; merge credit
  91. USER_LINKING_CREDIT=1
  92. ;stargazer log path
  93. STG_LOG_PATH= /var/log/stargazer.log
  94. ;arping binary path
  95. ARPING="/usr/local/sbin/arping -v"
  96. ;arping interface
  97. ARPING_IFACE="-I rl0"
  98. ;arping extra options
  99. ARPING_EXTRA_OPTIONS="-c 10 -w 20000"
  100. ;arpdiag is enabled?
  101. ARPDIAG_ENABLED=0
  102. ;arpwatch log file
  103. ARPDIAG_LOG=/var/log/messages
  104. ;dont backup tables with this patterns, comma delimiter. Deprecated option.
  105. NOBACKUPTABLESLIKE="logs_,detailstat"
  106. ;can user customize taskbar icons size?
  107. TB_ICONCUSTOMSIZE=1
  108. ;put random MAC into manual mac change dialogue by default?
  109. MACCHANGERANDOMDEFAULT=1
  110. ;call resetUser function while CF is changed
  111. RESETONCFCHANGE=0
  112. ;call resetUser function while some tag added or deleted
  113. RESETONTAGCHANGE=0
  114. ;taskbar notify for new tickets
  115. TB_NEWTICKETNOTIFY=1
  116. ;Users list module mode. Possible values: 0 - module disabled. 1 - default safe render. 2 - ultra fast for large databases with caching.
  117. ONLINE_HP_MODE=1
  118. ;protected user registration mode, do not turn off this option!
  119. SAFE_REGMODE=1
  120. ;support tickets per page
  121. TICKETS_PERPAGE=50
  122. ;Fast finance link
  123. FAST_CASH_LINK=0
  124. ;Wireless APs signal monitor enabled?
  125. MTSIGMON_ENABLED=0
  126. ;Wireless APs signal monitor quick links enabled?
  127. MTSIGMON_QUICK_AP_LINKS=1
  128. ;Automatically poll subscribers CPEs, same as APs(might affect storage usage and time length of polling)
  129. MTSIGMON_CPE_AUTOPOLL=0
  130. ;Is singnup request service enabled?
  131. SIGREQ_ENABLED=0
  132. ;switch ping cache
  133. SW_PINGTIMEOUT=20
  134. ;taskbar switch monitoring
  135. TB_SWITCHMON=1
  136. ;is Ubilling remote API enabled?
  137. REMOTEAPI_ENABLED=1
  138. ;Is mass reset module enabled?
  139. MASSRESET_ENABLED=0
  140. ;mac vendor lookup enabled?
  141. MACVEN_ENABLED=1
  142. ;uncomment following option and set in "1" to use old macvendorlookup.com API instead of searchmac.com
  143. ;MACVEN_OLD=0
  144. ;show task create interface in user profile
  145. CREATETASK_IN_PROFILE=1
  146. ;show passport data in user profile
  147. PASSPDATA_IN_PROFILE=0
  148. ;notification of suspicious payments
  149. SUSP_PAYMENTS_NOTIFY=0
  150. ;labeled taskbar icons
  151. TB_LABELED=1
  152. ;discounts support enabled?
  153. DISCOUNTS_ENABLED=0
  154. ;discount operation type, may be "ADD" or "CORR"
  155. DISCOUNT_OPERATION="CORR"
  156. ;discount payment cash type id
  157. DISCOUNT_CASHTYPEID=1
  158. ;uncomment following option to process discounts by previous month payments
  159. ;DISCOUNT_PREVMONTH=1
  160. ;Enable this option for daily discounts processing.
  161. DISCOUNT_DAILY=0
  162. ;login generation options.
  163. LOGIN_GENERATION=DEFAULT
  164. ;password generation size
  165. PASSWORD_GENERATION_LENGHT=8
  166. ;passwords security level - 1 just random string passwords, 0 - only digits, 2 - user-friendly passwords, 3 - two-handed passwords.
  167. PASSWORD_TYPE=1
  168. ;is enabled switches map?
  169. SWYMAP_ENABLED=1
  170. ;strict search options (comma delimiter), possible values: realname,login,phone,mobile,email,note,contract,ip,mac
  171. SEARCH_STRICT="contract"
  172. ;see no dead people
  173. DEAD_HIDE=0
  174. ;Dont export dead users to Userside
  175. DEAD_HIDE_USERSIDE=0
  176. ;dead people mark tag id
  177. DEAD_TAGID=34
  178. ;taskbar checks for unread messages
  179. TB_UBIM=1
  180. ;taskbar periodic refresh to notify unread messages - disabled if 0
  181. TB_UBIM_REFRESH=0
  182. ;instant messenger ajax refresh timeout in seconds - disabled if 0
  183. UBIM_REFRESH=60
  184. ;default gravatar for users without account. Possible values: monsterid, robohash, wavatar, mm, identicon, retro, blank or your own URL
  185. GRAVATAR_DEFAULT="monsterid"
  186. ;Query remains in SQL console after exec
  187. DEVCON_SQL_KEEP=0
  188. ;Verbose debug data in developers console
  189. DEVCON_VERBOSE_DEBUG=1
  190. ;contract number in finance report
  191. FINREP_CONTRACT=0
  192. ;automatic credit limit after change tariff
  193. TARIFFCHGAUTOCREDIT=0
  194. ;Show users contract in signup report
  195. SIGREP_CONTRACT=0
  196. ; TurboSMS gateway address
  197. TSMS_GATEWAY="94.249.146.189"
  198. ;Working database name
  199. TSMS_DB="users"
  200. ;User login to access TurboSMS gateway
  201. TSMS_LOGIN="mylogin"
  202. ;User password for access TurboSMS gateway
  203. TSMS_PASSWORD="newpassword"
  204. ;MikroTik extended support enabled?
  205. MIKROTIK_SUPPORT=1
  206. ;Enable BURST
  207. BURST_ENABLED=0
  208. ;Path to snmpwalk with needed options
  209. SNMPWALK_PATH="/usr/local/bin/snmpwalk -On -v2c"
  210. ;Time to store SNMP raw data cache in minutes
  211. SNMPCACHE_TIME=60
  212. ;Contract generation mode
  213. CONTRACT_GENERATION_DEFAULT=1
  214. ;Round user cash:
  215. ROUND_PROFILE_CASH=0
  216. ;Switch port assign in user profile
  217. SWITCHPORT_IN_PROFILE=0
  218. ;Payment cards functionality enabled
  219. PAYMENTCARDS_ENABLED=0
  220. ;Partial address autocomplete search
  221. SEARCHADDR_AUTOCOMPLETE=1
  222. ;AskoziaPBX support enabled?
  223. ASKOZIA_ENABLED=0
  224. ;Askozia custom options (local peers prefix,external gateways prefix,groups prefix,parking prefix)
  225. ;ASKOZIA_CUSTOM="1,2,3,7"
  226. ;control groups of numbers which require additional per-number stats
  227. ;ASKOZIA_CONTROLGROUPS="301,304"
  228. ;Uncomment to enable Askozia module debug mode
  229. ;ASKOZIA_DEBUG=1
  230. ;Contract additional search fields
  231. SEARCH_CUSTOM_CONTRACT=0
  232. ;Asterisk PBX support enabled?
  233. ASTERISK_ENABLED=0
  234. ;path to nmap
  235. NMAP_PATH="/usr/local/bin/nmap"
  236. ;only users with root rights can use set cash option
  237. SETCASH_ONLY_ROOT=0
  238. ;dynamic shaper is enabled?
  239. DSHAPER_ENABLED=0
  240. ;is watchdog enabled?
  241. WATCHDOG_ENABLED=0
  242. ;Auto freezing cash limit for autofreeze. And used as month count for autofreezemonth.
  243. AUTOFREEZE_CASH_LIMIT="-20"
  244. ;set contract same as login by default after user register
  245. CONTRACT_SAME_AS_LOGIN=0
  246. ;capabilities directory enabled
  247. CAPABDIR_ENABLED=0
  248. ;self credit report enabled?
  249. SCREP_ENABLED=1
  250. ;Complex services enabled
  251. COMPLEX_ENABLED=0
  252. ;Complex tariffs masks - coma delimiter
  253. COMPLEX_MASKS="Easter"
  254. ;Complex tariffs flags CFIDS - "contract,enabled flag"
  255. COMPLEX_CFIDS=""
  256. ;Push DN data to content/dn while fullhostscan remote API call
  257. DN_FULLHOSTSCAN=1
  258. ;Enable parsing of .docx documents
  259. DOCX_SUPPORT=0
  260. ;value-added tax rate percent for document templates
  261. DOCX_NDS=20
  262. ;additional services printable within documents, separator - comma
  263. DOCX_SERVICES="Інтернет,Єдинороги"
  264. ;Enable parsing of check in docx format
  265. DOCX_CHECK=0
  266. ;Enables thermal printers separate check parsing from printcheck_th.docx template
  267. DOCX_CHECK_TH=0
  268. ;Full address list caching time in minutes
  269. ADDRESS_CACHE_TIME=30
  270. ;administrator logins that can delete payments, comma separated
  271. CAN_DELETE_PAYMENTS=""
  272. ;extended builds management
  273. BUILD_EXTENDED=0
  274. ;build ownership type - comma separated
  275. BUILD_OWNERS="ОСББ,Приватний"
  276. ;build extended options in format "max floors,max entrances"
  277. BUILD_EXTOPTS="16,12"
  278. ;UKV functionality enabled
  279. UKV_ENABLED=0
  280. ;UKV bank statements payment ID for OschadBank
  281. UKV_BS_PAYID=3
  282. ;UKV bank statements payment ID for PrivatBank
  283. UKV_BSPB_PAYID=2
  284. ;UKV max debt limit
  285. UKV_MONTH_DEBTLIMIT=2
  286. ;Signup payments managenent
  287. SIGNUP_PAYMENTS = 0
  288. ;Signup cashtype id
  289. SIGNUP_TYPEID = 7
  290. ;switch ping custom script - must return 1/0
  291. SWITCH_PING_CUSTOM_SCRIPT=""
  292. ;Is userstats announcements management enabled?
  293. ANNOUNCEMENTS=0
  294. ;idle auto logout timeout in minutes, if 0 - disabled
  295. AUTO_LOGOUT_IDLE=0
  296. ;administrator logins for exclude of idle auto logout. comma separated.
  297. AUTO_LOGOUT_EXCLUDE=""
  298. ; Is VOLS module enabled?
  299. VOLS_ENABLED = 0
  300. ; is corporate users management enabled?
  301. CORPS_ENABLED=0
  302. ;finance report and payment search show tariff column
  303. FINREP_TARIFF=0
  304. ;extended networks and pools management
  305. NETWORKS_EXT=0
  306. ;Controls easy credit option. Days to set credit in one click. 0 - disabled.
  307. EASY_CREDIT=0
  308. ;Optional option. Uncommenting leads to double-reset when the manually change the MAC address.
  309. ;MACCHGDOUBLEKILL=1
  310. ;Colorize profile cash
  311. COLORIZE_PROFILE_CASH=0
  312. ;Show LAT field in user profile?
  313. PROFILE_LAT=0
  314. ;Optional option. report_sysload custom monitoring scripts. Format "name1:path1,name2:path2"
  315. ;SYSLOAD_CUSTOM_SCRIPTS=""
  316. ;Save Online module state between refreshes?
  317. ONLINE_SAVE_STATE=0
  318. ;Optional option. Linux only. Used by pl_scinfo module for extracting speed from local SC shaper. Describes full path to sc.
  319. ;SC=""
  320. ;Taskbar sticky notes module enabled?
  321. STICKY_NOTES_ENABLED=1
  322. ;Show contract date in profile?
  323. CONTRACTDATE_IN_PROFILE=0
  324. ;Additional comments functionality enabled?
  325. ADCOMMENTS_ENABLED=1
  326. ;mysqldump system command path
  327. MYSQLDUMP_PATH="/usr/local/bin/mysqldump"
  328. ;mysql system command path
  329. MYSQL_PATH="/usr/local/bin/mysql"
  330. ;VLAN pools extended management enabled?
  331. VLANGEN_SUPPORT=0
  332. ;System photostorage enabled?
  333. PHOTOSTORAGE_ENABLED=1
  334. ;Online module alternate view. Just custom option that aligns table data middle, and moves address to next row
  335. ;ONLINE_ALTERNATE_VIEW=1
  336. ;administrator logins that can edit payments, comma separated
  337. CAN_EDIT_PAYMENTS=""
  338. ;is GlobalSearch enabled?
  339. GLOBALSEARCH_ENABLED=1
  340. ;GlobalSearch fields, comma separated. Possible fields: address,realname,ip,mac,contract,phone,mobile,login,seal,paymentid,address_extend
  341. GLOBALSEARCH_FIELDS="address,realname,ip,mac"
  342. ;GlobalSearch caching timeout in minutes
  343. GLOBALSEARCH_CACHE=60
  344. ;Show vlan in user profil
  345. VLAN_IN_PROFILE=0
  346. ;switch vlangen auto configuration
  347. SWITCH_AUTOCONFIG=0
  348. ;snmpset binary path
  349. SNMPSET_PATH="/usr/local/bin/snmpset -On -v2c"
  350. ;SNMP operation mode. Possible values: system, native, class
  351. SNMP_MODE=system
  352. ;SNMP walk background mode
  353. SNMPWALK_BACKGROUND=0
  354. ;Connection details module is enabled?
  355. CONDET_ENABLED=0
  356. ;Connection details in user profile
  357. CONDET_IN_PROFILE=0
  358. ;Optional option - disables linkify into instant messaging module
  359. ;UBIM_NO_LINKIFY=1
  360. ;Is custom maps module enabled?
  361. CUSTMAP_ENABLED=0
  362. ;Is PON support aka PONizer enabled?
  363. PON_ENABLED=0
  364. ;Is Cumulative discounts enabled? Possible values: 0 - disabled, 1- enabled + textlog, 2-additional SQL logging (slow, only for debug)
  365. CUD_ENABLED=0
  366. ;Cumulative discounts period
  367. CUD_PULLDAYS=30
  368. ;Cumulative discounts percent per alive period
  369. CUD_PERCENT=1
  370. ;Cumulative discounts percent upper limit
  371. CUD_PERCENTLIMIT=10
  372. ;Cumulative discounts payment type ID
  373. CUD_PAYID=1
  374. ;Cumulative discounts custom profile field ID (overloads, natural discount)
  375. CUD_CFID=""
  376. ;Cumulative discounts payouts operations type. Possible values: "ADD" - just add cash or "CORR" - balance correction.
  377. CUD_OPERATION="ADD"
  378. ;Process cumulative discounts only with some tag assigned
  379. CUD_ONLY_TAGID=0
  380. ;Crime and punishment enabled?
  381. CAP_ENABLED=0
  382. ;Days limit to push penalty
  383. CAP_DAYLIMIT=30
  384. ;Penalty percent
  385. CAP_PENALTY_PERCENT=0
  386. ;Penalty cash summ
  387. CAP_PENALTY=20
  388. ;Payment type for crime and punishment fees
  389. CAP_PAYID=1
  390. ;Crime and punishment ignores frozen users?
  391. CAP_IGNOREFROZEN=1
  392. ;System caching engine storage, possible values: files, memcached, fake, redis
  393. UBCACHE_STORAGE=files
  394. ;Optional memcached settings
  395. ;MEMCACHED_SERVER=localhost
  396. ;MEMCACHED_PORT=11211
  397. ;Optional option - debug mode of UbillingCache. Significantly reduces performance.
  398. ;UBCACHE_DEBUG=1
  399. ;Optional setting - enables/disables google charts. Enabled by default.
  400. ;GCHARTS_ENABLED=1
  401. ;Optional setting.Must be set to 1 if SpreadFee = yes in /etc/stargazer.conf
  402. ;SPREAD_FEE=0
  403. ;Optional option - disables ADcomments indicator in user profile
  404. ;NO_ADCOMMENTS_IN_PROFILE=1
  405. ;Set pvid on onu port (ony bdcom)
  406. ONUAUTO_CONFIG=0
  407. ;Actions per city
  408. PER_CITY_ACTION=0
  409. ;Is salary accounting enabled?
  410. SALARY_ENABLED=0
  411. ;Undone tasks availability notification enabled? Possible values: 0 - disabled, 1 - tasks only for me, 2 - all undone tasks, 3 - tasks for me + all
  412. TB_TASKMANNOTIFY=0
  413. ;Is funeral service enabled? (requires valied DEAD_TAGID option). 0 - disabled, 1 - enabled, 2 - burial of users on register, 3 - set cash to 0 on burial.
  414. CEMETERY_ENABLED=0
  415. ;Display tariff info in user profile?
  416. TARIFFINFO_IN_PROFILE=1
  417. ;Is phonebook module enabled?
  418. PHONEBOOK_ENABLED=0
  419. ;Is warehouse accounting enabled?
  420. WAREHOUSE_ENABLED=0
  421. ;Enable sms reminder?
  422. ;0 - off
  423. ;1 - actual service expiration is processed and then other services are processed, according to enabled/disabled options
  424. ;2 - actual service expiration is NOT processed, ONLY other services are processed, according to enabled/disabled options
  425. REMINDER_ENABLED=0
  426. ;Tagid for sms reminder (should be same as in userstats.ini)
  427. REMINDER_TAGID=36
  428. ;Threshold of days to remind
  429. REMINDER_DAYS_THRESHOLD=2
  430. ;Prefix for mobile phones, default empty
  431. REMINDER_PREFIX="+38"
  432. ;Template for sms reminder
  433. REMINDER_TEMPLATE="Shanovnij abonent {REALNAME} stan vashogo rahunku {CASH} hrn {CURDATE}"
  434. ;Force remider to transliterate messages
  435. REMINDER_FORCE_TRANSLIT=1
  436. ;Reminder will use external mobiles
  437. ;REMINDER_USE_EXTMOBILES=0
  438. ;Consider user's credit if credit set? Modes: 0 - OFF, 1 - ON
  439. ;REMINDER_CONSIDER_CREDIT=0
  440. ;Threshold of days to remind before credit end. REMINDER_DAYS_THRESHOLD used if this option is omitted. Optional option.
  441. ;REMINDER_DAYS_THRESHOLD_CREDIT=2
  442. ;Same as template for sms reminder, but when credit is considered. You may skip this option and use REMINDER_TEMPLATE only. Optional option.
  443. ;REMINDER_TEMPLATE_CREDIT="Shanovnij abonent {REALNAME} vash credyt {CREDIT} mayge vycherpano"
  444. ;Consider crime and punishment users? Modes: 0 - OFF, 1 - ON
  445. ;REMINDER_CONSIDER_CAP=0
  446. ;Threshold of days to remind before crime and punishment happens. REMINDER_DAYS_THRESHOLD used if this option is omitted. Optional option.
  447. ;REMINDER_DAYS_THRESHOLD_CAP=5
  448. ;Same as template for sms reminder, but when CAP is considered. You may skip this option and use REMINDER_TEMPLATE only. Optional option.
  449. ;REMINDER_TEMPLATE_CAP="Shanovnij abonent {REALNAME} popovnit rahunok dlya zapobigannya shtrafu za neaktyvnist"
  450. ;Consider users who's available freeze days running out. Works with FREEZE_DAYS_CHARGE_ENABLED only. Modes: 0 - OFF, 1 - ON
  451. ;REMINDER_CONSIDER_FROZEN=0
  452. ;Threshold of days to remind before available freeze days will run out. REMINDER_DAYS_THRESHOLD used if this option is omitted. Optional option.
  453. ;REMINDER_DAYS_THRESHOLD_FROZEN=15
  454. ;Same as template for sms reminder, but when frozen considered. You may skip this option and use REMINDER_TEMPLATE only. Optional option.
  455. ;REMINDER_TEMPLATE_FROZEN="Shanovnij abonent {REALNAME}, zvernit uvagu, scho vashi dni zamorozky mayge vycherpano"
  456. ;Enables reminder module debugging and events logging to main weblog
  457. ;REMINDER_DEBUG_ENABLED=0
  458. ;Enable PrivatBank invoices sending functionality
  459. ;Either REMINDER_PBI_ONLY_TAG_ID or REMINDER_PBI_AND_SMS_TAG_ID should be used for actual PB invoices sending
  460. ;REMINDER_PRIVATBANK_INVOICE_PUSH=0
  461. ;PrivatBank Invoice service auth login
  462. ;REMINDER_PBI_AUTH_LOGIN=""
  463. ;PrivatBank Invoice service URL
  464. ;REMINDER_PBI_URL="https://irc.privatbank.ua/paygatews/invoice/process.ws"
  465. ;Multiplier for a day-fee tariffs(in case you want to show a monthly or weekly or whatever-range fee to user)
  466. ;REMINDER_PBI_DAY_TARIFF_MULTIPLIER=30
  467. ;TagID which should be assigned to user to send PB invoices(without sending SMS)
  468. ;REMINDER_PBI_ONLY_TAG_ID=101
  469. ;TagID which should be assigned to user to send both PB invoices and SMS
  470. ;REMINDER_PBI_AND_SMS_TAG_ID=111
  471. ;Coma-delimited list(WITHOUT any whitespaces) of OpenPayz payment systems that will be used to filter the users which will receive the PrivatBank invoices
  472. ;Paysys names should be written exactly as they look like in your OPENPAYZ module(usually in CAPS mode)
  473. ;Leaving it blank will means no PaySys filtering is used
  474. ;Paysys names listed below are for REFERENCE ONLY - replace them with the ones relevant to your system
  475. ;REMINDER_PBI_USER_FILTER_PAYSYS_LIST="PRIVATX,PRIVATX_MULTI,PRIVATX_STRICT"
  476. ;Is friendship subsystem enabled?
  477. FRIENDSHIP_ENABLED=0
  478. ;Percent accured on the balcnce by friendly user payments
  479. FRIENDSHIP_PERCENT=10
  480. ;Payment type ID for friendship payments
  481. FRIENDSHIP_CASHTYPEID=1
  482. ;Per month cost for frozen payments
  483. FREEZEMONTH_COST=20
  484. ;Payment type ID for frozen payments
  485. FREEZEMONTH_CASHTYPE=1
  486. ;Charge freeze payment from users with certain tags only. You may use several tags separated with coma. Optional option.
  487. ;FREEZEMONTH_ONLY_TAG="10,11,42"
  488. ;Charge freeze payment excluding users with certain tags. You may use several tags separated with coma. Optional option.
  489. ;FREEZEMONTH_EXCLUDE_TAG="12,13,44"
  490. ;Enter tagid for distinguish users in per city actions witch it's colors, comma separated
  491. ;ALLOWED_COLORS="1,2,3"
  492. ;Is userside API requests enabled?
  493. USERSIDE_API=1
  494. ;Template currency, used for bills printing
  495. ;TEMPLATE_CURRENCY=UAH
  496. ;History of changed users mac address
  497. VLANMACHISTORY=0
  498. ;Show vlan online status in profile
  499. VLAN_ONLINE_IN_PROFILE=0
  500. ;Show PON Signal in profile
  501. SIGNAL_IN_PROFILE=0
  502. ;Show user assigned ONU info between other profile fields in compact view.
  503. SIGNAL_IN_PROFILE_COMPACT=0
  504. ;Is delayed per-user actions management enabled?
  505. DEALWITHIT_ENABLED=1
  506. ;Is Megogo service enabled?
  507. MG_ENABLED=0
  508. ;Megogo partner ID
  509. MG_PARTNERID="testpartner"
  510. ;Megogo users prefix
  511. MG_PREFIX="OurISP"
  512. ;Basic mail domain, requied for automatic web registering of user.
  513. MG_DOMAIN=""
  514. ;Megogo auth salt
  515. MG_SALT="guessmeifyoucan"
  516. ;Megogo accounting type: 0 - per month, 1 - spread fee, and subscription fee will be charged for one day
  517. MG_SPREAD=0
  518. ;Megogo partner profit default percent.
  519. MG_PERCENT=15
  520. ;Custom tariff pricing percents. Format: "tariffid1:percent1, tariffid2:percent2". Optional option.
  521. ;MG_CUSTOM_PERCENTS="9:10"
  522. ;Set subscription free period strict days limit.
  523. MG_FREEPERIOD_DAYS=14
  524. ;Optional option - uncomment it for fast switch navigation control
  525. SW_WEBNAV=1
  526. ;Optional option - uncomment it for allow manual setting negative credit for users.
  527. ;NEGATIVE_CREDIT_ALLOWED=1
  528. ;Allow custom IP selection for existing users
  529. ;IP_CUSTOM_SELECT=1
  530. ;Optional option - uncomment to contracts autogeneration due user registration. Contract number deneration mode
  531. ;depends CONTRACT_GENERATION_DEFAULT option state.
  532. ;CONTRACT_AUTOGEN=1
  533. ;Optional option - uncomment to enable fast FDB cache MAC search from user profile
  534. ;FDB_SEARCH_IN_PROFILE=1
  535. ;Is exestential horse enabled?
  536. EXHORSE_ENABLED=1
  537. ;UKV illegal users tariff id
  538. UKV_ILLEGAL_TARIFFID=10
  539. ;UKV complex users tariff id
  540. UKV_COMPLEX_TARIFFID=11
  541. ;UKV socail service tariff id
  542. UKV_SOCIAL_TARIFFID=1
  543. ;Extended switches - enabled RemoteID management and switch uplinks detailed configuration.
  544. ;Possible values: 0 - disabled, 1 - enabled, 2 - show uplink port in uplink type description, 3 - show uplink port as separate column.
  545. SWITCHES_EXTENDED=1
  546. ;Tech support working hours
  547. WORKING_HOURS="09:00-20:00"
  548. ;Extended tariffs report - with speed, period and fee columns
  549. TARIFF_REPORT_FULL=0
  550. ;Is SendDog subsystem enabled?
  551. SENDDOG_ENABLED=0
  552. ;Custom techical support interface API
  553. TSUPPORT_API=0
  554. ;Show administrators names in some modules
  555. ADMIN_NAMES=1
  556. ;Tasks report enabled?
  557. TASKREPORT_ENABLED=0
  558. ;Tasks jobtype IDs for report - comma separated
  559. TASKREPORT_JOBTYPES=19,18
  560. ;Tasks jobtype IDs of signup type - comma separated
  561. TASKREPORT_SIGNUPJOBTYPES=19,12
  562. ;Notes tag IDs which will be task notes - comma separated
  563. TASKREPORT_NOTESTAGIDS=31,32
  564. ;Signup payments cashtype ID. May be 0 - then will be loaded from connection details module
  565. TASKREPORT_SIGPAYID=3
  566. ;Optional option - salary tax rates multiplier
  567. ;TASKREPORT_SALARY_MULTIPLIER="1.5"
  568. ;Is police dog enabled?
  569. POLICEDOG_ENABLED=0
  570. ;Optional option - uncomment to set switch ping interval in minutes
  571. ;SWITCH_PING_INTERVAL=20
  572. ;Is branches support enabled?
  573. BRANCHES_ENABLED=0
  574. ;Optional option. Default cities loading order. Possible values: name, namerev, id, idrev, alias, aliasrev, default
  575. ;CITY_ORDER=default
  576. ;Is ONU master module enabled?
  577. ONU_MASTER_ENABLED=0
  578. ;Enable adding description to onu from vlan assignment module
  579. ONUAUTO_CONFIG_DESCRIBE=0
  580. ;Enable rebootin onu from vlan assignment module
  581. ONUAUTO_CONFIG_REBOOT=0
  582. ;Enable deleting onu from onu master module
  583. ONUAUTO_CONFIG_DELETE=0
  584. ;Enable deregistering onu from onu master module
  585. ONUAUTO_CONFIG_DEREGISTER=0
  586. ;DLP Disable lan port
  587. ONUAUTO_CONFIG_DLP=0
  588. ;ELP Enable lan port
  589. ONUAUTO_CONFIG_ELP=0
  590. ;Enables deal with it tasks display in user profile
  591. DEALWITHIT_IN_PROFILE=0
  592. ;Optional option - uncomment to ignore non mobile numbers in WhyDoYouCall user guessing
  593. ;WDYC_ONLY_MOBILE=1
  594. ;Newly created streets alias autogeneration
  595. STREETS_ALIAS_AUTOGEN=1
  596. ;Checked telegram checkbox on task creation form
  597. TASKMAN_TELEGRAM_PROFILE_CHECK=0
  598. ;Automatic sets time and date for new task
  599. TASKMAN_NEWTASK_AUTOTIME=0
  600. ;Alternate ordering of employees on new task creation
  601. TASKMAN_NEWTASK_EMPSORT=0
  602. ;Show users freezing state in online module?
  603. ONLINE_SHOW_FREEZE=0
  604. ;Enables fast SMS sending to user directly from his profile. Possible values: 0 - disabled, 1 - enabled, 2 - translit checkbox unset by default.
  605. EASY_SMS=0
  606. ;Is NAS monitoring enabled?
  607. NASMON_ENABLED=1
  608. ;Is exclusive database lock is enabled (new user/change ip)?
  609. DB_LOCK_ENABLED=1
  610. ;Is PON ONU auto assign on user register enabled?
  611. ONUAUTO_USERREG=0
  612. ;Check of ONU linked users with OLT fdb
  613. PON_USERLINK_CHECK=0
  614. ;Is client side wifi equipment accounting enabled?
  615. WIFICPE_ENABLED=0
  616. ;Tariff mask for wifi users which need to CPE accounting
  617. ;WIFICPE_TARIFFMASK="WiFi"
  618. ;Cache mac address vendors?
  619. MACVEN_CACHE=1
  620. ;Hard user reset enabled? Forcibly enables and disables user if some params keeps him disconnedcted.
  621. RESETHARD=1
  622. ;Optional option. Makes IP field looking like manual PON port input.
  623. ;PON_ONUIPASIF=1
  624. ;Enable polls
  625. POLLS_ENABLED=0
  626. ;Use only device models with "ONU" string in ONU models list
  627. ONUMODELS_FILTER=1
  628. ;Is SORM Yahont integration enabled?
  629. SORM_ENABLED=0
  630. ;Is ONU register module is enabled?
  631. ONUREG_ZTE=0
  632. ;Optional option. Task manager default display options. Possible values are: month (default), basicWeek, basicDay,
  633. ;agendaWeek, agendaDay, listYear, listMonth, listWeek, listDay
  634. ;TASKMAN_DEFAULT_VIEW="month"
  635. ;Support of additional mobile phones for users
  636. MOBILES_EXT=1
  637. ;Is SMSZilla enabled?
  638. SMSZILLA_ENABLED=0
  639. ;Optional option - sets international number format mobile full length witout + symbol.
  640. ;SMSZILLA_MOBILE_LEN=12
  641. ;Optional option - sets country code without + symbol.
  642. ;SMSZILLA_COUNTRY_CODE="380"
  643. ;Optional option - disables cached data usage.
  644. ;SMSZILLA_NOCACHE=1
  645. ;Is LDAP manager enabled?
  646. LDAPMGR_ENABLED=0
  647. ;Are quick OLT links enabled?
  648. PON_QUICK_OLT_LINKS=1
  649. ;Is individual OLT repoll via AJAX enabled?
  650. PON_OLT_INDIVIDUAL_REPOLL_AJAX=1
  651. ;Is PON signal history charts spoiler initially closed?
  652. PON_ONU_CHARTS_SPOILER_CLOSED=0
  653. ;Are freeze days limited and count of them is enabled?
  654. FREEZE_DAYS_CHARGE_ENABLED=0
  655. ;Amount of days initially available for user(can be individually changed from userprofile)
  656. FREEZE_DAYS_INITIAL_AMOUNT=365
  657. ;Amount of days user has to work to get the amount of freeze days again after he
  658. ;spents out all his available freeze days(can be individually changed from userprofile)
  659. FREEZE_DAYS_WORK_TO_RESTORE=120
  660. ;Show on UKV module registration user date
  661. UKV_SHOW_REG_DATA=0
  662. ;Show Contract field in users online table
  663. ONLINE_SHOW_CONTRACT_FIELD=0
  664. ;Show Contract date in users online table. ONLINE_SHOW_CONTRACT_FIELD mus be enabled
  665. ONLINE_SHOW_CONTRACT_DATE=0
  666. ;Is MultiGen FreeRADIUS abstraction enabled?
  667. MULTIGEN_ENABLED=0
  668. ;Is multigen logging enabled? Optional option. Uncomment to enable.
  669. ;MULTIGEN_LOGGING=1
  670. ;Sets radclient path and options
  671. MULTIGEN_RADCLIENT="/usr/local/bin/radclient -r 3 -t 1"
  672. ;Disables autocommit, runs all data handling as single transaction with explict commit.
  673. ;MULTIGEN_MAKE_INNODB_GREAT_AGAIN=1
  674. ;Show unfinished accounting records by default
  675. ;MULTIGEN_UNFACCT=1
  676. ;Default accounting interval in days
  677. ;MULTIGEN_DAYSACCT=30
  678. ;Additional fields from accounting to load and show
  679. ;MULTIGEN_FIELDSACCT="acctuniqueid,acctupdatetime"
  680. ;Multigen usernames caching timeout. May improve accounting performance.
  681. ;MULTIGEN_UNTIMEOUT=3600
  682. ;Is districts directory enabled?
  683. DISTRICTS_ENABLED=0
  684. ;Show user districts in profile?
  685. DISRTICTS_IN_PROFILE=0
  686. ;Is receiving and displaying the MAC address of the devices by the SNMP enabled?
  687. SWITCHES_SNMP_MAC_EXORCISM=0
  688. ;Optional option: hides contract from user profile.
  689. ;CONTRACT_PROFILE_HIDE=1
  690. ;Optional option: enables prepaid traffic display in user profile
  691. ;FREEMB_IN_PROFILE=1
  692. ;PON OLT max ONU per port
  693. PON_ONU_PORT_MAX=64
  694. ;Is sms history enabled?
  695. SMS_HISTORY_ON=0
  696. ;If message was send more then SMS_CHECKSTATUS_EXPIRE_DAYS days ago - no check status performed for it
  697. SMS_CHECKSTATUS_EXPIRE_DAYS=7
  698. ;Autoload of Access Point data in user's profile is enabled?
  699. ;Better to be hold OFF 'cause may greatly affect time loading of user's profile if AP is not online
  700. USERPROFILE_APINFO_AUTOLOAD=0
  701. ;Show additional filters for TASKMAN
  702. TASKMAN_ADV_FILTERS=0
  703. ;Is One-Punch Scripts RemoteAPI calls enabled?
  704. ONEPUNCH_ENABLED=1
  705. ;Is mobile field filter disabled?
  706. ;MOBILE_FILTERS_DISABLED=1
  707. ;Optional option - uncomment for changing virtual services cashtype
  708. ;VSERVICES_CASHTYPEID=1
  709. ;Enables display of last activity time when ONLINE_SHOW_FREEZE option enabled.
  710. ;ONLINE_SHOW_FREEZE_LAT=0
  711. ;Try to get Mikrotik RouterOS version before API connect(experimental feature)
  712. ;If ROUTEROS_VERSION_TELEPATHY is on and RouterOS version still can't be gotten - NAS config option for connect will be used
  713. ROUTEROS_VERSION_TELEPATHY=1
  714. ;Mikrotik RouterOS WEB port to get RouterOS version
  715. ROUTEROS_VERSION_GET_WEB_PORT="80"
  716. ;Mikrotik RouterOS SNMP community to get RouterOS version
  717. ROUTEROS_VERSION_GET_SNMP_COMMUNITY="public"
  718. ;Make IP service dropdown lists ordered by description
  719. DROPDOWN_LISTS_IPSERVICE_ORDER_BY_DESCR=0
  720. ;Is it possible to enter MAC address while registering a user
  721. USERREG_MAC_INPUT_ENABLED=0
  722. ;Enable alternative global search (SphinxSearch)?
  723. SPHINX_SEARCH_ENABLED=0
  724. ;SphinxSearch host ip address
  725. SPHINX_SEARCH_HOST="127.0.0.1"
  726. ;SphinxSearch SQL port to connect (default 9306)
  727. SPHINX_SEARCH_SQL_PORT="9306"
  728. ;SphinxSearch user (default empty)
  729. SPHINX_SEARCH_USER=""
  730. ;SphinxSearch password (default empty)
  731. SPHINX_SEARCH_PASSWORD=""
  732. ;SphinxSearch database (default empty)
  733. SPHINX_SEARCH_DB=""
  734. ;SphinxSearch indexes to search (not enabled by default: contract,paymentid,macdot,macminus)
  735. ;SPHINX_SEARCH_INDEXES="ip,mac,realname,login,fulladdress,mobile,phone"
  736. ;SphinxSearch reply limit
  737. ;SPHINX_SEARCH_LIMIT=100
  738. ;Change style of ponizer module to legacy (all OLTs in one table). Available options - 0 - normal view, 1 - legacy view, 2 - legacy with OLT.
  739. PONIZER_LEGACY_VIEW=0
  740. ;SphinxSearch additional parameters for sorting search result
  741. SPHINX_SEARCH_SORT="GROUP BY `id`,`title`"
  742. ;Is whiteboard enabled?
  743. WHITEBOARD_ENABLED=0
  744. ;Is OmegaTV module enabled now?
  745. OMEGATV_ENABLED=0
  746. ;Another OmegaTV options.
  747. OMEGATV_PUBLIC_KEY=""
  748. OMEGATV_PRIVATE_KEY=""
  749. OMEGATV_TARIFFSBUNDLE="YobaTV"
  750. ;Is low level API debugging enabled?
  751. ;OMEGATV_DEBUG=1
  752. ;Optional option. Use only street/build autocomplete data in task creation form for better performance
  753. ;TASKMAN_SHORT_AUTOCOMPLETE=1
  754. ;Is QinQ management enabled?
  755. QINQ_ENABLED=0
  756. ;Enables using of advanced control of sms services
  757. SMS_SERVICES_ADVANCED_ENABLED=0
  758. ;Optional. Sets SMS services bindings cache lifetime in seconds. Half of an hour is by default.
  759. ;SMS_SERVICES_BINDINGS_CACHE_LIFETIME=1800
  760. ;Is bankstaMD enabled?
  761. BANKSTAMD_ENABLED=0
  762. ;Some optional options for bankstamd like payment type id or debug flag
  763. ;BANKSTAMD_PAYID=3
  764. ;BANKSTAMD_DEBUG=1
  765. ;Bankstamd some custom options. Skip rows, contract, realname, address, summ, date, numfilter contract. "|" - delimiter.
  766. ;BANKSTAMD_OPTIONS="2|0|1|2|3|4|0"
  767. ;Is TrinityTV module enabled now?
  768. TRINITYTV_ENABLED=0
  769. TRINITYTV_PARTNER_ID=""
  770. TRINITYTV_SALT=""
  771. ;Is low level API debugging enabled?
  772. TRINITYTV_DEBUG=0
  773. ;Sends done jobs stats to your employee
  774. SALARY_TELEGRAM=0
  775. ;Sends reserver items from warehouse to your employee
  776. WAREHOUSE_TELEGRAM=0
  777. ;Optional option - sets other types of payment IDs, which will be detected as "cash" in exhorse
  778. ;EXHORSE_CASHIDS="1,10"
  779. ;Is for whom the bell tolls enabled?
  780. FWTBT_ENABLED=0
  781. ;render notifications in all modules?
  782. FWTBT_ANYWHERE=0
  783. ;admins with notifications enabled, left empty for "all" or list ther separated with coma.
  784. FWTBT_ADMINS=""
  785. ;calls queue polling interval in seconds
  786. FWTBT_INTERVAL=7
  787. ;notification display timeout
  788. FWTBT_TIMER=10
  789. ;Use desktop notifications
  790. FWTBT_DESKTOP=0
  791. ;Is calls history enabled?
  792. CALLSHIST_ENABLED=0
  793. ;Enable user search by MAC on unknown ONU registering form
  794. ;PON_UONU_USER_BY_MAC_SEARCH_SHOW=0
  795. ;Icrease/decrease MAC increment for user search on unknown ONU registering form
  796. ;Value - number, like 1 or -1 or 3 or -10.
  797. ;PON_UONU_USER_BY_MAC_SEARCH_INCREMENT=0
  798. ;Enable mandatory displaying of user search by MAC on unknown ONU registering form
  799. ;PON_UONU_USER_BY_MAC_SEARCH_SHOW_ALWAYS=0
  800. ;Enable automatic user search by MAC on unknown ONU registering form
  801. ;In case of succefull search show form will not appear if PON_UNKNOWN_ONU_USER_BY_MAC_SEARCH_SHOW_ALWAYS not set on
  802. ;PON_UONU_USER_BY_MAC_SEARCH_TELEPATHY=0
  803. ;Is sticky revelations enabled?
  804. STICKY_REVELATIONS_ENABLED=0
  805. ;Clean old arp records on IP change?
  806. IPCHANGE_ARP_CLEANUP=0
  807. ;Enables Ishimura traffic collecting mechanics
  808. ISHIMURA_ENABLED=0
  809. ;Are PON CPE controls in user's profile enabled?
  810. PONCPE_CONTROLS_ENABLED=0
  811. ;Tariff mask for PON users which need to CPE accounting and controls showing in user's profile
  812. ;PONCPE_TARIFFMASK="PON"
  813. ;Set the sorting key for main APs list of MTSIGMON and also for dropdown APs lists of MTSIGMON and WCPE modules.
  814. ;Possible values: id, ip, location
  815. SIGMON_WCPE_AP_LIST_SORT="id"
  816. ;Sort lists and dropdowns with device models by model name
  817. DEVICES_LISTS_SORT_BY_MODELNAME=0
  818. ;Do not limit displaying of tasks in calendar to current year only. Turn this on is really bad idea. Affects performance.
  819. ;TASKMAN_SHOW_ALL_YEARS_TASKS=0
  820. ;Is comparison by tariff mask for displaying CPE controls in user's profile case sensitive?
  821. ;USERCPE_TARIFFMASK_CASEINSENS=0
  822. ;Use tabs for OLTs representation in PONizer
  823. PON_UI_USE_TABS=1
  824. ;Enable API for Android APP
  825. ANDROID_ENABLED=1
  826. ;Middle level of huevost old-style user navigation controls
  827. ;OLD_USERCONTROLS=1
  828. ;Is MapOn service enabled?
  829. MAPON_ENABLED=0
  830. ;MapOn API key
  831. MAPON_APIKEY=""
  832. ;Switch groups enabled
  833. ;SWITCH_GROUPS_ENABLED=1
  834. ;Make SIGMON module respect the switch groups and use tabbed interface for grouping APs.
  835. ;Switch groups must be enabled first.
  836. ;SIGMON_GROUP_AP_BY_SWITCHGROUP_WITH_TABS=1
  837. NMLEASES_EXTEND=0
  838. ;Do not check passwords uniqueness.
  839. IGNORE_PASSWORD_UNIQUE=0
  840. ;Append price of assigned virtual services to expected payment summ. Useless at all. Optional option.
  841. ;BABLOGUESSING=1
  842. ;Multigen POD on mac change. Possible values: 0,1,2. 0 - disable. 1 - send pod to new mac. 2 send pod to both old and new macs.
  843. MULTIGEN_POD_ON_MAC_CHANGE=0
  844. ;Warehouse now calculates recomended price against incoming middle
  845. WAREHOUSE_RECPRICE=0
  846. ;Enable fast payments charge interface. 0 - disabled. 1 - enabled and charges like payment, 2 - enabled and charges as balance correction.
  847. EASY_CHARGE=0
  848. ;Easy charge credit proposal for some count of days instead the next month. Optional option.
  849. EASY_CHARGE_CREDIT_DAYS=0
  850. ;Doomsday tariffs
  851. DDT_ENABLED=0
  852. ;Is printing of receipts module enabled?
  853. PRINT_RECEIPTS_ENABLED=0
  854. ;Is printing of receipts from user profile enabled? Demands PRINT_RECEIPTS_ENABLED to be enabled.
  855. ;PRINT_RECEIPTS_IN_PROFILE=0
  856. ;Is build selection in UKV street report enabled?
  857. ;UKV_STREET_REP_BUILD_SEL=0
  858. ;SWITCHPORT_REPORT_IGNORE_PON=0
  859. ;Multigen POD on IP change. Possible values: 0,1,2. 0 - disable. 1 - send pod to new IP. 2 send pod to both old and new IPs.
  860. MULTIGEN_POD_ON_IP_CHANGE=0
  861. ;Is banksta2 enabled?
  862. BANKSTA2_ENABLED=0
  863. ;banksta2 inet service payment ID
  864. BANKSTA2_PAYMENTID_INET=24
  865. ;banksta2 inet service payment ID
  866. BANKSTA2_PAYMENTID_UKV=25
  867. ;banksta2 regex delimiter for keywords strings
  868. ;BANKSTA2_REGEX_KEYWORDS_DELIM=","
  869. ;banksta2 data cache lifetime
  870. ;BANKSTA2_CACHE_LIFETIME=900
  871. ;Is tag section in user profile visually highlighted?
  872. ;USERPROFILE_TAG_SECTION_HIGHLIGHT=0
  873. ;Is surveillance visor enabled?
  874. VISOR_ENABLED=0
  875. ;Visor fee charge mode. 1 - default, cameras priority, 2 - primary account internet services priority.
  876. VISOR_CHARGE_MODE=1
  877. ;show user notes in online under realname
  878. ;ONLINE_SHOW_USERNOTES=0
  879. ;Optional option. Highlight jobs for "anyone" employee. Empty or 0 - disabled, some ID - "anyone" employee ID
  880. ;TASKMAN_ANYONE_COLORING="35"
  881. ;Optional option. Default factor value for newly created salary jobs.
  882. ;SALARY_FACTOR_DEFAULT=2
  883. ;Optional option. Presets task employee for newly created salary job if he is accounted by salary module.
  884. ;SALARY_EMPLOYEE_PRESET=1
  885. ;Presets task employee for newly created salary job if jobtype accounted by salary module. Optional option.
  886. ;SALARY_JOBTYPE_PRESET=1
  887. ;Custom taskman tasks print order. Possible values: address,id,date,startdate,starttime
  888. ;TASKMAN_PRINT_ORDER="startdate"
  889. ;MySQL dumps max age in days before rotation. Set option to 0 to disable rotation.
  890. BACKUPS_MAX_AGE=7
  891. ;DarkVoid caching time in minutes.
  892. DARKVOID_CACHETIME=10
  893. ;Devices count rendering in subscribers list.
  894. TRINITYTV_RDEVS=0
  895. ;Disabled RemoteAPI calls list. Leave empty in normal cases. Just names list, comma separated.
  896. REMOTEAPI_DISABLE_CALLS=""
  897. ;FDB archive data max age in days before rotation. Set option to 0 to disable rotation.
  898. FDBARCHIVE_MAX_AGE=3
  899. ;is dreamkas module enabled?
  900. DREAMKAS_ENABLED=0
  901. ;dreamkas auth token
  902. DREAMKAS_AUTH_TOKEN=
  903. ;dreamkas cache entries lifetime
  904. ;DREAMKAS_CACHE_LIFETIME=1800
  905. ;fiscalize operation checkbox is always enabled
  906. ;DREAMKAS_ALWAYS_FISCALIZE_ALL=0
  907. ;dreamkas default cash machine ID
  908. ;DREAMKAS_DEFAULT_CASH_MACHINE_ID=
  909. ;dreamkas default tax type. possible values: DEFAULT, SIMPLE, SIMPLE_WO, ENVD, AGRICULT, PATENT
  910. ;DREAMKAS_DEFAULT_TAX_TYPE=
  911. ;dreamkas notifications settings section. all time values are in seconds
  912. ;DREAMKAS_NOTIFICATIONS_ENABLED=0
  913. ;DREAMKAS_CACHE_CHECK_INTERVAL=8
  914. ;DREAMKAS_POPUP_TIMEOUT=10
  915. ;notify everuwhere, not only on task pane
  916. ;DREAMKAS_NOTIFY_ANYWHERE=1
  917. ;use native desktop notifications. this works in FireFox, other browsers demand HTTPS
  918. ;DREAMKAS_DESKTOP_NOTIFICATIONS=0
  919. ;coma separated list of allowed admins logins
  920. ;DREAMKAS_ADMINS_ALLOWED=
  921. ;Optional option. Make some jquery UI things like "draggable" basically working on touch devices. Uncomment to enable.
  922. ;TOUCH_FIX=1
  923. ;Optional option. Describes ONU devices MAC address which will be hidden from "unknown list". Coma - delimiter.
  924. ;PON_ONU_HIDE=""
  925. ;Hides all picts title text in online table, like "Yes", "No" and "Freezed"
  926. ;ONLINE_HIDE_PICT_TITLES=0
  927. ;Show PON signal levels in online table. Might significantly affect overall performance.
  928. ;ONLINE_SHOW_ONU_SIGNALS=0
  929. ;Show WiFi CPE signal levels in online table. Might significantly affect overall performance.
  930. ;ONLINE_SHOW_WIFI_SIGNALS=0
  931. ;Show additional ONU info in user profile
  932. ;USERPROFILE_ONU_INFO_SHOW=0
  933. ;Is callback service enabled?
  934. CALLMEBACK_ENABLED=0
  935. ;Is universal qinq management module enabled?
  936. UNIVERSAL_QINQ_ENABLED=0
  937. ;QINQ configuration for zte/huawei onuregister. Currently only for ZTE.
  938. ONUREG_QINQ_ENABLED=0
  939. ;Enables IBAN labels instead bank account.
  940. IBAN_ENABLED=0
  941. ;path to your asterisk call recording dir
  942. ;ASTERISK_CALLRECS_PATH="/var/spool/asterisk/monitor/"
  943. ;Specify CEL tab name and use CEL tab to determine recordings path more precisely
  944. ;ASTERISK_CALLRECS_CEL_TAB_NAME=""
  945. ;file extension of your asterisk call recordings. leave blank to consider all files in place
  946. ;ASTERISK_CALLRECS_FORMAT=""
  947. ;show some extended info for done tasks
  948. ;TASKMAN_SHOW_DONE_EXTENDED=0
  949. ;alternate styling of the extended info for done tasks
  950. ;TASKMAN_DONE_EXTENDED_ALTERSTYLING=0
  951. ;Is support of remote DHCP servers replication enabled?
  952. REMOTEDHCP_ENABLED=0
  953. ;show last fee charge column in online tab. extremely vsratyi shit, kurwa. use at your own risk and with HP_MODE=1 ONLY.
  954. ;"stgfeecharge2mysql" RemoteAPI call needed for this shit to work properly
  955. ;ONLINE_SHOW_LAST_FEECHARGE=0
  956. ;show all phone numbers assigned to user in online tab
  957. ;ONLINE_SHOW_PHONES=0
  958. ;all users phone numbers cache update timeout
  959. ;ALL_PHONES_CACHE_TIMEOUT=1800
  960. ;Check is user exists when adding new Universal QINQ entry
  961. UNIVERSAL_QINQ_USER_EXIST=0
  962. ;Like IPAM for VLAN.
  963. VLAN_MANAGEMENT_ENABLED=0
  964. ;Show QINQ pair in profile
  965. QINQ_IN_PROFILE=0
  966. ;Display user NAS servers in profile
  967. USERNAS_IN_PROFILE=1
  968. ;Sends location of task to employee telegram
  969. TASKMAN_SEND_LOCATION=0
  970. ;Zabbix host URL
  971. ;ZABBIX_HOST_URL=""
  972. ;Zabbix login
  973. ;ZABBIX_LOGIN=""
  974. ;Zabbix passwd
  975. ;ZABBIX_PASSWD=""
  976. ;Use users traffic graphs from Zabbix
  977. ;ZABBIX_USER_TRAFFIC_GRAPHS=0
  978. ;Value from user's data to use as identification in Zabbix graphs. Possible values: "IP" or "MAC". Default is "MAC"
  979. ;ZABBIX_GRAPHS_SEARCHIDENTIFY="MAC"
  980. ;Field of array, returned by "graph.get" API call, to search for user identification in. Default is "name".
  981. ;ZABBIX_GRAPHS_SEARCHFIELD="name"
  982. ;Enable additional 5 min graph and link to Zabbix usergraph
  983. ;ZABBIX_GRAPHS_EXTENDED=0
  984. ;Zabbix graphs IDs cache lifetime
  985. ;ZABBIX_GRAPHSIDS_CACHE_LIFETIME=1800
  986. ;Native vlan for Huawei OLT. Needed for onu registration (look in documentation).
  987. ONUREG_HUAWEI_NATIVE_VLAN=0
  988. ;Is PON ONU map module enabled?
  989. PONMAP_ENABLED=1
  990. ;Multigen get user traffic graphs from RouterOS when using Mikrotik NAS
  991. ;ROS script example for simple queues rules manipulating can be found in
  992. ;/content/documents/mlg_ros_lease_queue_rebuild
  993. ;MULTIGEN_USE_ROS_TRAFFIC_GRAPHS=0
  994. ;Check ONU MAC against regex before put it to cache
  995. ;Currently supported: 2-digits and 4-digits(BDCOM-style) octets delimited with ':', '-' or '.'
  996. ;PON_ONU_MAC_VALIDATE=0
  997. ;If you want not to exclude ONUs with invalid MAC - uncomment this option
  998. ;to put specially designed random MAC instead: ff:00:XX:XX:XX:00
  999. ;PON_ONU_MAC_MAKE_RANDOM_IF_INVALID=0
  1000. ;Is SNMP traps parse and view module enabled?
  1001. ITSATRAP_ENABLED=0
  1002. ;Is power outages report enabled?
  1003. OEFAILS_ENABLED=0
  1004. ;Power outages report settings. Format: data_source|filter_mask|emergency|scheduled
  1005. OEFAILS_OPTIONS="https://www.oe.if.ua/uk/download_xlsx|місто Івано-Франківськ,Івано-Франківськ|аварійне,|заплановане,"
  1006. ;Check uniqueness of payment cards. Value "1" is default value when we check globally all serial number for all existing cards. Value "2"
  1007. ;checking for part number also, so we should have unique serial number within single part number.
  1008. PAYMENTCARDS_UNIQUE_MODE=1
  1009. ;Display Visor service in profile?
  1010. VISOR_IN_PROFILE=1
  1011. ;SmartUP basic and fast support enabled
  1012. SMARTUP_ENABLED=0
  1013. ;Disables userdata caching for SmartUp. Optional option.
  1014. ;SMARTUP_NOCACHE=1
  1015. ;By default CDR display module tries to optimize the data showed and does not includes records
  1016. ;with statuses like "no answer", "hangup", "musiconhold" and so on. Turning this option on will
  1017. ;allow you to get all the data from CDR and CEL tables. Be aware of that amount can be huge.
  1018. ;ASTERISK_GET_FULL_CDR_CEL_DATA=0
  1019. ;Make some checks before allowing user to get credit via asterisk
  1020. ;ASTERISK_SC_CHECK_ENABLED=0
  1021. ;The same meaning as of SC_TARIFFSALLOWED from userstats.ini
  1022. ;ASTERISK_SC_TARIFFSALLOWED=""
  1023. ;Is envy scripting enabled?
  1024. ENVY_ENABLED=0
  1025. ;Is Trassir Server integration enabled?
  1026. TRASSIRMGR_ENABLED=0
  1027. ;Use HLS streams for channels preview on TrassirNVR?
  1028. TRASSIRHLS_ENABLED=0
  1029. ;Show OLT PON interface description if present in main ONU list table
  1030. ;PON_IFACE_DESCRIPTION_IN_MAINTAB=0
  1031. ;Show OLT PON interface description if present in OLT stats table
  1032. ;PON_IFACE_DESCRIPTION_IN_STATSTAB=0
  1033. ;Don't cut length of typical problems notes in dropdown selector
  1034. ;TASKMAN_NO_TYPICALNOTES_CUT=0
  1035. ;Custom Telegram API URL. Optional option.
  1036. ;TELEGRAM_API_URL="http://somehost:888/bot"
  1037. ;Enables Telegram API debug mode. Optional option.
  1038. ;TELEGRAM_DEBUG=1
  1039. ;Enable notes display in taskman spent materials list. Optional option.
  1040. ;WAREHOUSE_TASKMANNOTES=1
  1041. ;Determines whether to consider negative payments in finance report.
  1042. ;Excludes virtual services, CAP penalties and OTT services(Omega, Trinity, Megogo)
  1043. ;Don't turn it on if you not really need it - make payments corrections correctly
  1044. ;REPORT_FINANCE_CONSIDER_NEGATIVE=0
  1045. ;COVID-19 cases monitoring module. Optional option.
  1046. ;COVID19_ENABLED="Ukraine"
  1047. ;Is autocredit module enabled? Sets Custom Field ID with expire day of next month for automatic credit setup.
  1048. AUTOCREDIT_CFID=0
  1049. ;Enable a quick way to fill EASY_SMS body with predefined template text.
  1050. ;SMS template for that can be found in content/documents/easy_sms_template/easy_sms.tpl.
  1051. ;All supported macro are listed in the initial template. BTW, EASY_SMS option must be on.
  1052. ;EASY_SMS_QUICK_TEMPLATE=0
  1053. ;Only this administrators list now have right to do balance corrections/set/mock. Optional option.
  1054. CAN_TOUCH_MONEY=""
  1055. ;Enables virtual cash which is not used by anyone. Optional option.
  1056. VCASH_ENABLED=0
  1057. ;Enables wiki link on taskbar module. You may append "?blank" at the end of URL to open wiki in new tab. Optional option.
  1058. WIKI_URL=""
  1059. ;Enable extended address fields for user profile?
  1060. ADDRESS_EXTENDED_ENABLED=0
  1061. ;Enables UserSide fast navigation from black magic in user profile. Possible find_typer can be: abon_dog, abon_code, abon_codeti. Optional option.
  1062. ;USERSIDE_NAV="https://demo.userside.eu/oper/?find_typer=abon_dog"
  1063. ;Enables translation for column names in banksta2 last checks
  1064. ;BANKSTA2_LSTCHK_FNAMES_TRANSLATE=0
  1065. ;Adds ONU master module button to main userprofile controls
  1066. ;USERPROFILE_ONUMASTER_BUTTON_ON=0
  1067. ;Is powerfull tariffs enabled? Kojima approves.
  1068. PT_ENABLED=0
  1069. ;Make additional check for duplicate datetimes used as an array keys in funds flow report to avoid charges/payments/other financial operations from disappearing
  1070. FF_REP_AVOID_DUPLICATE_DT_KEYS=1
  1071. ;Enables ability to manually describe interfaces of OLT devices.
  1072. PON_IFDESC=0
  1073. ;All fields search includes search in user notes
  1074. SEARCH_NOTES=1
  1075. ;Is PON boxes accounting enabled?
  1076. PONBOXES_ENABLED=0
  1077. ;Enables support of restrictions, concentrations camps and repressions in task manager.
  1078. TASKMAN_GULAG=0
  1079. ;Sets up Blitzortung map URL for basic embedding. https://map.blitzortung.org/?y#8.73/48.5023/24.9618 for example.
  1080. BLITZORTUNG_URL=""
  1081. ;Display free IP stats on users register?
  1082. USERREG_FREEIP_STATS=0
  1083. ;Cash type ID for payments pushed via UserSide API
  1084. USERSIDE_CASHTYPE=1
  1085. ;Enables ability to save receipts to DB
  1086. ;PRINT_RECEIPTS_HISTORY_ENABLED=0
  1087. ;Notification of tasks with same login/address planned for the same day or few days interval. 0 - disabled, 1 - same day, any digit - +- days count.
  1088. TASKMAN_DUPLICATE_CHECK=0
  1089. ;Is file storage enabled system wide?
  1090. FILESTORAGE_ENABLED=0
  1091. ;Is switches profitability accounting enabled?
  1092. SW_CASH_ENABLED=0
  1093. ;Is PON ONU search enabled?
  1094. PON_ONU_SEARCH_ENABLED=1
  1095. ;Use virtual ID from `op_customers` as payment ID instead of contract, if user's contract is empty
  1096. ;BANKSTA2_OPAYZID_AS_CONTRACT=0
  1097. ;Is task states enabled? Also enables tasks flow module.
  1098. TASKSTATES_ENABLED=0
  1099. ;Enables PHPMailer
  1100. SMS_SERVICES_ADVANCED_PHPMAILER_ON=0
  1101. ;Custom OpenPayz charts palette.
  1102. OPENPAYZ_PALETTE=""
  1103. ;Optional option. Sets mask of tariffs names which will be separated in agent assign stats.
  1104. ;PRIVATE_TARIFFS_MASK=""
  1105. ;Funds flow extended coloring and palette. Leave empty for keep disabled.
  1106. FUNDSFLOW_EXTCOLORING=""
  1107. ;Is dhcp snooping enabled by default for ONU registration?
  1108. ONUREG_DHCP_SNOOPING_DEFAULT=0
  1109. ;Is loopdetect enabled by default for ONU registration?
  1110. ONUREG_LOOPDETECT_DEFAULT=0
  1111. ;List of princess administrators logins. Separator - comma.
  1112. PRINCESS_LIST=""
  1113. ;Enables usage of Ubilling as remote NAS bandwidthd/ophanim charts proxy.
  1114. BANDWIDTHD_PROXY=0
  1115. ;Enables user karama control based on /etc/stargazer/dn default OnConnected users.
  1116. KARMA_CONTROL=0
  1117. ;Hide user email due user profile rendering. Optional option.
  1118. EMAILHIDE=0
  1119. ;Set graphical ping display as default view
  1120. PINGCHARTS_DEFAULT=1
  1121. ;RF corps bank/taxes fields names
  1122. RFCORPS=0
  1123. ;If your bank statements files have separate field with Internet service ID idents - specify here possible IDs,
  1124. ;separated with commas, for statements from different sources. Optional option.
  1125. ;BANKSTA2_INETSRV_ALLOTED_IDS=""
  1126. ;If your bank statements files have separate field with CTV service ID idents - specify here possible IDs,
  1127. ;separated with commas, for statements from different sources. Optional option.
  1128. ;BANKSTA2_CTVSRV_ALLOTED_IDS=""
  1129. ;Toggles user's data export mechanics and appropriate controls shown in user's profile. Optional option which you'll probably never need.
  1130. ;USERS_DATA_EXPORT_ON=0
  1131. ;Consider virtual services in funds flow routines, e.g. calculating days online remaining. Optional option.
  1132. ;FUNDSFLOW_CONSIDER_VSERVICES=0
  1133. ;Creates Mikrotik PPPoE session info spoiler in user's profile
  1134. ;ROS_NAS_PPPOE_SESSION_INFO_IN_PROFLE=0
  1135. ;Power tariffs maximum day of month which will be rounded to 1st.
  1136. PT_MAXDAY=26
  1137. ;PowerTariffs "charge on register" flag.
  1138. PT_CHARGEONREG=1
  1139. ;Disables sticky notes preview in grid list. Just to avoid client-side performance issues. Optional option.
  1140. ;STICKY_NOTES_NOPREVIEW=1
  1141. ;Tries to get OLT's uptime: 1 - with realtime SNMP query(may significantly slow down user profile rendering), 2 - from cache.
  1142. ;USERPROFILE_ONU_INFO_SHOW must be enabled first. Optional option.
  1143. ;PON_OLT_UPTIME_IN_PROFILE=0
  1144. ;Tries to get ONU signal with realtime SNMP query(may significantly slow down user profile rendering):
  1145. ;if succeeded - will replace the cached signal value. USERPROFILE_ONU_INFO_SHOW must be enabled first. Optional option.
  1146. ;PON_REALTIME_SIGNAL_IN_PROFILE=0
  1147. ;Tries to get ONU exten info(last reg/dereg time, alive time) with realtime SNMP query(may significantly slow down user profile rendering).
  1148. ;USERPROFILE_ONU_INFO_SHOW must be enabled first. Optional option.
  1149. ;PON_REALTIME_EXTEN_INFO_IN_PROFILE=0
  1150. ;Stargazer detailed stats functionality. Please dont use this. Its deprecated.
  1151. DSTAT_ENABLED=0
  1152. ;Administrator avatars caching time. In days. 0 - disabled.
  1153. GRAVATAR_CACHETIME=1
  1154. ;Performs analyze successful and failed auth attempts in radius.log.
  1155. COBAINS_SHOTGUN=0
  1156. ;Enables old dhcpd-based option82 implementation
  1157. OPT82_ENABLED=0
  1158. ;Enables Day X plugin in black magic
  1159. ;This plugin is a lightweight version of pl_fundsflow module but without payment logs.
  1160. DAYX_ENABLED=0
  1161. ;Enables displaying of some extended info in switches FDB, like VLAN, iface description and so on. Optional option.
  1162. ;SW_FDB_EXTEN_INFO=0
  1163. ;Allows to store some external info about contragent and services and service codes. Can cooperate with Banksta2. Optional option.
  1164. ;AGENTS_EXTINFO_ON=0
  1165. ;Put new MAC in selectors and lists in reverse order as "from latest to older"
  1166. NMREVERSE=0
  1167. ;Is PON ONU burial enabled?
  1168. ONU_BURIAL_ENABLED=1
  1169. ;Is ProstoTV OTT service enabled?
  1170. PTV_ENABLED=0
  1171. ;ProstoTV service login
  1172. PTV_LOGIN=""
  1173. ;ProstoTV service password
  1174. PTV_PASSWORD=""
  1175. ;I am a little horse, who never will be tall, For I`m a Shetland pony, bred to be small.
  1176. HERD_OF_PONIES=0
  1177. ;Use horde background requests for swpoll?
  1178. HORDE_OF_SWITCHES=0
  1179. ;Is insurance subservice enabled?
  1180. INSURANCE_ENABLED=0
  1181. ;Is YouTV OTT service enabled?
  1182. YOUTV_ENABLED=0
  1183. ;YouTV service login
  1184. YOUTV_LOGIN=""
  1185. ;YouTV service password
  1186. YOUTV_PASSWORD=""
  1187. ;YouTV dealer id
  1188. YOUTV_DEALER_ID=0
  1189. ;Specifies "offline ONU signal level" for signal level charts. Need to mention it's better to use negative number.
  1190. ;May be empty to draw nothing on a chart for ONU's offline period.
  1191. PON_ONU_OFFLINE_SIGNAL="-9000"
  1192. ;Show task start date in warehouse outcome operations task selector.
  1193. WAREHOUSE_TASKOUTDATE=0
  1194. ;Use user logins instead of IPs for isc-dhcp host declarations?
  1195. DHCP_DDNS_ENABLED=0
  1196. ;Template string for contract generation. Works only with CONTRACT_AUTOGEN option enabled.
  1197. CONTRACT_GEN_TEMPLATE=""
  1198. ;Determines the position of zeroes(leading or trail) in a contract generated according to CONTRACT_GEN_TEMPLATE
  1199. CONTRACT_GEN_TEMPLATE_LEADING_ZEROES=1
  1200. ;capabilities directory sorting on date column instead of state.
  1201. ;CAPABDIR_DATE_SORT=1
  1202. ;Taskman renders user tags
  1203. TASKMAN_SHOW_USERTAGS=0
  1204. ;Enables/disables external counterparties finances module
  1205. EXTCONTRAS_FINANCE_ON=0
  1206. ;Sets editable period in days for external contragents finances module
  1207. ;EXTCONTRAS_EDIT_ALLOWED_DAYS=60
  1208. ;Turns on/off invoices processing for EXTCONTRAS module
  1209. ;EXTCONTRAS_INVOICE_ON=1
  1210. ;External counterparties module cache entries lifetime
  1211. ;EXTCONTRAS_CACHE_LIFETIME=1800
  1212. ;Enables creating of overdued payments based on a full contract sum only if contract has no addresses attached
  1213. ;EXTCONTRAS_OVERDUE_CONTRACT_NO_ADDR_ONLY=1
  1214. ;Load pon boxes with ordering by name
  1215. PONBOXES_NAME_ORDER=0
  1216. ;Enables rendering of IDENC field on payments (you dont need this).
  1217. IDENC_ENABLED=0
  1218. ;Enables easy freeze option.
  1219. EASY_FREEZE=0
  1220. ;Enable DDT tariffs freezing protection.
  1221. DDT_ANTIFREEZE=0
  1222. ;Quality control of tasks execution enabled?
  1223. TASKRANKS_ENABLED=0
  1224. ;What employee do on some task dashboard
  1225. TASKWHATIDO_ENABLED=0
  1226. ;Enables fullCalendar's widget events titles fulltext search control
  1227. CALENDAR_TITLES_SEARCH_ON=0
  1228. ;Enables drag and drop feature for fullCalendar widget. Only changing of event's start date is supported.
  1229. CALENDAR_DRAG_AND_DROP_ON=0
  1230. ;Enables confirmation for drag and drop feature for fullCalendar widget. Obviously - need CALENDAR_DRAG_AND_DROP_ON option to be on.
  1231. CALENDAR_DRAG_AND_DROP_CONFIRM_ON=0
  1232. ;Adds branch name to the event's title in calendar widget and an additional field to task view form.
  1233. TASKMAN_BRANCHES_CONSIDER_ON=0
  1234. ;Adds ability to filter tasks on user's branch name for advanced filter. Needs TASKMAN_BRANCHES_CONSIDER_ON option to be on.
  1235. TASKMAN_ADV_FILTERS_BRANCHES_ON=0
  1236. ;Show task employee in warehouse outcome operations task selector.
  1237. WAREHOUSE_TASKOUTEMPLOYEE=0
  1238. ;Fast warehouse mass-outcome link from undone tasks.
  1239. TASKMAN_WAREHOUSE_HLPR=1
  1240. ;Is photostorage gallery enabled?
  1241. PHOTOSTORAGE_GALLERY=1
  1242. ;Is warehouse items returns enabled?
  1243. WAREHOUSE_RETURNS_ENABLED=0
  1244. ;Specifies full billing URL for interraction with your employee. For example: http://yourisp.com/billing/ or https://billing.yourisp.com/
  1245. FULL_BILLING_URL=""
  1246. ;Appends direct URL of the task on telegram. Requires FULL_BILLING_URL non empty option.
  1247. TASKMAN_SEND_TASKURL=0
  1248. ;Is Send dog parallel mode enabled?
  1249. SENDDOG_PARALLEL_MODE=1
  1250. ;User registration "register with no branch" checkbox default state.
  1251. USERREG_NO_BRANCH_DEFAULT=1
  1252. ;List of SMS services enabled for SendDog.
  1253. SENDDOG_SMS_SERVICES_ENABLED=""
  1254. ;Checked SMS checkbox on task creation form
  1255. TASKMAN_SMS_PROFILE_CHECK=0
  1256. ;Enables SNMP walk/set debugging mode globally
  1257. SNMP_DEBUG_MODE=0
  1258. ;Is annoyance report enabled?
  1259. ANNOYANCE_ENABLED=0
  1260. ;Specifies the default sorting field for OnePunches list. Possible values: "id", "name", "alias".
  1261. ;ONEPUNCH_DEFAULT_SORT_FIELD="id"
  1262. ;Enables TrassirServer debug mode.
  1263. TRASSIR_DEBUG=0
  1264. ;Some oll.tv options. Discover wiki page for details.
  1265. OLLTV_ENABLED=0
  1266. OLLTV_LOGIN=""
  1267. OLLTV_PASSWORD=""
  1268. OLLTV_DOMAIN=""
  1269. OLLTV_DEBUG=0
  1270. ;Use deferred loading for rendering ONU devices on OLT
  1271. PON_DEFERRED_LOADING=0
  1272. ;ONU data caching timeout in minutes
  1273. PON_ONU_CACHING=0
  1274. ;Make credit fees violet again! Optional option.
  1275. ;CREDIT_EVERGARDEN=1
  1276. ;Sets ID of "anyone" employee. Empty or 0 - disabled, some ID - "anyone" employee ID.
  1277. TASKMAN_ANYONE_EMPLOYEEID=0
  1278. ;SwitchSonic enabled?
  1279. SWITCHSONIC_ENABLED=1
  1280. ;SwitchSonic refresh timeout in seconds.
  1281. SWITCHSONIC_TIMEOUT=2
  1282. ;Render some of ReportMaster reports on TaskBar?
  1283. TB_REPORTMASTER=1
  1284. ;Custom photostorage images directory on FS, instead of content/documents/photostorage/. Like /mnt/photostorage/
  1285. PHOTOSTORAGE_DIRECTORY=""
  1286. ;Optional custom URL before each photostorage image. Something like https://imgcdn.hostname.com/
  1287. PHOTOSTORAGE_URL_PREFIX=""
  1288. ;Use photostorage backend as images proxy
  1289. PHOTOSTORAGE_PROXY_MODE=0
  1290. ;Display separate city column in signups report
  1291. SIGREP_CITYRENDER=0
  1292. ;Check OLT "aliveness" before trying to poke it with SNMP queries.
  1293. ;Designed for PON_OLT_UPTIME_IN_PROFILE, PON_REALTIME_SIGNAL_IN_PROFILE and PON_REALTIME_EXTEN_INFO_IN_PROFILE options.
  1294. ;If you don't use the options mentioned above - keep this option OFF. If you do - you know the risks, probably.
  1295. PON_OLT_ALIVE_PING_CHECK=0
  1296. ;Timeout for OLT "aliveness" check ping operation. Floating values supported.
  1297. ;If the device is unavailable the amount of timeout is the actual time you'll wait till ping process exits.
  1298. ;PON_OLT_ALIVE_PING_CHECK_TIMEOUT=1
  1299. ;Aerial alerts report is enabled?
  1300. AERIAL_ALERTS_ENABLED=0
  1301. ;Enables basic aerial alerts notifications. Implictly sets region to alarm. Requires AERIAL_ALERTS_ENABLED option.
  1302. AERIAL_ALERTS_NOTIFY=""
  1303. ;Is default isc-dhcpd server management module enabled?
  1304. DHCP_ENABLED=1
  1305. ;Lists of mountpoints to control capacity in system health report. Comma - separator. Optional option.
  1306. SYSLOAD_DISKS=""
  1307. ;Sets all user data caching timeout in minutes. Reducing it may cause whole system performance issues.
  1308. ;Default value: 1440. Do not modify this option without fully understanding what is happening. Optional option.
  1309. USERALLDATA_CACHETIME=1440
  1310. ;Use cached data for rendering some user lists. Enabling this significantly improves performance.
  1311. USERLISTS_USE_CACHE=1
  1312. ;Are OpenPayz SMS notifications enabled?
  1313. ;OP_SMS_NOTIFY_ENABLED=0
  1314. ;Interval in minutes to pull payments from payments log
  1315. ;Should be grater then the "opayzsmsnotify" RemoteAPI frequency call, otherwise it will end up with un-notified payments:
  1316. ;like if you call RemoteAPI "opayzsmsnotify" every 10 minutes this parameter should be >= 11
  1317. ;OP_SMS_NOTIFY_PAYMENTS_PULL_INTERVAL=5
  1318. ;Enables usage of ALL associated with user mobile numbers
  1319. ;OP_SMS_NOTIFY_USE_EXTMOBILES=0
  1320. ;Force translit for OpenPayz SMS notifications
  1321. ;OP_SMS_NOTIFY_FORCED_TRANSLIT=0
  1322. ;Enables debug mode for OpenPayz SMS notifications with verbose logging
  1323. ;OP_SMS_NOTIFY_DEBUG_ON=0
  1324. ;OpenPayz SMS notifications text. Supports {ROUNDPAYMENTAMOUNT} and {ROUNDBALANCE} macro.
  1325. ;OP_SMS_NOTIFY_TEXT="Vash rakhunok popovneno na {ROUNDPAYMENTAMOUNT} grn. Zalyshok na vashomu rahunku skladae {ROUNDBALANCE} grn. Dyakuemo za te, scho vy z namy."
  1326. ;Send only for those users, who has REMINDER_TAGID assigned
  1327. ;OP_SMS_NOTIFY_RESPECT_REMINDER_TAGID=0
  1328. ;Disables new user registration popup with achivement. Optional option.
  1329. ;BORING_USERREG=1
  1330. ;Sets vlan management guest VLANs for ONUs?
  1331. VLAN_MANAGEMENT_ONU_GUEST_VLANS=""
  1332. ;Enables ppp-secrets subnets regeneration. Anyone uses it?
  1333. PPP_ENABLED=0
  1334. ;Just disables rendering of IP column rendering in ONUs lists
  1335. PONIZER_NO_IP_COLUMN=0
  1336. ;Is uncomplicated TelePony-callcenter enabled?
  1337. TELEPONY_ENABLED=0
  1338. ;Is TelePony CDR support is enabled? Possible values: empty - disabled, "dbhost|dblogin|dbpassword|database|table" - enabled.
  1339. TELEPONY_CDR=""
  1340. ;Is telephony calls records viewer enabled?
  1341. PBXMON_ENABLED=0
  1342. ;telephony calls path
  1343. PBXMON_RECORDS_PATH="/mnt/calls_records/"
  1344. ;telephony calls archive path. May be empty.
  1345. PBXMON_ARCHIVE_PATH="/mnt/calls_archive/"
  1346. ;ffmpeg full path
  1347. PBXMON_FFMPG_PATH="/usr/local/bin/ffmpeg"
  1348. ;Is WhyDoYouCall module enabled?
  1349. WDYC_ENABLED=0
  1350. ;Sets PONizer OLT ordering field. Valid values: id, ip, location, snmp, modelid, desc.
  1351. PON_OLT_ORDER="id"
  1352. ;MultiGen automatic cleanup of not actual attributes, old accounting data etc..
  1353. MULTIGEN_AUTOCLEANUP_ENABLED=1
  1354. ;Time to perform MultiGen automatic cleanup. Format: HH:MM. Multiple values possible with comma separator.
  1355. MULTIGEN_AUTOCLEANUP_TIME="02:30"
  1356. ;MultiGen automatic cleanup accounting days count. 0 - disabled.
  1357. MULTIGEN_AUTOCLEANUP_ACCTDAYS=30
  1358. ;MultiGen automatic cleanup of old unfinished sessions.
  1359. MULTIGEN_AUTOCLEANUP_UNF=1
  1360. ;Makes some city, streets, builds or apartments selectors searchable.
  1361. CITYSEL_SEARCHBL=0
  1362. STREETSEL_SEARCHBL=0
  1363. BUILDSEL_SEARCHBL=0
  1364. APTSEL_SEARCHBL=0
  1365. ;Switch replace module replaces switch in user switch port assign too.
  1366. USER_SWITCHPORT_AUTOREPLACE=0
  1367. ;Login generation increment values offset. Sets start value offset for increment-like logins proposals. Optional option.
  1368. ;LOGIN_GENERATION_INCOFFSET=1
  1369. ;Sets login generation increment values maximum value. Optional option.
  1370. ;LOGIN_GENERATION_INCMAX=100000
  1371. ;Sets login generation apartment delimiter for
  1372. ;LOGIN_GENERATION_AD="ap"
  1373. ;Sets optional prefix for some login generators like PRFXINC
  1374. ;LOGIN_GENERATION_SHPRFX="UB"
  1375. ;Sets custom One-Punch script alias that contains login-generator code.
  1376. ;LOGIN_GENERATION_OPALIAS="logingenerator"
  1377. ;Makes new user MAC selector searchable
  1378. MACSEL_SEARCHBL=0
  1379. ;Switch replace module, replaces switch with its QinQ data too.
  1380. QINQ_SWITCH_AUTOREPLACE=0
  1381. ;Makes switch uplinks selector searchable.
  1382. SWITCHUPL_SEARCHBL=0
  1383. ;Optional option. Enables posibilytu to just delete outcome operation for administrator with root rights. Dont enable this
  1384. ;WAREHOUSE_OUTDEL_ENABLED=1
  1385. ;Enables LLID field showing for unknown ONU list table
  1386. ;PON_UKNKOWN_ONU_LLID_SHOW=1
  1387. ;Tag selector searchable
  1388. TAGSEL_SEARCHBL=0
  1389. ;Multiple user tags power delimiter
  1390. TAG_MULTPOWER_DELIMITER=""
  1391. ;Render each user tag type from new line. Produces some pizdets in user profile. Dont enable this please.
  1392. TAG_NEWLINE_PZDTS=0
  1393. ;Displays ONU UNI(Eth) ports status if implemented by HAL lib for current OLT
  1394. ;PON_ONU_UNI_STATUS_ENABLED=1
  1395. ;Power outages map is enabled?
  1396. POWMAP_ENABLED=0
  1397. ;fping binary full path with some parameters
  1398. FPING_PATH="/usr/local/sbin/fping -r 1 -t 10"
  1399. ;Is switch devices fast availability check enabled?
  1400. FASTPING_ENABLED=0
  1401. ;Is userdata by phone number remoteAPI call enabled?
  1402. USERBYNUM_ENABLED=0
  1403. ;Stargazer fees database replication is enabled?
  1404. FEES_HARVESTER=1
  1405. ;Run Envy in multithreaded mode?
  1406. MULTI_ENVY_PROC=0
  1407. ;Additional corps doctypes
  1408. ;CORPS_ADDT="Document1,Document2"
  1409. ;How many days before the end of the month the ddt tariff changes
  1410. ;DDT_ENDPREVDAYS=10
  1411. ;Is corp user selector searchable?
  1412. CORPSEL_SEARCHBL=0
  1413. ;Controls storing of the GPON ONU serials in a specified case upon ONU creation.
  1414. ;Does not affect custom PON implementations, like PONZTE, PONHUAWEI and so on.
  1415. ;Does not affect storing of the MAC/Serial data gathered during SNMP polling.
  1416. ; 0 - no case convert
  1417. ; 1 - lowercase
  1418. ; 2 - uppercase
  1419. ;PON_ONU_SERIAL_CASE_MODE=0
  1420. ;Show unregistered onu while registering ONU
  1421. ONUREG_ALWAYS_SHOW_UNREGISTERED=1
  1422. ;Replace user's onu if user already has one
  1423. ONUREG_PONIZER_ONU_REPLACE=1
  1424. ;Bitrix24 CRM integration enabled?
  1425. BTRX24_ENABLED=0
  1426. ;Sets export Stargazer LAT timestamp or not?
  1427. BTRX24_EXPORT_LAT=0
  1428. ;Script URL to push periodic userbase changes
  1429. BTRX24_EXPORT_URL="http://127.0.0.1/dev/post_debug.php"
  1430. ;Name of POST var
  1431. BTRX24_EXPORT_VAR="usrsupdtd"
  1432. ;Is WolfRecorder inegration enabled?
  1433. WOLFRECORDER_ENABLED=0
  1434. ;Charge virtual services fees as regular payments or as ballance corrections if disabled?
  1435. VSERVICES_AS_PAYMENTS=1
  1436. ;Visor uses cached users data?
  1437. VISOR_CACHED_USERDATA=1
  1438. ;Script URL to push periodic polls/voting data
  1439. BTRX24_POLLS_URL="http://127.0.0.1/dev/post_debug.php"
  1440. ;Name of POST var for polls export
  1441. BTRX24_POLLS_VAR="pollsupdtd"
  1442. ;is deffered sales enabled?
  1443. DEFERRED_SALE_ENABLED=0
  1444. ;Optional option. Disables welcome screen on fresh installs.
  1445. ;TB_DISABLE_WELCOME_SCREEN=1
  1446. ;Optional option. Disables security check.
  1447. ;TB_DISABLE_SECURITY_CHECK=1
  1448. ;Enables new improved build locator
  1449. BUILDLOCATOR_EXTENDED=0
  1450. ;Enables branches-limited ONU viewer module
  1451. BRANCHES_ONUVIEW=0
  1452. ;Enables branches-limited ONU viewer module batch ONU registration ability
  1453. BRANCHES_ONUVIEW_BATCHREG=0
  1454. ;Visor camera creation interface user selector searchable?
  1455. VISOR_USERSEL_SEARCHBL=1
  1456. ;Is PseudoCRM module enabled?
  1457. PSEUDOCRM_ENABLED=0
  1458. ;Additional PseudoCRM activities states. Format: STIGMASCOPE1:Name1,STIGMASCOPE2:Name2
  1459. PSEUDOCRM_ACT_CUSTSTATES=""
  1460. ;Is Stealth Tariffs enabled?
  1461. STEALTH_TARIFFS_ENABLED=0
  1462. ;Is OpenPayz static payment IDs enabled? 0 - disabled, any other number - length of generated payment IDs.
  1463. OPENPAYZ_STATIC_ID=0
  1464. ;Prefix string for newly-generated static IDs
  1465. OPENPAYZ_STATIC_ID_PREFIX=""
  1466. ;Is mea maxima culpa enabled?
  1467. MEACULPA_ENABLED=0
  1468. ;Is warehouse incoming operations editing enabled?
  1469. WAREHOUSE_INEDT_ENABLED=0
  1470. ;Allows employee filtering by tag ID on tasks finishing form.
  1471. TASKMAN_EMPLOYEE_TAGID_FILTER=0
  1472. ;Allows employee list filtering by their appointment substring, on tasks finishing form.
  1473. TASKMAN_EMPLOYEE_APPOINTMENT_FILTER=""
  1474. ;Makes employee list searchable on on tasks finishing form.
  1475. TASKMAN_EMPDONESEL_SEARCHBL=0
  1476. ;PseudoCRM activities is protected from closing by administrators without PSEUDOCRMACTMGR right.
  1477. PSEUDOCRM_ACT_PROTECTED=0
  1478. ;Sets taskman default depth limit in months for displaying tasks in calendar. May improve performance. Just set to 0 to back old behaviour.
  1479. TASKMAN_DEPTH_LIMIT=6
  1480. ;Enable this option so that the user credit is also considered when charging the fee for virtual services without charge always flag.
  1481. VSERVICES_CONSIDER_CREDIT=0
  1482. ;OphanimFlow inegration enabled?
  1483. OPHANIMFLOW_ENABLED=0
  1484. ;OphaminFlow hosts URLs here. Comma - delimiter. Example: http://somehost/of/
  1485. OPHANIMFLOW_URLS=""
  1486. ;Perform Photostorage uploaded images postprocessing?
  1487. PHOTOSTORAGE_POSTPROCESSING=0
  1488. ;Apply watermark (content/documents/watermark.png) to uploaded image
  1489. PHOTOSTORAGE_WATERMARK=1
  1490. ;Recompressing of jpeg/png images for minification
  1491. PHOTOSTORAGE_RECOMPRESS=1
  1492. ;Automatic resize large images
  1493. PHOTOSTORAGE_AUTORESIZE=1
  1494. ;Print image data and stats on uploaded image itself
  1495. PHOTOSTORAGE_DRAWIMGINFO=1
  1496. ;Enables deffered traffic charts rendering.
  1497. ONDEMAND_CHARTS=0
  1498. ;Selectors in income creation inteface is searchable?
  1499. WAREHOUSE_INCOP_SEARCHBL=0
  1500. ;Contains list of princess fast tasks replies, comma separated. Requires tasks flow and princess list options configured.
  1501. PRINCESS_FAST_REPLIES=""
  1502. ;Disables donation reminder
  1503. IM_GREEDY_PIDAR=0
  1504. ;Sets custom OphanimFlow charts dimensions in format like "1540x400" or "1380x300"
  1505. OPHANIM_DIMENSIONS=""
  1506. ;Makes OLT selectors searchable in ONU map and ONU editing forms
  1507. OLTSEL_SEARCHBL=0
  1508. ;Put here the tags IDs to be set just along with the user's registration. Delimiter - coma, no spaces.
  1509. ;USERREG_DEFAULT_TAGS_LIST=""
  1510. ;Kill default admin account after update?
  1511. UPDMGR_DEFADM_KILL=0
  1512. ;is goose resistance enabled?
  1513. GOOSE_RESISTANCE=0