All public logs
From Kolmisoft Wiki
Jump to navigationJump to search
Combined display of all available logs of Kolmisoft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:38, 20 February 2026 Admin talk contribs deleted page Deprecated functionality (content was: ""Deprecated" means that functions or elements mentioned in this page are in the process of being removed. While deprecated items may work in the current version, they may not function in future updates. '''With next version of MOR, ability to do calls by Admin, Reseller and Accountant will be removed.''' Calls can be made just by simple users. We highly re...", and the only contributor was "Aisteb" (talk))
- 14:38, 20 February 2026 Admin talk contribs deleted page Old Topics (content was: "= Installation = * mod_fcgid installation * Debian Etch installation * Debian packages installation problems * RMagick installation - not used anymore * mime-construct installation - not used anymore * Zaptel installation ** zapata.conf example configuration ** Zaptel installation for MOR FREE LiveCD 0.5 <br> = Testing = * Testing MOR installation * Check GUI log <br> = Configuration = * How to set...")
- 14:38, 20 February 2026 Admin talk contribs deleted page Mod fcgid installation (content was: "Execute the following commands: cd /usr/src/ wget http://www.kolmisoft.com/files/packages/mod_fcgid.1.09.tar.gz tar -xzf mod_fcgid.1.09.tar.gz cd mod_fcgid.1.09 rm -fr Makefile touch Makefile For Debian: echo "# # Makefile for Apache2 # builddir = . top_dir = /usr/share/apache2 top_srcdir = \${top_dir} top_builddir = \${top_dir} VPATH = arch/unix/ inclu...", and the only contributor was "Admin" (talk))
- 14:37, 20 February 2026 Admin talk contribs deleted page Debian packages installation problems (content was: "===libssl-dev: Depends: libssl0.9.8 (= 0.9.8c-4) but 0.9.8c-4etch1 is to be installed=== apt-get remove libssl0.9.8 Then execute Debian install script. It will install all necessary packages removed previously. <br> ---- <br> ===apache2-threaded-dev: Depends: libaprutil1-dev but it is not going to be installed=== Note, selecting apache2-threaded-dev instead of apache2-dev So...", and the only contributor was "Admin" (talk))
- 14:37, 20 February 2026 Admin talk contribs deleted page RMagick installation (content was: "<center><big><big>'''RMagick is not used anymore in MOR starting from version 0.6'''</big></big></center> RMagick is responsible for drawing Graphs. RMagick should be installed with install script. This is just the steps from this script to install it manually if installation by script failed. ==Installation== ===Debian=== apt-get -y install imagemagick libmagick9-dev libfreetype6 libfreetype6-dev cd /usr/src wget http://www.kolmisoft.com/files/packages/rmagick-1.13.0.g...")
- 14:37, 20 February 2026 Admin talk contribs deleted page Mime-construct installation (content was: "This package is used to send faxes to emails. '''Not used starting from MOR 0.7''' ==Installation== ===Debian=== apt-get install mime-construct ===Centos/Fedora=== cd /usr/src wget http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/mime-construct-1.9.tar.gz tar xzvf mime-construct-1.9.tar.gz cd /usr/src/mime-construct-1.9 perl Makefile.PL make install ==Testing== ===Program installed=== Write in bash to test: mime-construct You should see: mime-construct: no...")
- 14:35, 20 February 2026 Admin talk contribs deleted page Zaptel installation (content was: "==Debian== Guide: http://www.voip-info.org/tiki-index.php?page=Asterisk+Linux+Debian ZAPTEL_VER="1.4.11" apt-get install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev ---- If you get something like: Reading package lists... Done Building dependency tree... Done E: Couldn't find package linux-headers-2.6.xx.xx Do:...", and the only contributor was "Admin" (talk))
- 14:35, 20 February 2026 Admin talk contribs deleted page Zapata.conf example configuration (content was: "This example makes it possible to divide incoming and outgoing calls into separate channels. It is possible to use group 1 (g1) and group 2 (g2) for this. [channels] echocancel=yes echocancelwhenbridge=no echotraining=yes callerid=asreceived switchtype=national context=mor signalling=pri_cpe group=1 channel => 1-15 switchtype=euroisdn echocancel=yes echocancelwhenbri...", and the only contributor was "Admin" (talk))
- 14:35, 20 February 2026 Admin talk contribs deleted page Zaptel installation for MOR FREE LiveCD 0.5 (content was: "First install LiveCD to your HDD, then execute: apt-get update aptitude -f --with-recommends dist-upgrade<br> shutdown -r now<br> apt-get -y install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev<br> cd /usr/src wget http://downloads.digium.com/pub/zaptel/zaptel-1.4.8.tar.gz tar xzvf zaptel-1.4.8.tar.gz<br> ln -s /usr/...", and the only contributor was "Admin" (talk))
- 14:35, 20 February 2026 Admin talk contribs deleted page Testing MOR PRO installation (content was: "<center><big><big><big><b>IMPORTANT! INFORMATION IN THIS TOPIC IS OUTDATED AND NOT USED ANYMORE!</b></big></big></big></center> ==Initial tests== * MySQL and Asterisk connectivity * Fax2Email modules * H323 module * #mime-construct * If g723 and g729 codecs are installed * Connected users * Autodialer * Part of GUI MOR Install Testing Manually Old | This can also be done man...", and the only contributor was "Admin" (talk))
- 14:35, 20 February 2026 Admin talk contribs deleted page Check GUI log (content was: "<center><big><big><big><b>IMPORTANT! INFORMATION IN THIS TOPIC IS OUTDATED AND NOT USED ANYMORE!</b></big></big></big></center> When you get this error on the GUI: We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly. or something else is not working (e.g Graphs), you need to check the RoR log. It has info on what is wrong. This can be done by accessing file ''/home/mor/log/production.log''. Starting from MOR v0...")
- 14:35, 20 February 2026 Admin talk contribs deleted page How to set static IP in Debian (content was: " /sbin/ifconfig eth0 192.168.10.12 netmask 255.255.255.0 broadcast 192.168.10.255 invoke-rc.d network restart Configuration is in '''/etc/network/interfaces''' '''Another Way''' 1) Edit the /etc/network/interfaces file Set the static IP changing the network interface that you need (Example ETH0) # The primary network interface allow-hotplug eth0 iface eth0 inet static...", and the only contributor was "Admin" (talk))
- 14:34, 20 February 2026 Admin talk contribs deleted page Click2Call (content was: "= >>> This feature is discontinued <<< = = Description = This function allows you to click on the phone icon in MOR GUI to initiate callback to a selected number. Enable it in '''SETTINGS - Functionality - Click2Call active'''. MOR will ring your default device and when you pick up, it will ring the destination number. Click2Call works in following way: # You press on the Image:icon_phone.png icon next to the phone number. # Your phone rings. # When you pick up your p...")
- 14:27, 20 February 2026 Admin talk contribs deleted page MOR Front-End tariffs configuration (content was: "To configure tariffs, firstly you have to log in to Magento admin. Configuration is located at System -> Configuration -> MOR settings section. To set up tariffs: 1) Expand "Front page" settings group; 2) Enter username and password of user who have access to tariffs that you want to display at front page. User must be either admin, or reseller; 3) Enter tariff ID's. They can be found in MOR, Billing -> Tariffs. Click on the rate and you'll see tariff ID in URL: File:tari...")
- 14:27, 20 February 2026 Admin talk contribs deleted page I want to change template (content was: "In order to change template, you have to: 1) Log in to administrator area 2) Go to System -> Configuration 3) At the Design group expand "Themes" 4) Type a name of template in "Default" field 5) Click "Save Config" at the top-right corner '''Note:''' At the moment there are two available templates: "grayscale" and "modern"", and the only contributor was "Admin" (talk))
- 14:27, 20 February 2026 Admin talk contribs deleted page I cannot login to MOR Front-End (content was: "==Log== Please check this log: PATH_TO_MAGENTO_INSTALLATION/var/log/mor.log === Possible problems and solutions === '''The requested URL /api/login was not found on this server.''' MOR_API is not enabled in MOR, or wrong MOR server address was given during installation '''I cannot login as Magento admin''' 1. Please check if you are using this address to login as...", and the only contributor was "Admin" (talk))
- 14:27, 20 February 2026 Admin talk contribs deleted page I have a problem with MOR Front-End (content was: "* I cannot login to MOR Front-End * I want to change template <br><br> == See also == * MOR Front-End * How to install MOR Front-End * MOR Front-End tariffs configuration")
- 14:27, 20 February 2026 Admin talk contribs deleted page Realtime Stats (content was: "Realtime is used on big screens in Call Center walls Image:Example.jpg to show agents their current performance during the working day. You can find Realtime in '''STATISTICS – Various – Realtime''': Click the Image:icon_calls.png '''Most called users''' icon. The Realtime window updates every 60 seconds. In it, you see all users with their stats: Image:realtime_...", and the only contributor was "Admin" (talk))
- 14:25, 20 February 2026 Admin talk contribs deleted page How to install MOR Front-End (content was: "30px'''IMPORTANT - this add-on is no longer supported!''' Kolmisoft has stopped development of MOR Front-End due to the reason of other priority projects as company concentrates mainly on improving softswitch/ billing part. However, there's possibility to integrate any Website / Front End you want using MOR API. Please contact vilius@kolmisoft.com for more information. <br><br> <br> =Configuration from MOR GUI= <br> Login to MOR as admin and go to SETT...")
- 14:25, 20 February 2026 Admin talk contribs deleted page MOR Front-End (content was: "<div align="center"><BIG><BIG><BIG><BIG>30px'''IMPORTANT - this add-on is no longer supported!'''</BIG></BIG></BIG></BIG></div> <br> Kolmisoft has stopped development of MOR Front-End due to the reason of other priority projects as company concentrates mainly on improving softswitch/ billing part. However, there's possibility to integrate any Website / Front End you want using MOR API. Please contact vilius@kolmisoft.com for more information. <br><br>...")
- 14:25, 20 February 2026 Admin talk contribs deleted page MOR and SER (content was: "rightrightSER in this page is referred to all broad of forks: [http://www.opensips.org/ OpenSIPS], [http://www.kamailio.org/ Kamailio] and other [http://en.wikipedia.org/wiki/OpenSER OpenSER] modifications. <br><br> ===Q. I want to use SER or openSIPS as sip server. Can I use it with your billing?=== A. Yes you can, but it will not int...", and the only contributor was "Admin" (talk))
- 14:24, 20 February 2026 Admin talk contribs deleted page Custom development requirements (content was: "<center><big><big><big>'''This page is under development!'''</big></big></big></center> = About = These are the requirements in order your custom developed features would be integrated into main code base. == Legal requirements == In order we would add your custom developed features or bugfixes into our main code base - you must [http://www.kolmisoft.com/packets/agreements/2013031...", and the only contributor was "Admin" (talk))
- 14:23, 20 February 2026 Admin talk contribs deleted page Custom Development (content was: "#REDIRECT Product Feedback Policy")
- 14:22, 20 February 2026 Admin talk contribs deleted page Completed Development (content was: "400px|right = Week 78 = == New Functionality == * [X5][M2] New option in Aggregates to filter stats by call amount == Improvements == * [X3][X4][X5] Better handling of very long destination numbers * [X3][X4][X5] Improved stability of Google Maps * [X3][X4][X5] Better handling SMS destination number with weird symbols * [X4][X5] Improved H...", and the only contributor was "Mindaugas" (talk))
- 14:21, 20 February 2026 Admin talk contribs deleted page Cloud PBX devices (content was: " Cloud PBX lets you set up a lot of different devices. Let's take a look at some of the different connections we've built so far: OtnzC.png VoIP Phones are your standard SIP devices; YeaLinks, Polycoms, Aastras, etc. These are the primary endpoints for hosted PBX subscribers. Take a look at the configuration page: vOEtA.png To setup a phone, all you have to do is Name i...", and the only contributor was "Valerij" (talk))
- 14:21, 20 February 2026 Admin talk contribs deleted page Client portal on Joomla integration page (content was: "Functionality for Client Portal on Joomla ==Functionality to implement== Login To be continued... ---- * 2008.02.20 Joomla addon Developer chat * 2008.02.22 Joomla addon - Thoughts on structure <br> ---- <br> 300px <br> ---- <br> 300px", and the only contributor was "Admin" (talk))
- 14:19, 20 February 2026 Admin talk contribs deleted page How to download VMWare image for MOR/M2 testing (content was: "Below are the links to download the VM Images: * [https://www.kolmisoft.com/mor-10cc MOR VM Image] * [https://www.kolmisoft.com/m4-10cc M4 VM Image] If you want to test the newest version, please sign up for the [https://www.kolmisoft.com/softswitches/pilot-project Pilot project].")
- 14:19, 20 February 2026 Admin talk contribs deleted page MOR VMware images (content was: "right|200px '''VMWare images for MOR testing.''' Use this link to [https://www.kolmisoft.com/mor-10cc] VMWare image. Extract downloaded file and import image to VMware Player which can be downloaded from [https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0 here]. For more detailed instructions on how to download the VMWare image for MOR testing please click here. Please...")
- 14:18, 20 February 2026 Admin talk contribs deleted page MOR install from InstallCD (content was: "MOR install from InstallCD is no longer available. Please use the following link to see the testing options: https://www.kolmisoft.com/softswitches/try-kolmisoft-softswitches<br><br> <br><br> = See also = * How to make your first call")
- 14:18, 20 February 2026 Admin talk contribs deleted page Check if downloaded file is not corrupted (content was: "=== NOTE: this method is useful when checksums.mdf file is available. === <br><br><br><br><br> Download the necessary file and the checksums.mdf file to a folder on your HDD: Image:file_check1.png Download and install http://193.138.191.205/packets/ExactFile-Setup.exe (for Windows) Run it and select the appropriate settings: Image:file_check2.png Click '''Go'''...", and the only contributor was "Admin" (talk))
- 14:18, 20 February 2026 Admin talk contribs deleted page MOR FREE Core upgrade (content was: "Please contact us https://www.kolmisoft.com/company/contact")
- 14:18, 20 February 2026 Admin talk contribs deleted page MOR FREE 64bit (content was: "MOR FREE is not available in 64bit version. In order to use MOR in 64bit environment - please contact us: https://www.kolmisoft.com/company/contact If you have MOR FREE 32bit and want to upgrade to MOR 64bit - you need to acquire MOR license. Old data can be transferred to a new installation preserving previously done configuration. <br><br> = See also = * MOR FREE")
- 14:18, 20 February 2026 Admin talk contribs deleted page MOR/M2 Related Guides (content was: "#REDIRECT MOR/M4 Related Guides", and the only contributor was "Admin" (talk))
- 14:17, 20 February 2026 Admin talk contribs deleted page MOR Related Guides (content was: "#REDIRECT MOR/M2 Related Guides", and the only contributor was "Mindaugas" (talk))
- 14:16, 20 February 2026 Admin talk contribs moved page MOR/M2 Related Guides to MOR/M4 Related Guides
- 14:15, 20 February 2026 Admin talk contribs deleted page How to download VMWare image for MOR X3 testing (content was: "#REDIRECT How to download VMWare image for MOR testing", and the only contributor was "Mindaugas" (talk))
- 14:14, 20 February 2026 Admin talk contribs deleted page Charging for phone support or consultations (content was: "#REDIRECT Business Model - Charging for phone support or consultations", and the only contributor was "Mindaugas" (talk))
- 14:14, 20 February 2026 Admin talk contribs deleted page Chan sip.c: sip xmit of 0x7f6e367cede0 (content was: "If you see something like this: [2022-06-03 11:24:32] WARNING[15599] acl.c: Cannot connect to 0.8.9.0: Invalid argument [2022-06-03 11:24:32] WARNING[15599] chan_sip.c: sip_xmit of 0x7f6e367cede0 (len 561) to 0.8.9.0:90 returned -1: Invalid argument [2022-06-03 11:24:33] WARNING[15599] chan_sip.c: sip_xmit of 0x7f6e367cede0 (len 561) to 0.8.9.0:90 returned -1: Invalid...", and the only contributor was "Edvardas" (talk))
- 14:13, 20 February 2026 Admin talk contribs deleted page Centos 7 repositories does not work anymore (content was: "#REDIRECT Centos 7 repositories do not work anymore", and the only contributor was "Admin" (talk))
- 14:00, 20 February 2026 Admin talk contribs moved page Centos 7 repositories does not work anymore to Centos 7 repositories do not work anymore
- 13:58, 20 February 2026 Admin talk contribs deleted page PIN is not recognized (content was: "#REDIRECT Card PIN is not recognized", and the only contributor was "Mindaugas" (talk))
- 13:58, 20 February 2026 Admin talk contribs deleted page Cals from Admin and from User perspective (content was: ".", and the only contributor was "Gilbertas" (talk))
- 13:57, 20 February 2026 Admin talk contribs deleted page Callshop video (content before blanking was: "http://wiki.kolmisoft.com/videos/c_shop.gif")
- 13:56, 20 February 2026 Admin talk contribs deleted page Calling Cards Ghost Minutes External Script (content was: "#REDIRECT Calling Cards External Script", and the only contributor was "Mindaugas" (talk))
- 13:54, 20 February 2026 Admin talk contribs deleted page Call is no going through and not shown in Last Calls (content was: "#REDIRECT Call is not going through and not shown in Last Calls", and the only contributor was "Mindaugas" (talk))
- 13:54, 20 February 2026 Admin talk contribs deleted page Call Shop functionality (content was: "#REDIRECT Call Shop Addon", and the only contributor was "Mindaugas" (talk))
- 13:54, 20 February 2026 Admin talk contribs deleted page C2C Addon Campaign (content was: "* Back to Click2Call Specification ---- Campaign is virtual entity which describes 1 marketing campaign. Relations: * User can have many campaigns * Campaign belongs to only 1 user Campaign has 1 device(operator) which answers to this campaign's calls. Campaign can specify comment type. E.g. Campaign's comments can have specific fields. * More about comments Campaign can be (by user): * Created * Edited * Deleted ---- To create C2C Camp...")
- 13:53, 20 February 2026 Admin talk contribs deleted page C2C Addon Comments (content was: "*Back to Click2Call Specification ** Back to C2C Addon Campaign ---- Each Click2Call Call can have comment. Comment can have different fields. It is possible to setup comment fields for each Campaign separately. To setup comment fields for each C2C Campaign press on '''Comment Fields''' icon in Campaigns window. Here you can add Comment Fields. Each of them can have '''Name''' and '''Description'''. '''Type''' can be ''text'', ''textarea'' or ''checkbox''. They de...")
- 13:53, 20 February 2026 Admin talk contribs deleted page MOR API c2c callback (content was: "MOR API <br><br> <center><big><big> THIS MANUAL IS ACTUAL FOR MOR 8 AND LOWER VERSIONS ONLY. MOR 9 AND UP HAS DIFFERENT METHOD FOR THIS! </big></big></center> <br> =Request= http://<YOUR_SERVER_IP>/billing/api/c2c_callback?u=<USERNAME>&p=<PASSWORD>campaign_id=<CAMPAIGN_ID>&client=<CLIENT> * USERNAME/PASSWORD - for user, not device! * CAMPAIGN_ID - for this campaign this c2c callback is * CLIENT- cient's number All fields are necessary to fi...")
- 13:52, 20 February 2026 Admin talk contribs deleted page Click2Call Addon example (content was: "<br><br> <center><big><big> ATTENTION - THIS ADDON IS DISCONTINUED! </big></big></center> <br> This example show how to present this addon to final users. Download this archive: http://193.138.191.205/packets/c2c_callback.zip Extract and put in your Apache home folder. Follow instructions in file to configure this example. Feel free to use this example in any way you want. <br><br> ---- See also: * Click2Call Specification * Click2Call Fast Start * C2C Greeting")