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
  #1 (permalink)  
Old 07-25-2006, 07:46 AM
Active Member
 
Posts: 35
Default Asterisk Wiki

I've started a guide in the Asterisk wiki (trying to start some kind of support here), one of the things that make Ubuntu great is it's community. I'm sure some of you have gotten this to work, but no-one feels like documenting how they went about it. So I'm trying to get the ball rolling here:

http://wiki.zimbra.com/index.php?tit...sk_VOIP_Zimlet
Reply With Quote
  #2 (permalink)  
Old 07-25-2006, 12:04 PM
Active Member
 
Posts: 35
Default

I see some of the community now getting involved in the wiki, thanks Marc MacIntyre. BTW, even though the changes are minor (piping the config_template.xml and tomcat restart) it still doesn't fix the problem.

I upgraded to 3.2 M2 today, and tried the whole process again. No go still.... actually now it jumps the java process to 100% on the Zimbra server and slows everything down if I even try to use the Asterisk Zimlet.

Anyone out there got this to work yet?
Reply With Quote
  #3 (permalink)  
Old 08-01-2006, 03:22 PM
Junior Member
 
Posts: 5
Default

I'm having the same issue with Java jumping to 100%. I followed the wiki for creating the conifg and thought I pointed it to my asterisk machine but when I right click on the asterisk zimlet and select phone server it points to here http://192.168.1.254/?referrer=www.zimbra.com. ( the default in the config file). I don't see any attempts to connect to the asterisk box.
Reply With Quote
  #4 (permalink)  
Old 08-01-2006, 03:58 PM
Junior Member
 
Posts: 5
Default

I also noticed this although I'm not sure it has anything to do with my issues.

zmzimletctl ldapDeploy com_zimbra_asterisk.zip
[] INFO: Deploying Zimlet com_zimbra_asterisk in LDAP.
Error: Cannot create Zimlet com_zimbra_asterisk: [LDAP: error code 68 - Entry Already Exists]

zmzimletctl undeploy com_zimbra_asterisk.zip
[] INFO: Uninstalling Zimlet com_zimbra_asterisk.zip from LDAP.
[] INFO: Removing Zimlet com_zimbra_asterisk.zip from COS default
Error: Cannot delete Zimlet com_zimbra_asterisk.zip: [LDAP: error code 32 - No Such Object]
Reply With Quote
  #5 (permalink)  
Old 08-02-2006, 02:00 AM
Intermediate Member
 
Posts: 22
Default

Quote:
Originally Posted by crash
I'm having the same issue with Java jumping to 100%. I followed the wiki for creating the conifg and thought I pointed it to my asterisk machine but when I right click on the asterisk zimlet and select phone server it points to here http://192.168.1.254/?referrer=www.zimbra.com. ( the default in the config file). I don't see any attempts to connect to the asterisk box.
Had the same problem, but found the error finally. The process causing the CPU needing 100% seems to be tomcat. If you look in /opt/zimbra/tomcat/logs/catalina.out you'll see it alwas tries to bind ports to an IP, which is the one in the default config file of com_zimbra_asterisk.zip.
So it seems that using "zmzimletctl configure" to adjust the IP-settings is not working properly. If you change the IP in the .zip-file before deploying the zimlet its working. Probably a bug in zmzimletctl?

But its still not working completely. The phone I'm calling is ringing after using the zimlet, but my own phone keeps being quiet. How is it supposed to be informed of the call? Do I have to make any special rules in asterisks extensions.conf?
Reply With Quote
  #6 (permalink)  
Old 08-03-2006, 12:24 PM
New Member
 
Posts: 4
Default

Quote:
Originally Posted by henrik_b
Had the same problem, but found the error finally. The process causing the CPU needing 100% seems to be tomcat. If you look in /opt/zimbra/tomcat/logs/catalina.out you'll see it alwas tries to bind ports to an IP, which is the one in the default config file of com_zimbra_asterisk.zip.
So it seems that using "zmzimletctl configure" to adjust the IP-settings is not working properly. If you change the IP in the .zip-file before deploying the zimlet its working. Probably a bug in zmzimletctl?

But its still not working completely. The phone I'm calling is ringing after using the zimlet, but my own phone keeps being quiet. How is it supposed to be informed of the call? Do I have to make any special rules in asterisks extensions.conf?
I get this same problem. Asterisk makes the call but my desk phone doesn't ring. The zimlet doesn't seem to originate the call correctly.
Reply With Quote
  #7 (permalink)  
Old 08-10-2006, 08:14 PM
Zimbra Employee
 
Posts: 4,792
Default

"http://192.168.1.254" is our Zimbra asterisk server You'll need to change the IP to bethe IP of your own asterisk server. See the Wiki for how to do that.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #8 (permalink)  
Old 08-11-2006, 09:45 AM
New Member
 
Posts: 4
Default

To the best of my knowledge I've read every thread that talks about the Asterisk zimlet. When I run the command "zmzimletctl getConfigTemplate com_zimbra_asterisk.zip" the sipHost IP address is the correct IP address of my Asterisk server. When I dial a number from Zimbra the call is placed but as I said in my previous post it does not originate the call, it just dials the number with no connection to the extension of the user making the call. I've seen many problems with this zimlet including 100% processor utilization at times, which mine does too. The thread does not have a sucessful resolution to this problem.

Does anyone know how to get this zimlet to work correctly? How is the zimlet supposed to work? Does it actually originate a call or just dial both the number and the extension?
Reply With Quote
  #9 (permalink)  
Old 08-11-2006, 07:34 PM
Zimbra Employee
 
Posts: 4,792
Default

It will use the Asterisk bridge number(ext) to make two calls one to the first number and one to the second. The 2nd should ring after the first anwsers.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #10 (permalink)  
Old 08-11-2006, 07:43 PM
Moderator
 
Posts: 451
Default

Quote:
Originally Posted by seanh
To the best of my knowledge I've read every thread that talks about the Asterisk zimlet. When I run the command "zmzimletctl getConfigTemplate com_zimbra_asterisk.zip" the sipHost IP address is the correct IP address of my Asterisk server. When I dial a number from Zimbra the call is placed but as I said in my previous post it does not originate the call, it just dials the number with no connection to the extension of the user making the call. I've seen many problems with this zimlet including 100% processor utilization at times, which mine does too. The thread does not have a sucessful resolution to this problem.

Does anyone know how to get this zimlet to work correctly? How is the zimlet supposed to work? Does it actually originate a call or just dial both the number and the extension?
*edit*

Well I spoke a little soon. So I can get it to make an outbound call, but I can't seem to get it to connect that to my desk line. I have my info as listed here. 8730 is my desk extension. I have **** my cell phone number intentionally for this post.

So if I click on the Zimlet, get a window that says: Call From: I can choose say my desk number

Call to: I enter any external number

The external number rings, but my desk phone never rings, so the line is dead air.

I must be missing something, it has been a long day battling SuSE, so forgive me
Attached Images
File Type: png Picture 1.png (17.0 KB, 3285 views)
__________________
http://perceiva.com

Last edited by gmsmith; 08-11-2006 at 08:14 PM..
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.