返回列表 發帖
本帖最後由 ckleea 於 2010-10-17 20:52 編輯

No problem at all. You may let me know which packages you want later. I did the compilation for you. I use ATOM centos server. It does take quite some time for compilation.

For USB-RS232 dongle, I got mine from Yahoo at HK$23 inclusive of postage. So far no problem, you get the puttytel to work with it.

TOP

回復 117# bubblestar


    The dongle is readily available from yahoo.com.

TOP

差小小未解決,developer 最近將GUI 改動,我就有login 的問題。但 developer clean install 又 works! 奇怪!

TOP

Switchfin gets GUI uploads         PDF         Print         E-mail
Written by Jason   
Sunday, 17 October 2010 22:25

Hi Guys

Uploading of Music on Hold, Firmware and Backups is now supported natively from the GUI 4.0!!
Due to large changes in the core of switchfin/asterisk you will need to reset all configs when upgrading to the new revision.
We have also noticed significant speed increases in the GUI, from this upgrade.

This is all thanks to Jason Kenah from http://ii-tec.com

Any issues please address them in the forum.


Last Updated on Tuesday, 19 October 2010 11:32

TOP

回復 122# bubblestar


Developer has forgotten to make some changes in the configs of the source code. According to him, it would be easy for the management via GUI.

I will test and report later.

TOP

回復 122# bubblestar


The GUI is super fast!
When iptables is ready, worth the try.

TOP

My feeling is that its ajax interface is faster than before. Developer said it uses reverse proxy.

The http.conf and manager.conf are different.

http.conf
  1. [general]
  2. enabled = true
  3. enablestatic = false
  4. bindaddr = 127.0.0.1
  5. bindport = 8888
  6. prefix =
複製代碼
manager.conf
  1. ;
  2. ; AMI - The Asterisk Manager Interface
  3. ;
  4. ; Third party application call management support and PBX event supervision
  5. ;
  6. ; This configuration file is read every time someone logs in
  7. ;
  8. ; Use the "manager list commands" at the CLI to list available manager commands
  9. ; and their authorization levels.
  10. ;
  11. ; "manager show command <command>" will show a help text.
  12. ;
  13. ; ---------------------------- SECURITY NOTE -------------------------------
  14. ; Note that you should not enable the AMI on a public IP address. If needed,
  15. ; block this TCP port with iptables (or another FW software) and reach it
  16. ; with IPsec, SSH, or SSL vpn tunnel.  You can also make the manager
  17. ; interface available over http if Asterisk's http server is enabled in
  18. ; http.conf and if both "enabled" and "webenabled" are set to yes in
  19. ; this file.  Both default to no.  httptimeout provides the maximum
  20. ; timeout in seconds before a web based session is discarded.  The
  21. ; default is 60 seconds.
  22. ;
  23. [general]
  24. ;displaysystemname = yes
  25. enabled = yes
  26. webenabled = yes
  27. port = 5038

  28. ;httptimeout = 60
  29. ; a) httptimeout sets the Max-Age of the http cookie
  30. ; b) httptimeout is the amount of time the webserver waits
  31. ;    on a action=waitevent request (actually its httptimeout-10)
  32. ; c) httptimeout is also the amount of time the webserver keeps
  33. ;    a http session alive after completing a successful action

  34. bindaddr = 127.0.0.1
  35. ;displayconnects = yes
  36. ;
  37. ; Add a Unix epoch timestamp to events (not action responses)
  38. ;
  39. ;timestampevents = yes

  40. [admin]
  41. secret = switchfin
  42. deny=0.0.0.0/0.0.0.0
  43. permit=127.0.0.1/255.255.255.255
  44. ;
  45. ; If the device connected via this user accepts input slowly,
  46. ; the timeout for writes to it can be increased to keep it
  47. ; from being disconnected (value is in milliseconds)
  48. ;
  49. ; writetimeout = 100
  50. ;
  51. ; Authorization for various classes
  52. read = system,call,log,verbose,command,agent,user,config
  53. write = system,call,log,verbose,command,agent,user,config
複製代碼

TOP

You can see the firmware upload screen. They have put down to save network setting.

screenshot.7.jpg (97.63 KB)

screenshot.7.jpg

TOP

回復 128# bubblestar

Yes. in term of security and settings, it would be easy to manage.

TOP

Developer 剛通知,修改好source code,應該會有iptables for IP01

TOP

Latest version is SVN 431. Look working well.
IPTables works
GUI Fast
INADNS works
Firmware upload now no need of TFTPD, just upload, the GUI will put the file into the proper directory /persistent/Imageupdate and rename the file to uImage. After reboot, new firmware. The good thing is the inclusion of the option that when reset config, it allows you to save the network setting to default. Now almost no need to use the RS232 console.




The other is services manager via GUI

screenshot.13.jpg (151 KB)

System Status

screenshot.13.jpg

screenshot.11.jpg (190.32 KB)

Service Manager

screenshot.11.jpg

TOP

本帖最後由 ckleea 於 2010-11-2 12:45 編輯

你裝太多 packages,我裝咗 iptables, n2n inadyn, tiff2pdf,  唔好裝 perl,

另外,compile 時可改2個files to enable DHCP
persistent/etc/asterisk/rc_org.conf
persistent/etc/network.conf

files 在這裏
/usr/src/switchfin/package/persistent/ip01/persistent
如果你要 firmware, 當然可以代勞。

TOP

回復 134# bubblestar


Can you see the boot message via RS232 terminal? If you can, it is safe. Then go to the atcom site to recover the firmware first.
No worry.  I have done so for twice.

TOP

Also check if you can reach login screen?  If you can, issue the following comands after login as root/uCLinux

chmod +x /persistent/etc/init.d/dahdi
chmod +x /persistent/etc/init.d/vlan

/persistent/etc/init.d/dahdi disable
/persistent/etc/init.d/vlan disable

rm /persistent/etc/rc.d/S55vlan

/persistent/etc/init.d/dahdi enable
/persistent/etc/init.d/vlan enable
ls -al /etc/rc.d/

sync
reboot

Your reference is here
http://www.fredshack.com/docs/atcom_ip01.html
No worry.

TOP

You must have upload the firmware wrongly. Still no worry. Try to hit the return within the 3 seconds.

Follow the instruction to restore ATCOM IP01 firmware first. ext2 file remember.

Follow the instructions in page 7 and 8 of this file

http://www.atcom.cn/downloads/IP ... 20Guide-V1.0-EN.pdf

If you are not ok,  give your IP01 to me. I can help.

TOP

返回列表