opensips-js-vue 0.1.2 → 0.1.3
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/library/super.mjs +2 -2
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +1 -1
- package/library/super.umd.js.map +1 -1
- package/package.json +2 -2
package/library/super.mjs
CHANGED
|
@@ -23701,8 +23701,8 @@ class Qy {
|
|
|
23701
23701
|
this.metricConfig = re(re({}, this.metricConfig), s);
|
|
23702
23702
|
}
|
|
23703
23703
|
sendDTMF(s, n) {
|
|
23704
|
-
if (!/^[A-D0-9]+$/g.test(n))
|
|
23705
|
-
throw new Error("Not allowed character in DTMF input");
|
|
23704
|
+
if (!/^[A-D0-9*#]+$/g.test(n))
|
|
23705
|
+
throw new Error("Not allowed character used in the DTMF input");
|
|
23706
23706
|
this.extendedCalls[s].sendDTMF(n);
|
|
23707
23707
|
}
|
|
23708
23708
|
setIsMuted(s) {
|