Danny Nicholas wrote: >> From: [email protected] > [mailto:[email protected]] On Behalf Of Tilghman > Lesher >> Subject: Re: [asterisk-users] AMI Command > >> Actually, what you probably want is the CoreShowChannels command. > >> Tilghman Lesher > > To second this; core show channels doesn't require the maintenance/overhead > that core show hints does. If you add new lines (and we mostly all do) you > have to add a new hint to the dialplan to keep up with it using core show > hints. If you change releases, your hints might do funny (not ha ha) > things. > > It depends on what asterisk version you are running. I am running 1.6 and just use a single line like the following to automatically add any hints for extensions that exist. exten => _9XX,hint,SIP/${EXTEN}
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
