@jambonz/node-red-contrib-jambonz 2.5.3 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -25
- package/package.json +7 -12
- package/src/nodes/_template.html +2 -2
- package/src/nodes/answer.html +1 -1
- package/src/nodes/auth.html +1 -34
- package/src/nodes/auth.js +0 -14
- package/src/nodes/conference.html +1 -1
- package/src/nodes/config.html +2 -1
- package/src/nodes/create_call.html +9 -4
- package/src/nodes/dequeue.html +1 -1
- package/src/nodes/dial.html +10 -10
- package/src/nodes/dialogflow.html +2 -1
- package/src/nodes/dtmf.html +1 -1
- package/src/nodes/dub.html +1 -1
- package/src/nodes/enqueue.html +1 -1
- package/src/nodes/gather.html +2 -3
- package/src/nodes/generic-verb.html +1 -1
- package/src/nodes/hangup.html +1 -1
- package/src/nodes/lcc.html +2 -2
- package/src/nodes/lcc.js +0 -1
- package/src/nodes/leave.html +1 -1
- package/src/nodes/listen.html +1 -1
- package/src/nodes/message.html +0 -4
- package/src/nodes/pause.html +1 -1
- package/src/nodes/play.html +1 -1
- package/src/nodes/rasa.html +1 -1
- package/src/nodes/redirect.html +1 -1
- package/src/nodes/say.html +2 -1
- package/src/nodes/sip-decline.html +1 -1
- package/src/nodes/sip-refer.html +1 -1
- package/src/nodes/sip-request.html +2 -2
- package/src/nodes/tag.html +1 -1
- package/src/nodes/webhooks.html +2 -2
- package/examples/Voicemail using Listen into S3 bucket.json +0 -130
- package/examples/lex.json +0 -1
- package/src/nodes/jambonz.html +0 -3548
- package/src/nodes/lex.html +0 -281
- package/src/nodes/lex.js +0 -69
- package/src/nodes/s3-upload.html +0 -66
- package/src/nodes/s3-upload.js +0 -140
package/src/nodes/sip-refer.html
CHANGED
|
@@ -108,6 +108,6 @@
|
|
|
108
108
|
<h3>Details</h3>
|
|
109
109
|
The sip:refer action is used to blind transfer a call. It will send a sip REFER to the far end carrier or sip phone, which must support the REFER in order for the transfer to work. After the sip:refer completes successfully, the call leg will have left the jambonz platform. <h3>References</h3>
|
|
110
110
|
<ul>
|
|
111
|
-
<li><a href="https://
|
|
111
|
+
<li><a href="https://docs.jambonz.org/verbs/verbs/sip-refer">Jambonz sip:refer reference</a></li>
|
|
112
112
|
</ul>
|
|
113
113
|
</script>
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
<h3>Outputs</h3>
|
|
86
86
|
<dl class="message-properties">
|
|
87
87
|
<dt>jambonz<span class="property-type">object</span></dt>
|
|
88
|
-
<dd> <code>msg.jambonz</code> will contain any previous actions provided to the input with the new <code>sip:
|
|
88
|
+
<dd> <code>msg.jambonz</code> will contain any previous actions provided to the input with the new <code>sip:request</code> action appended </dd>
|
|
89
89
|
</dl>
|
|
90
90
|
|
|
91
91
|
<h3>Details</h3>
|
|
92
92
|
The sip:request verb completes when a response is received from the far end. The actionHook provides the status code of the sip response: <h3>References</h3>
|
|
93
93
|
<ul>
|
|
94
|
-
<li><a href="https://
|
|
94
|
+
<li><a href="https://docs.jambonz.org/verbs/verbs/sip-request">Jambonz sip:request reference</a></li>
|
|
95
95
|
</ul>
|
|
96
96
|
</script>
|
package/src/nodes/tag.html
CHANGED
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
<h3>Details</h3>
|
|
60
60
|
The tag verb is used to add properties to the standard call attributes that jambonz includes on every action or call status HTTP POST request.<h3>References</h3>
|
|
61
61
|
<ul>
|
|
62
|
-
<li><a href="https://
|
|
62
|
+
<li><a href="https://docs.jambonz.org/verbs/verbs/tag">Jambonz tag reference</a></li>
|
|
63
63
|
</ul>
|
|
64
64
|
</script>
|
package/src/nodes/webhooks.html
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
</dl>
|
|
71
71
|
|
|
72
72
|
<h3>Reference</h3>
|
|
73
|
-
See the <a href="https://
|
|
73
|
+
See the <a href="https://docs.jambonz.org/verbs/verbs/overview"> Jambonz Verbs Reference </a> for details of all the parameters on a voice webhook
|
|
74
74
|
</script>
|
|
75
75
|
|
|
76
76
|
<script type="text/javascript">
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
<p>Returns jambonz application or user authentication response.</p>
|
|
105
105
|
|
|
106
106
|
<h3>Reference</h3>
|
|
107
|
-
See the <a href="https://
|
|
107
|
+
See the <a href="https://docs.jambonz.org/verbs/verbs/overview"> Jambonz Verbs Reference </a> for details of all the parameters on a voice webhook
|
|
108
108
|
</script>
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
[{
|
|
2
|
-
"id": "80dda8e1dbae8f9e",
|
|
3
|
-
"type": "webhook out",
|
|
4
|
-
"z": "c6687cbd705a9ee6",
|
|
5
|
-
"name": "",
|
|
6
|
-
"x": 710,
|
|
7
|
-
"y": 140,
|
|
8
|
-
"wires": []
|
|
9
|
-
}, {
|
|
10
|
-
"id": "b0eed88850f319d2",
|
|
11
|
-
"type": "audio in",
|
|
12
|
-
"z": "c6687cbd705a9ee6",
|
|
13
|
-
"name": "/socket",
|
|
14
|
-
"path": "/socket",
|
|
15
|
-
"bucket": "arn:aws:s3:eu-west-1:123456789:accesspoint/jambonz",
|
|
16
|
-
"aws": "d080336c94d31c24",
|
|
17
|
-
"x": 230,
|
|
18
|
-
"y": 300,
|
|
19
|
-
"wires": [
|
|
20
|
-
["96408852d74fb36c"]
|
|
21
|
-
]
|
|
22
|
-
}, {
|
|
23
|
-
"id": "aa8f6359afdd5f9f",
|
|
24
|
-
"type": "say",
|
|
25
|
-
"z": "c6687cbd705a9ee6",
|
|
26
|
-
"name": "Greeting",
|
|
27
|
-
"text": "Please leave your message at the tone",
|
|
28
|
-
"early": false,
|
|
29
|
-
"loop": 1,
|
|
30
|
-
"vendor": "default",
|
|
31
|
-
"lang": "default",
|
|
32
|
-
"xlang": "default",
|
|
33
|
-
"voice": "default",
|
|
34
|
-
"xvoice": "default",
|
|
35
|
-
"x": 380,
|
|
36
|
-
"y": 140,
|
|
37
|
-
"wires": [
|
|
38
|
-
["7b1ad628ab592de5"]
|
|
39
|
-
]
|
|
40
|
-
}, {
|
|
41
|
-
"id": "7b1ad628ab592de5",
|
|
42
|
-
"type": "listen",
|
|
43
|
-
"z": "c6687cbd705a9ee6",
|
|
44
|
-
"name": "",
|
|
45
|
-
"actionhook": "",
|
|
46
|
-
"actionhookType": "str",
|
|
47
|
-
"url": "/socket",
|
|
48
|
-
"urlType": "str",
|
|
49
|
-
"authuser": "",
|
|
50
|
-
"authuserType": "str",
|
|
51
|
-
"finishonkey": "",
|
|
52
|
-
"maxlength": "",
|
|
53
|
-
"metadata": "",
|
|
54
|
-
"metadataType": "json",
|
|
55
|
-
"mixtype": "mono",
|
|
56
|
-
"beep": false,
|
|
57
|
-
"samplerate": 8000,
|
|
58
|
-
"transcriptionhook": "",
|
|
59
|
-
"transcriptionhookType": "str",
|
|
60
|
-
"transcriptionvendor": "default",
|
|
61
|
-
"recognizerlang": "default",
|
|
62
|
-
"recognizeraltlang": "",
|
|
63
|
-
"recognizeraltlangType": "",
|
|
64
|
-
"interim": false,
|
|
65
|
-
"profanityfilter": false,
|
|
66
|
-
"transcriptionhints": "",
|
|
67
|
-
"transcriptionhintsType": "str",
|
|
68
|
-
"separaterecog": false,
|
|
69
|
-
"useenhanced": false,
|
|
70
|
-
"words": false,
|
|
71
|
-
"punctuation": false,
|
|
72
|
-
"diarization": false,
|
|
73
|
-
"diarizationmin": 2,
|
|
74
|
-
"diarizationminType": "num",
|
|
75
|
-
"diarizationmax": 6,
|
|
76
|
-
"diarizationmaxType": "num",
|
|
77
|
-
"interactiontype": "unspecified",
|
|
78
|
-
"naics": 0,
|
|
79
|
-
"naicsType": "num",
|
|
80
|
-
"identifychannels": false,
|
|
81
|
-
"speakerlabel": false,
|
|
82
|
-
"vocabularyname": "",
|
|
83
|
-
"vocabularynameType": "str",
|
|
84
|
-
"vocabularyfiltername": "",
|
|
85
|
-
"vocabularyfilternameType": "str",
|
|
86
|
-
"x": 530,
|
|
87
|
-
"y": 140,
|
|
88
|
-
"wires": [
|
|
89
|
-
["80dda8e1dbae8f9e"]
|
|
90
|
-
]
|
|
91
|
-
}, {
|
|
92
|
-
"id": "96408852d74fb36c",
|
|
93
|
-
"type": "debug",
|
|
94
|
-
"z": "c6687cbd705a9ee6",
|
|
95
|
-
"name": "debug 6",
|
|
96
|
-
"active": true,
|
|
97
|
-
"tosidebar": true,
|
|
98
|
-
"console": false,
|
|
99
|
-
"tostatus": false,
|
|
100
|
-
"complete": "false",
|
|
101
|
-
"statusVal": "",
|
|
102
|
-
"statusType": "auto",
|
|
103
|
-
"x": 460,
|
|
104
|
-
"y": 300,
|
|
105
|
-
"wires": []
|
|
106
|
-
}, {
|
|
107
|
-
"id": "ae992c7104760820",
|
|
108
|
-
"type": "webhook in",
|
|
109
|
-
"z": "c6687cbd705a9ee6",
|
|
110
|
-
"name": "",
|
|
111
|
-
"url": "/answer",
|
|
112
|
-
"method": "post",
|
|
113
|
-
"x": 170,
|
|
114
|
-
"y": 140,
|
|
115
|
-
"wires": [
|
|
116
|
-
["aa8f6359afdd5f9f"]
|
|
117
|
-
]
|
|
118
|
-
}, {
|
|
119
|
-
"id": "78cc0e7aaccb24b4",
|
|
120
|
-
"type": "comment",
|
|
121
|
-
"z": "c6687cbd705a9ee6",
|
|
122
|
-
"name": "Add AWS Config",
|
|
123
|
-
"info": "Setup your own AWS auth and S3 bucket access point in this node",
|
|
124
|
-
"x": 240,
|
|
125
|
-
"y": 260,
|
|
126
|
-
"wires": []
|
|
127
|
-
}, {
|
|
128
|
-
"id": "d080336c94d31c24",
|
|
129
|
-
"type": "aws_auth"
|
|
130
|
-
}]
|
package/examples/lex.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"id":"833497f2fae0aaf3","type":"tab","label":"Flow 3","disabled":false,"info":"","env":[]},{"id":"731590be86b5f487","type":"webhook in","z":"833497f2fae0aaf3","name":"","url":"/answer","method":"post","x":390,"y":100,"wires":[["792d9e7f12ca0b2f"]]},{"id":"9ec0ae05aa2194cf","type":"webhook out","z":"833497f2fae0aaf3","name":"","x":830,"y":100,"wires":[]},{"id":"792d9e7f12ca0b2f","type":"lex","z":"833497f2fae0aaf3","name":"","aws":"d080336c94d31c24","bot":"BookTrip_enGB","botType":"str","alias":"prod","aliasType":"str","region":"us-east-1","locale":"en_GB","localeType":"str","specifyIntent":false,"intent":"HelloName","intentType":"str","slots":"name","slotsType":"json","metadata":"","metadataType":"json","welcomeMessage":"Hello what is your name","eventHook":"","eventHookType":"str","actionHook":"","actionHookType":"str","bargein":false,"inputTimeout":"5","inputTimeoutType":"num","passDtmf":false,"prompt":"lex","vendor":"aws","lang":"en-GB","voice":"Emma","xlang":"en-GB","xvoice":"Emma","x":610,"y":100,"wires":[["9ec0ae05aa2194cf"]]},{"id":"d080336c94d31c24","type":"aws_auth"}]
|