DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
This is a service that invokes a simple-method and just needs a few parameters to initiate the click to dial call. You can use your imagination on how to invoke it and pass the parameters (ie form, hyperlink, other services, etc). Please be cautious of security though because you are likely giving OFBiz access to an outside line that someone could use.
- originatingChannel
This is the first channel to call. Should be in the format of IAX2/\[extension\] or SIP/\[extension\].Wiki Markup I will do some testing to see what format it needs to be in for the originatingChannel to be POTS number possibly something like ZAP/\[outsideNumber\]Wiki Markup
- extension
- This is the second channel to call. This is usually just the phone number. Your dialplan in asterisk should determine how to handle this.
- priority
- I don't have all the details on what this does. If not provided, the service will assume "1" which I believe takes top priority (ie call now)
- context
- This is the context that it will invoke from in the dial plan. I haven't done much experimenting here yet. This is likely where you'll want to implement security.
- actionTimeout
- The timeout in milliseconds for the action to complete, in this case I believe it is the cumulative time it takes for the first channel to answer and the second channel to respond
- The timeout in milliseconds for the action to complete, in this case I believe it is the cumulative time it takes for the first channel to answer and the second channel to respond