[asterisk-users] AMI Command
Gareth Blades
list-asterisk at skycomuk.com
Thu Aug 5 11:53:39 CDT 2010
Danny Nicholas wrote:
>> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] 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}
More information about the asterisk-users
mailing list