Jump to content

s.degtyarev

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by s.degtyarev

  1. Yes you are right. That was ports state TIME_WAIT problem. If you try to start snomeone before ports free you will wait for a long time. You should wat for ports to close before snomeone starts. It take 1-2 minutes. Then snomone starts as usual. Fast hack to init script for snomone 4 users: 1c1 < #! /bin/sh --- > #! /bin/bash 97a98 > 111a113,119 > echo "Waiting for port to close" > while `nc -zv -w3 127.0.0.1 80 <<< ” &> /dev/null` > do > echo -ne "." > sleep 1 > done > echo 'closed'
  2. I'm not sure if http port is free before starting. Will check next time when it's possible. snomONE (with its web interface ) stopped with snomONE stop and it takes about 30-50 sec. Earlier it was enough to free http port. Anyway no stop process, no restart process, even no server restart helps. The only solution is to wait. I will try to strace process when it's possible.
  3. # ls -l ./snomONE-ctrl lrwxrwxrwx 1 root root 37 Jul 17 2012 ./snomONE-ctrl -> /usr/local/snomONE/pbxctrl.4.5.0.1090 #cat /etc/debian_version 6.0.5 # uname -a Linux snomeone 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/Linux # free total used free shared buffers cached Mem: 3924424 3813168 111256 0 255524 2595500 -/+ buffers/cache: 962144 2962280 Swap: 7910392 672 7909720 # cat /proc/cpuinfo |egrep 'processor|model name' processor : 0 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 1 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 2 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 3 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 4 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 5 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 6 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz processor : 7 model name : Intel(R) Xeon(R) CPU E31240 @ 3.30GHz # ls /usr/local/snomONE/users|wc -l 279 Starting time between /etc/init.d/snomeone start and service accepting connection about 30 minutes. During this time - no logs created - ioactivity of "snomONE-ctrl --dir /usr/local/snomONE/ --config /usr/local/snomONE/pbx.xml" is about 500 KB/s. - CPU load low. What should you recommend to check?
  4. I have already found this release. Updated. Will check tomorrow. Thank you.
  5. Only 1075 version here -- http://wiki.snomone.com/index.php?title=Installers_(Release_4.5) Debian Installer - http://downloads.snom.net/snomONE/debian/v4.5/snomone_4.5.0.1075-i386.deb
  6. 4.5.0.1075 Delta Aurigids (Debian32) Yes, AFAIR this message appeared after upgrade 4.2 - 4.5.
  7. Hello. Snom 370 Dialplan configured. Transfer on Onhook ON When user using TRANSFER + number onhook transfers good. When user using TRANSFER + BLF call transfers just after pressing BLF button. Onhook generates transfer and snomeone alerts user with "This function not available at the moment". How could I stop this message but keep onhook transfer?
×
×
  • Create New...