Add voip configuration url (#92326)
This commit is contained in:
parent
9795699669
commit
adaae46178
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class VoIPDevices:
|
||||||
manufacturer=manuf,
|
manufacturer=manuf,
|
||||||
model=model,
|
model=model,
|
||||||
sw_version=fw_version,
|
sw_version=fw_version,
|
||||||
|
configuration_url=f"http://{call_info.caller_ip}",
|
||||||
)
|
)
|
||||||
voip_device = self.devices[voip_id] = VoIPDevice(
|
voip_device = self.devices[voip_id] = VoIPDevice(
|
||||||
voip_id=voip_id,
|
voip_id=voip_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue