@voicenter-team/opensips-js 1.0.90 → 1.0.91
Sign up to get free protection for your applications and to get access to all the features.
package/dist/opensips-js.es.js
CHANGED
@@ -23629,7 +23629,7 @@ class Qv {
|
|
23629
23629
|
}
|
23630
23630
|
//@requireInitialization()
|
23631
23631
|
initCall(s, r) {
|
23632
|
-
if (
|
23632
|
+
if (s.length === 0)
|
23633
23633
|
return console.error("Target must be a valid string");
|
23634
23634
|
this.context.logger.log(`Calling sip:${s}@${this.context.sipDomain}...`);
|
23635
23635
|
const o = this.context.call(
|