Template:Zimlet: Difference between revisions

(Added Category: Templates)
(Zimlet to interface with Asterisk Manager Interface (AMI) for adding dial-on-click functionality in Emails and Concats)
Line 1: Line 1:
{| class="zimlet" style="border-collapse: collapse;"
{| class="zimlet" style="border-collapse: collapse;"
| style="background-color: #aaaaaa;" align="right" width="20%" |''' Description:'''
| style="background-color: #aaaaaa;" align="right" width="20%" |''' Description:'''
| width="80%" |{{{description}}}
| width="80%" |The Zimlet does Interface with the Asterisk Manager Interface to integrate with Asterisk PBX. The main focus is dial-on-click for Phone numbers inside Contacts and Emails.
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Author:'''
| style="background-color: #aaaaaa;" align="right" | '''Author:'''
|{{{author}}}
|Christof Lauber
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Date Submitted:'''
| style="background-color: #aaaaaa;" align="right" | '''Date Submitted:'''
|{{{submitted}}}
|15-12-2008
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Zimbra Collaboration Suite Version:'''
| style="background-color: #aaaaaa;" align="right" | '''Zimbra Collaboration Suite Version:'''
|{{{zimbra_version}}}
|ZCS 5.11
|-
|-
| style="background-color: #aaaaaa;" align="right" |''' How to use it:'''
| style="background-color: #aaaaaa;" align="right" |''' How to use it:'''
|{{{howto}}}
|If phone number is recognized you will see a popup. Just click the phone number to dial. There is also a context menu with more options.
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Format of a phone'''
| style="background-color: #aaaaaa;" align="right" | '''Format of a phone'''
|{{{phone}}}
|Currenltly more european style phone numbers are recognized. Like +4912345678901, +49(12) 2345 678 901, 031 8922 23 40. If you are familiar with regular expressions you may edit the regexp in ch_bnc_asterisk.xml. (Edit regexp inside the <matchOn> element)
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Location/Download URL'''
| style="background-color: #aaaaaa;" align="right" | '''Location/Download URL'''
|{{{download}}}
|http://sourceforge.net/projects/ch-bnc-asterisk/download
|-
|-
| style="background-color: #aaaaaa;" align="right" |''' Zimlet Capabilities Leveraged'''
| style="background-color: #aaaaaa;" align="right" |''' Zimlet Capabilities Leveraged'''
|{{{leverage}}}
|
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Does it Appear in the Toolbar?'''
| style="background-color: #aaaaaa;" align="right" | '''Does it Appear in the Toolbar?'''
|{{{toolbar}}}
|Icon with Context Menu enabled.
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Zimlet Preferences'''
| style="background-color: #aaaaaa;" align="right" | '''Zimlet Preferences'''
|{{{preferences}}}
|Doublclick Icon or Contect Menu to set preferences.
* Phone extension
* Phone number Type when creating new contact out of a phone number
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Right click Options'''
| style="background-color: #aaaaaa;" align="right" | '''Right click Options'''
|{{{right_click}}}
|  
* Dial number
* Send SMS
* Show Info
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Conversation Drag'''
| style="background-color: #aaaaaa;" align="right" | '''Conversation Drag'''
|{{{conversation_drag}}}
|No
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Contact Drag'''
| style="background-color: #aaaaaa;" align="right" | '''Contact Drag'''
|{{{contact_drag}}}
|No
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''Calendar Drag'''
| style="background-color: #aaaaaa;" align="right" | '''Calendar Drag'''
|{{{calendar_drag}}}
|No
|-
|-
| style="background-color: #aaaaaa;" align="right" | '''External Costs or Integration?'''
| style="background-color: #aaaaaa;" align="right" | '''External Costs or Integration?'''
|{{{external}}}
|Zimlet needs a Asterisk PBX that has a configured Asterisk Manager Interface (AMI). The Zimlet's AMI account needs privileges call,command. For Sending SMS you need a correctly configured SMS() Application in your dialplan.
|}
|}



Revision as of 16:12, 15 December 2008

Description: The Zimlet does Interface with the Asterisk Manager Interface to integrate with Asterisk PBX. The main focus is dial-on-click for Phone numbers inside Contacts and Emails.
Author: Christof Lauber
Date Submitted: 15-12-2008
Zimbra Collaboration Suite Version: ZCS 5.11
How to use it: If phone number is recognized you will see a popup. Just click the phone number to dial. There is also a context menu with more options.
Format of a phone Currenltly more european style phone numbers are recognized. Like +4912345678901, +49(12) 2345 678 901, 031 8922 23 40. If you are familiar with regular expressions you may edit the regexp in ch_bnc_asterisk.xml. (Edit regexp inside the <matchOn> element)
Location/Download URL http://sourceforge.net/projects/ch-bnc-asterisk/download
Zimlet Capabilities Leveraged
Does it Appear in the Toolbar? Icon with Context Menu enabled.
Zimlet Preferences Doublclick Icon or Contect Menu to set preferences.
  • Phone extension
  • Phone number Type when creating new contact out of a phone number
Right click Options
  • Dial number
  • Send SMS
  • Show Info
Conversation Drag No
Contact Drag No
Calendar Drag No
External Costs or Integration? Zimlet needs a Asterisk PBX that has a configured Asterisk Manager Interface (AMI). The Zimlet's AMI account needs privileges call,command. For Sending SMS you need a correctly configured SMS() Application in your dialplan.

Jump to: navigation, search