Log In
Technologies
Join the Network
Member Services
Events & Community
AXL Developer
Administrative XML
What is Administrative XML?
AXL Versioning
Develop and Test
Get Started
Documentation
Latest Version
Previous Versions
Operations By Release
Product Related Documentation
Build a Development Lab
Learn
Sample Apps
How To
AXL Developer Cookbook
Community and Support
Forums
Blogs
CDN Membership
Open a Support Case
Report Site Problems
FAQs
Collaboration Developer Sites
Collaboration Hub
Jabber Developer
WebEx Web Conferencing Developer
WebEx Social Developer
Voice and UC Developer
Voice and UC PAWS Developer
Contact Center Developer
Breadcrumbs
Community and Support
Forums
Administration XML Questions
SQL directory number
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Administration XML Questions
SQL directory number
Threads [
Previous
|
Next
]
Michael Schmidt
Posts:
39
Join Date:
4/5/12
Recent Posts
SQL directory number
Answer
3/5/13 8:05 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michael Schmidt
Posts:
39
Join Date:
4/5/12
Recent Posts
RE: SQL directory number
Answer
3/7/13 8:41 PM as a reply to Michael Schmidt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Can anybody help at this issue?
BR
Michael
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michael Schmidt
Posts:
39
Join Date:
4/5/12
Recent Posts
RE: SQL directory number
Answer
3/14/13 10:30 AM as a reply to Michael Schmidt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top