@apidaze/node-red-contrib-apidaze
Version:
Node-RED module for Apidaze
21 lines (18 loc) • 552 B
HTML
<script type="text/javascript">
RED.nodes.registerType('call-processor', {
category: 'apidaze',
color: '#E9967A',
defaults: {},
inputs: 1,
outputs: 3,
outputLabels: ['New call', 'In progress', 'Hung-up'],
icon: 'font-awesome/fa-phone',
label: 'Call processor',
});
</script>
<script type="text/html" data-template-name="call-processor">
<input type="hidden" id="node-input-outputs" />
</script>
<script type="text/html" data-help-name="call-processor">
<p>Lets call requests proceed in the flow.</p>
</script>