Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: apmuthu on January 10, 2011, 10:15:00 AM

Title: SAIL v3.1.0-97 - New Extension - Bad Label
Post by: apmuthu 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.
Title: Re: SAIL v3.1.0-97 - New Extension - Bad Label
Post by: SARK devs 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
Title: Re: SAIL v3.1.0-97 - New Extension - Bad Label
Post by: apmuthu on January 17, 2011, 06:34:55 PM
This issue remains in the current v3.1.0-100 as well.
Title: Re: SAIL v3.1.0-97 - New Extension - Bad Label
Post by: SARK devs 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
Title: Re: SAIL v3.1.0-97 - New Extension - Bad Label
Post by: apmuthu 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?