@vgroup/dialbox 0.4.140 → 0.4.141
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.
|
@@ -729,6 +729,7 @@ class ExtensionService {
|
|
|
729
729
|
'Auth-Key': 'Bearer ' + localStorage.getItem('ext_token')
|
|
730
730
|
});
|
|
731
731
|
const httpOptions = { headers: headers };
|
|
732
|
+
payload = Object.assign(Object.assign({}, payload), { ipAddress: this.ipAddressInfo.ip, ipCountry: this.ipAddressInfo.country });
|
|
732
733
|
return this.http.post(environment.apiUrl + `/utilities/twilio/incoming/conference/ip`, payload, httpOptions);
|
|
733
734
|
}
|
|
734
735
|
//sms api
|