Chris,

Fantastic!

(No response required. Just wanna congratulate Chris outside of the JIRA issue.)

Jonathon

Chris Howe (JIRA) wrote:
[ https://issues.apache.org/jira/browse/OFBIZ-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466390 ]
Chris Howe commented on OFBIZ-640:
----------------------------------

One more thing. The patch creates a component in the hot-deploy folder, simply drop the jar files into hot-deploy/trixbox/lib
Support for Trixbox (Asterisk) Click  to Dial
---------------------------------------------

                Key: OFBIZ-640
                URL: https://issues.apache.org/jira/browse/OFBIZ-640
            Project: Apache OFBiz (The Open for Business Project)
         Issue Type: New Feature
           Reporter: Chris Howe
        Attachments: asterisk-java-0.3-m1.jar, asterisk-jtapi-0.2.jar, 
gjtapi-20060515.jar, jtapi-1.3.1.jar, trixbox.patch


This was a very exciting feature to get working for me. Using several open source Java->Asterisk jars a very simple service is implemented through simple-methods that takes parameters to create a call to first the originator's channel and then to an extension. parameters (* denotes required)
*originatingChannel - Will call this channel first, needs to be in the format "SIP/200" 
or "IAX2/200"
*extension - Will call this party after the originatingChannel has accepted the 
call
priority - not sure the actual usage of this one, if not passed into the service defaults 
to "1"
context - used with the asterisk dial plans, if not passed will take from 
trixbox.properties files
actionTimeout - timeout I believe for both parties to accept the call


Reply via email to