playSMS version 0.9.9.1 has been released

This version released with a new default themes. Get it and test it :)

Changelog:

  • add new webservices type of action IX to get SMS on user’s inbox
  • add logger_print() at the begining and the end of webservices
  • add DBHOST and DBPORT on install script
  • add common place to put common js files, themes/common/jscss
  • add sendsms_host option in kannel gateway module (lucastx)
  • add option to load/parse .html and .md files on page_welcome
  • add hints with tooltip
  • add new option CSS URL to decorate sms_board
  • add new gateway Twilio twilio.com
  • add new language de_DE Deutsch (andre)
  • add lib/version.php contains version number
  • add automatically set Unicode if non-latin chars typed and vice versa (dvoryanchikov)
  • update kannel gateway related to account and dcs (dvoryanchikov)
  • update log level to 3 for clickatell getsmsstatus
  • update lang, more new translations on pt_BR (gschanuel)
  • upgrade themes default, re-design
  • upgrade all plugins to match new themes stuffs
  • upgrade action icons, use common icons for all themes but can be overriden
  • remove unused js and css files on themes default
  • remove dTree js and css files
  • remove themes ‘work2’
  • remove themes ‘km2’
  • remove column ‘status’ on inbox, incoming and outgoing tables
  • fix #90 webservices list all incoming SMS on ta=in regardless of uid
  • fix #89 forward sms_subscribe should check sms_sender (ibsoman)
  • fix #88 addslashes on sms_subscribe message (ibsoman)
  • fix #87 correcting mistake and addslashes before sms_autoreply reply (ibsoman)
  • fix search categories in user_mgmnt
  • fix plugin loader, wrongly use counter variable

Enjoy.

20 thoughts on “playSMS version 0.9.9.1 has been released

      1. I have also tried to change the language on your Demo Install. There is the same problem. Its always English. Doesnt matter what i select.

        Like

      2. Hi,

        I did this on my server:
        apt-get install language-pack-id language-pack-de language-pack-fr language-pack-br language-pack-es language-pack-zh-hans

        Now you may try to change the language, from both Main configuration and/or User configuration.

        Anton

        Like

      3. I tried to install language packs, but in my raspberry pi, they are not available.

        Like

    1. you need to install and enable gettext php extension on your servers and every thing will work just fine.

      explanation:

      play sms use these function to load language files :

      bindtextdomain(‘messages’, _APPS_PATH_PLUG_ . ‘/language/’);
      bind_textdomain_codeset(‘messages’, ‘UTF-8’);
      textdomain(‘messages’);

      and these functions is part of gettext extention and need to be installed on the server .

      Like

  1. Hi, sorry for my english :)
    In playsms.log there is many error:
    “L1 init # Fail to connect to database”
    but the config.php is ok and i see the phonebook, old sms send on playsms.

    Like

  2. Hi, when stop and start the playsms with /etc/init.d/playsms the connection to the database fails. Restart the server and the connection is established.
    Is correct 5 process?
    root 1137 0.0 0.0 3356 1360 ? S 08:21 0:00 /bin/bash /usr/local/bin/playsmsd /var/www/playsms
    root 1158 0.0 0.0 3352 1372 ? S 08:21 0:00 /bin/bash /usr/local/bin/sendsmsd /var/www/playsms
    root 1440 0.0 0.0 3356 1360 ? S 08:21 0:00 /bin/bash ./playsmsd /var/www/playsms
    root 1442 0.0 0.0 3348 1364 ? S 08:21 0:00 /bin/bash ./sendsmsd /var/www/playsms
    root 6610 0.0 0.5 47500 11232 ? R 08:30 0:00 /usr/bin/php -q /usr/local/bin/sendsmsd.php /var/www/p_GETQUEUE_

    Like

    1. playsmsd and sendsmsd should be only 1 instance. Check perhaps you ran them twice, if you’re using init.d you shouldn’t put it on rc.local, or you shouldn’t ran it manually.. stuffs like that.

      Like

    1. If coding=2 the sms is truncated at 67 char. If coding=0 or it isn’t present in the url the sms is complete.

      Like

      1. Hi,

        In my opinion I think you should change the password now and always sanitize the text before paste it into public places like here, in the comment area.

        And please post question in mailing list.

        Thanks :)

        Like

  3. why my sms status not changing.. it stated pending even sms already sent. p_status not changing from 0 to 1.. it worked on my version 0.9.7.2 but not after upgrade to 0.9.9.1..

    Like

Comments are closed.