This commit is contained in:
Quan HL
2023-05-07 09:49:24 +07:00
parent 906db6e340
commit 4f486b2c0a

View File

@@ -92,7 +92,7 @@ class CallInfo {
this.from = from || req.callingNumber; this.from = from || req.callingNumber;
this.to = to; this.to = to;
if (tag) this._customerData = tag; if (tag) this._customerData = tag;
if (this.metadata) this._customerData = {...this._customerData , ...this.metadata} if (this.metadata) this._customerData = {...this._customerData, ...this.metadata};
} }
this.localSipAddress = srf.locals.localSipAddress; this.localSipAddress = srf.locals.localSipAddress;