@fonoster/apiserver 0.12.13 → 0.12.15
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.
|
@@ -172,11 +172,6 @@ class VoiceClientImpl {
|
|
|
172
172
|
channel.externalMedia((0, createExternalMediaConfig_1.createExternalMediaConfig)(port));
|
|
173
173
|
channel.once(types_1.AriEvent.STASIS_START, (_, channel) => __awaiter(this, void 0, void 0, function* () {
|
|
174
174
|
bridge.addChannel({ channel: [snoopChannel.id, channel.id] });
|
|
175
|
-
this.ari.bridges.record({
|
|
176
|
-
bridgeId: bridge.id,
|
|
177
|
-
name: `${this.config.appRef}_${this.config.sessionRef}_b`,
|
|
178
|
-
format: "wav"
|
|
179
|
-
});
|
|
180
175
|
}));
|
|
181
176
|
channel.once("ChannelLeftBridge", () => __awaiter(this, void 0, void 0, function* () {
|
|
182
177
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/apiserver",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.15",
|
|
4
4
|
"description": "APIServer for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@deepgram/sdk": "^3.5.1",
|
|
24
|
-
"@fonoster/authz": "^0.12.
|
|
25
|
-
"@fonoster/common": "^0.12.
|
|
26
|
-
"@fonoster/identity": "^0.12.
|
|
24
|
+
"@fonoster/authz": "^0.12.15",
|
|
25
|
+
"@fonoster/common": "^0.12.15",
|
|
26
|
+
"@fonoster/identity": "^0.12.15",
|
|
27
27
|
"@fonoster/logger": "^0.12.6",
|
|
28
|
-
"@fonoster/sipnet": "^0.12.
|
|
28
|
+
"@fonoster/sipnet": "^0.12.15",
|
|
29
29
|
"@fonoster/streams": "^0.12.6",
|
|
30
30
|
"@fonoster/types": "^0.12.6",
|
|
31
31
|
"@google-cloud/speech": "^6.6.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@types/uuid": "^10.0.0",
|
|
74
74
|
"@types/validator": "^13.12.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "30cdb9b4a04b427eef2d35701ec1c4b62f6fad4d"
|
|
77
77
|
}
|