NetXMS 1.1.3 released

Started by Victor Kirhenshtein, July 06, 2011, 09:15:36 PM

Previous topic - Next topic

Victor Kirhenshtein

Hi all!

NetXMS version 1.1.3 is out. It's mostly a bugfix release which solves some critical issues found in 1.1.2. Change log:

- Added SMS driver for Portech MV-37x VoIP GSM gateways
- Fixed serious memory leaks in server
- Fixed compilation problems on some Linux distributions
- Multiple fixes and minor improvements in server and management console

Best regards,
Victor

Sumit Pandya

Victor Hi,
    I see, for "Portech", you have used GSM modem "kind of" procedure. The difference is just opening "Local" terminal v/s "Remote" terminal. I see better programming is to be through w.r.t. terminal settings. There are few Portech like gateways which provide telnet interface for SMS sending.
    There are some gateway devices which provide similar functionality over HTTP URL GET/POST as well.
    Also have you though about Session Initiation Protocol (SIP) Extension for Instant Messaging http://tools.ietf.org/rfc/rfc3428

Victor Kirhenshtein

Hi!

Sorry, I don't fully understand what you mean by "to be through w.r.t. terminal settings".
Adding support for SIP instant messaging is a good idea, I'l ltake a look how hard it could be to implement it.

Best regards,
Victor

Sumit Pandya

For GSM Modem, When we open COMX or /dev/ttySX, those are generally device having terminal characteristics. Similarly Telnet or SSH are remote terminals only.
I looked into code of Portech and found that driver is actually mean of remote terminal.
I've experienced few "SMS" devices which provides me CLI over telnet or SSH.
I proposed you to introduce Local and Remote terminal concept. Local terminal means serial-port attached GSM Modem. Remote terminal means Proto://username:password@IP:port