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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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: 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: trixbox.patch

> 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: 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: gjtapi-20060515.jar

> 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

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: jtapi-1.3.1.jar

> 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

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: asterisk-jtapi-0.2.jar

> 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

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: asterisk-java-0.3-m1.jar

> 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

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ 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

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

Support for telephony in OFBiz?

jonwimp
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 | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: trixbox.patch

> 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, 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe commented on OFBIZ-640:
----------------------------------

Original patch used "context" as a field name which conflicts when sending parameters from a screen.  Changed to callContext.

> 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, 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe updated OFBIZ-640:
-----------------------------

    Attachment: trixbox.patch

changes Integer.TYPE to int as that is the convention decided on in OFBIZ-400

> 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, 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chris Howe commented on OFBIZ-640:
----------------------------------

Just when you spend a weekend getting something to wrok...someone goes and makes the whole thing even easier...

http://nerdvittles.com/index.php?p=170

> Support for Trixbox (Asterisk) Click  to Dial
> ---------------------------------------------
>
>                 Key: OFBIZ-640
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-640
>             Project: 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, 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

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

    Component/s:     (was: framework)
                 INCORPORATING ISSUE

> 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: INCORPORATING ISSUE
>            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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux updated OFBIZ-640:
----------------------------------

    Component/s:     (was: INCORPORATING ISSUE)
                 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.