Hi Rynard,
Duplicate rows : Please double check that directory numbers are not shared between the device profile and the phone. The table is also not containing all the columns which the request should return. Have you modified the SQL request struct...
Hi Matthias,
The below request will give you the Line Group name associated to the phone having a name starting with SEP00000 if it has any and if the phone is logged into hunt group.
select lg.name as LineGroupName, n.dnorpattern as LineMember, n.de...
Hi William, Old post, but it may help somebody else. A little trick to get the extension mobility logged in users and hard phones in the same request is the UNION sql keyword. So, to answer Roberts's needs, the sql request could be :run sql select lg...