alter.ini 63 KB

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