Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNA Caapi File - Exten.dat

Status
Not open for further replies.

tabsnz

Technical User
Nov 10, 2002
63
NZ
In this file - it contains extension information from DNA - the file I get also has other information such as - mobile numbers, home numbers.

I only want the Extension number - is there any command in DNA that allows only the physical extension number to be exported?

Does nayone know the options or if there is any?
 
Hi,

You could try to use a SQL query such as:

use dirdb
select primary_extension, last_name, first_name from subscriber

This will give you only the primary extension and the name.

/mk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top