You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2007/12/13 12:11:43 UTC

[jira] Updated: (OFBIZ-640) Support for Trixbox (Asterisk) Click to Dial

     [ https://issues.apache.org/jira/browse/OFBIZ-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Risaliti updated OFBIZ-640:
---------------------------------

    Component/s: framework

> Support for Trixbox (Asterisk) Click  to Dial
> ---------------------------------------------
>
>                 Key: OFBIZ-640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-640
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>            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, trixbox.patch, 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.