Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 12-02-2009, 03:56 AM
Senior Member
 
Posts: 72
Default

Hi

Quote:
Originally Posted by typiquement View Post
Hello,

Indeed, a call between 2 softphones works perfectly whereas zimbra is not able to call anyone : when I try to call someone, my softphone rings and tells me that I have an incoming call from "callto:remote_number"
Hmm looks good. Did you pickup the ringing phone? Thats how originate within asterisk works. Asterisk calls you, the caller, and as soon as you pickup the callee (number you clicked in zimbra) is dialed. But you have to pickup the phone first.
Reply With Quote
  #12 (permalink)  
Old 12-02-2009, 04:00 AM
Senior Member
 
Posts: 72
Default

Quote:
Here is the error, please help!!!
2009-11-27 11:21:26,052 WARN [btpool0-2://10.5.200.224/service/zimlet/ch_bnc_asterisk/asterisk.jsp?callee=274] [] log - /service/zimlet/ch_bnc_asterisk/asterisk.jsp
org.apache.jasper.JasperException: /ch_bnc_asterisk/asterisk.jsp(34,0) PWC6032: Unable to load tag handler class "com.zimbra.cs.taglib.ZimletConfig" for tag "z:zimletconfig"
Did you place the symlinks in /opt/zimbra/jetty/webapps/zimlet/WEB-INF i mentioned in the first post of this thread?
Reply With Quote
  #13 (permalink)  
Old 12-02-2009, 06:00 AM
Active Member
 
Posts: 29
Default

Thanks a lot Smooth1 and Chlauber : indeed my error was a context error : I haven't changed a configuration line in the configuration .xml file
<property name="astDialContext">default</property>
which was by default configured to the context "internal"
What's more is that we actually feared a misconfiguration due to the fact that the wrong phone was ringing
Reply With Quote
  #14 (permalink)  
Old 12-02-2009, 07:26 AM
pho pho is offline
Starter Member
 
Posts: 2
Default PWC6032: Unable to load tag handler class

Quote:
Originally Posted by chlauber View Post
Did you place the symlinks in /opt/zimbra/jetty/webapps/zimlet/WEB-INF i mentioned in the first post of this thread?
I have similar problem to rjsm2co:

2009-12-02 13:16:13,115 WARN [btpool0-13:https://1.1.1.1:443/service/zimlet/c...ee=0796033233] [] log - /service/zimlet/ch_bnc_asterisk/asterisk.jsp
org.apache.jasper.JasperException: /ch_bnc_asterisk/asterisk.jsp(34,0) PWC6032: Unable to load tag handler class "com.zimbra.cs.taglib.ZimletConfig" for tag "z:zimletconfig"


My links look like this:

[root@zimbra-test zimbra]# ls -la /opt/zimbra/jetty/webapps/zimlet/WEB-INF
total 12
drwxr-x--- 2 zimbra zimbra 4096 Dec 2 13:17 .
drwxr-x--- 3 zimbra zimbra 4096 Nov 30 13:36 ..
lrwxrwxrwx 1 zimbra zimbra 44 Dec 2 13:12 lib -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/lib
lrwxrwxrwx 1 zimbra zimbra 45 Dec 2 13:12 tags -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/tags
lrwxrwxrwx 1 zimbra zimbra 45 Dec 2 13:12 tlds -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/tlds
-r--r----- 1 zimbra zimbra 2151 Dec 2 13:17 web.xml
lrwxrwxrwx 1 zimbra zimbra 52 Nov 30 16:05 zimbra.tld -> /opt/zimbra/jetty/webapps/service/WEB-INF/zimbra.tld


Any ideas what could be wrong?

Thanks,
Peter
Reply With Quote
  #15 (permalink)  
Old 12-02-2009, 07:32 AM
Senior Member
 
Posts: 72
Default

Quote:
Originally Posted by pho View Post
I have similar problem to rjsm2co:

2009-12-02 13:16:13,115 WARN [btpool0-13:https://1.1.1.1:443/service/zimlet/c...ee=0796033233] [] log - /service/zimlet/ch_bnc_asterisk/asterisk.jsp
org.apache.jasper.JasperException: /ch_bnc_asterisk/asterisk.jsp(34,0) PWC6032: Unable to load tag handler class "com.zimbra.cs.taglib.ZimletConfig" for tag "z:zimletconfig"


My links look like this:

[root@zimbra-test zimbra]# ls -la /opt/zimbra/jetty/webapps/zimlet/WEB-INF
total 12
drwxr-x--- 2 zimbra zimbra 4096 Dec 2 13:17 .
drwxr-x--- 3 zimbra zimbra 4096 Nov 30 13:36 ..
lrwxrwxrwx 1 zimbra zimbra 44 Dec 2 13:12 lib -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/lib
lrwxrwxrwx 1 zimbra zimbra 45 Dec 2 13:12 tags -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/tags
lrwxrwxrwx 1 zimbra zimbra 45 Dec 2 13:12 tlds -> /opt/zimbra/jetty/webapps/zimbra/WEB-INF/tlds
-r--r----- 1 zimbra zimbra 2151 Dec 2 13:17 web.xml
lrwxrwxrwx 1 zimbra zimbra 52 Nov 30 16:05 zimbra.tld -> /opt/zimbra/jetty/webapps/service/WEB-INF/zimbra.tld


Any ideas what could be wrong?

Thanks,
Peter
Hi Peter
You need libs from webapps/service/ not from webapps/zimbra/. Check to have this:

Code:
zimbra.tld -> /opt/zimbra/jetty/webapps/service/WEB-INF/zimbra.tld
lib -> /opt/zimbra/jetty/webapps/service/WEB-INF/lib
Reply With Quote
  #16 (permalink)  
Old 12-04-2009, 08:25 AM
pho pho is offline
Starter Member
 
Posts: 2
Default

Hello Chlauber

That was it. Thanks.

Grüsse,
Peter
Reply With Quote
  #17 (permalink)  
Old 12-10-2009, 06:42 AM
Junior Member
 
Posts: 8
Default Who can help me to setup my system using SIP?

Hi, everyone,

I need to setup a asterisk server using VOIP and the zimlet, who can help me?

Jim
Reply With Quote
  #18 (permalink)  
Old 12-10-2009, 06:51 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Quote:
Originally Posted by bluefisher80 View Post
I need to setup a asterisk server using VOIP and the zimlet, who can help me?
Why don't you try describing what you've done and if it's not working what errors you're seeing?
__________________
Regards


Bill
Reply With Quote
  #19 (permalink)  
Old 12-12-2009, 07:22 AM
Junior Member
 
Posts: 8
Default

I just installed the asteirsk & zimbra & the zimlet.
I think the zimlet is correctly installed.
But the asterisk and voip is not yet done. but I need to setup up a demo site quickly using voip, so i made that request.
well, after study for several days, I think maybe I can setup.

So my question this time, after installing and configuring, what will I have,
I mean, when I dial a number from zimbra using the firefox IE, what will happen, is there a web page screen popup and I can make a call justing using the web page , or do I need to install some software on the client to call through the asterisk server, completely dont know what will happen.

Please kindly help!

Jim
Reply With Quote
  #20 (permalink)  
Old 12-14-2009, 06:06 AM
New Member
 
Posts: 4
Default "From" number is not changed

Every user has "from" number, configured in preferences. When user changes this number and tries to make a call - zimlet thinks, that the number didn't change, and first makes a call to the old one.
This is for 0.7b version of zimlet and 6.0.2_GA version of Zimbra. Would it be possible to fix this issue somehow?
Thank you in advance,

Siarhei.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.