On Tuesday 20 April 2010 11:49:47 Steve Edwards wrote: > On Tue, 20 Apr 2010, Tilghman Lesher wrote: > > On Tuesday 20 April 2010 11:05:07 Steve Johnson wrote: > >> I wanted to force a hangup of a SIP to SIP call from the Asterisk CLI> > >> prompt, and found references on using the command "soft hangup > >> <SIP/channel>", but as you can see below, the "soft hangup" command > >> does not seem to exist, and there is no mention about it in the > >> UPGRADE*.txt documents. > >> > >> Can anyone shed light on what would replace "soft hangup" in 1.6.2.x ?? > >> (This asterisk server is strictly SIP/IAX2, no DAHDI hardware) > > > > "channel request hangup <name>" > > How obvious. > > Kind of makes me wish I still used 1.2 -- oh wait, I do. > > Seriously though, IMNSHO, with every release the CLI gets more obtuse. > > I'd like to see a more natural and intuitive interface following a "verb > noun" model like Oracle, MySQL, or even GDB. > > hangup [sip|iax|dahdi] channel <channel-name> > > seems so "obvious."
There's now a cli_aliases.conf, starting in 1.6.2. You're welcome to define whatever grammar you like. -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- 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
