Additional Info
Requires Mule Enterprise License |
No |
Requires Entitlement |
No |
Mule Version |
3.5.0 or higher |
Configs
Configuration
<cdc-software:config>
Configuration
Processors
Release call
<cdc-software:release-call>
releaseCall
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
call |
the callId to answer |
x |
||
agentInstrument |
the extension used by agent |
x |
Answer call
<cdc-software:answer-call>
answerCall
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
call |
the callId to answer |
x |
||
agentInstrument |
the extension used by agent |
x |
Make call
<cdc-software:make-call>
makeCall
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
agentId |
the agent Id placing the call |
x |
||
phoneNumber |
the phone number to dial |
x |
Returns
Return Java Type | Description |
---|---|
OK if succesfull or error message |
Sources
Get events
<cdc-software:get-events>
getEvents
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
callback |
SourceCallback |
The sourcecallback used to dispatch message to the flow |
x |
Returns
Return Java Type | Description |
---|---|
void |