What do you mean by "look at them"? You can execute the 'database show' from the command line, and pipe the output through more/less, or redirect it to a file:
asterisk -rx 'database show' | more asterisk -rx 'database show' > output.txt If you want to work with the datat outside of asterisk, you'll need to build something that can manipulate db1 files, there's some material at the end of this page: http://www.voip-info.org/wiki/view/Asterisk+database Cheers, spd On Mon, Aug 11, 2008 at 6:33 PM, David LEWIS <[EMAIL PROTECTED]> wrote: > I really apologize for asking basic questions but how do I look at my > database? I have thousands of entries and the "database show" command just > spits it all on the screen and I cannot go through the database. Thank you > and sorry for the basic comment i tried to find it on my own. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
