Quote:
Hello, I am evaluating Third lane Pbx manager for asterisk and your asterisk zimlet and I think I have found an issue (small one ):
Third lane is a Multi tenant config manager for Asterisk and works very well for large implementations but gives you a long "AstDialContext" this is a problem in the per user config in the end user zimlet preference pane, when I set my Context in the global file it looks like <property name="astDialContext">from-inside-VanillaIT</property> and everything works, but when trying this in Zimbra the context is too long to fit in the "Telephone Context" field I have only room for 16 characters and I need 21, is this possible to solve?
|
Yes. For now you can easily fix it by unpacking the zip an changing the Zimlet's XML Descriptor file ch_bnc_asterisk.xml :
Code:
<property type="string" name="userAstDialContext" minLength="1" maxLength="16" label="Telephone context (ask your PBX admin)" value="default-unused"/>
Change the maxLength to fit your needs. Repack the zip and install again.
I am going to change this to a longer value in future versions.
Quote:
|
If this should be posted in any forums or newsgroups I'm sorry for this mail but I could not find any suitable
|
Yes please use the forum to contact me. Thanks!
Quote:
| Kind regards
Ola Larsson
VanillaIT
Sweden
|