cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
5
Helpful
2
Replies

Pick Up Group Members

richard.rolfe
Level 1
Level 1

Is there any 'back end' SQL method to determine which DN's are assigned to which pick up groups such as looking in the SQL tables?

Will this ever be added to CCM in the future as we have a couple of clients who want to keep a track of Pick Up Group members and you can't do a search based on pick up group.

CCM 3.2.2

2 Replies 2

mowour
Level 1
Level 1

Hi Richard,

Try this query:

select dNOrPattern from numplan where ikNumPlan_CallPickupGroup in (select pkid from numplan where dnorpattern = PUT_DN_HERE)

Else use a CallManager version that has the fix for CSCdu81688.

Regards

Thanks for this, I'll give it a try.

Cheers