Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi all,
I need a SQL query which display these information:

- all directory numbers
- partition
- description
- Associated Devices (phone or device profile)
- Call Pickup Group


 
Can anybody help me in this case?
BR
Michael

Can anybody help at this issue?
 
BR
Michael

Sorry for asking again. Can anybody help in this case or is there no chance to get these data via SQL?
With this SQL I can export all DN assigned to Pickup Groups but not all DN without Pickup Group and the partition and the assigned phone
 
select n.dnorpattern, n.description, pg.name from numplan n join  pickupgrouplinemap pglm on n.pkid = pglm.fknumplan_line join pickupgroup pg on pglm.fkpickupgroup = pg.pkid
 
BR Michael