Koozali.org: home of the SME Server

SAIL v3.1.0-97 - New Extension - Bad Label

Offline apmuthu

  • *
  • 244
  • +0/-0
SAIL v3.1.0-97 - New Extension - Bad Label
« on: January 10, 2011, 10:15:00 AM »
In SAIL v3.1.0-97, on the Create New Extension page, the CallerIDName label appears as "nohelp".

This forum does not allow attachments - hence I have not uploaded the screenshot.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL v3.1.0-97 - New Extension - Bad Label
« Reply #1 on: January 10, 2011, 10:31:37 AM »
Thanks apmutha

I've logged it.  It will be fixed in the next build (sometime today).

Kind Regards

S

Offline apmuthu

  • *
  • 244
  • +0/-0
Re: SAIL v3.1.0-97 - New Extension - Bad Label
« Reply #2 on: January 17, 2011, 06:34:55 PM »
This issue remains in the current v3.1.0-100 as well.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: SAIL v3.1.0-97 - New Extension - Bad Label
« Reply #3 on: January 17, 2011, 07:45:54 PM »
HI apmutha

Yeah, apologies for that; I'm afraid it got held as part of a bigger release which should go out as 101 or 102.

Thanks for the feedback

Kind Regards

S
« Last Edit: January 17, 2011, 08:00:03 PM by SARK devs »

Offline apmuthu

  • *
  • 244
  • +0/-0
Re: SAIL v3.1.0-97 - New Extension - Bad Label
« Reply #4 on: January 20, 2011, 06:16:15 PM »
Temporary Workaround:
Insert into SQLite
Code: [Select]
database: /opt/sark/db/sark.db
table: tt_help_user
the following:
Code: [Select]
pkey: calleridname
displayname: Caller ID Name
htext: Name displayed on phone for Caller ID

Expect it to be integrated into the SAIL soon whence this entry may be deleted.

How do we manipulate the SQLite databases thru the Web GUI?