[asterisk-users] How to hangup all channels

Andrew Thomas andy at datavox.co.uk
Mon Nov 29 09:18:30 CST 2010


2 ways:

Read http://www.voip-info.org/wiki/view/Asterisk+AGI

or in PHP - system ("asterisk -rx 'core restart now' > /dev/null"); 

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Giuseppe D'alessio
Sent: 29 November 2010 14:47
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] How to hangup all channels

Thank you, i want to follow your idea, how i can send and receive data from/to Command Line in PHP Script?
Thank you in advance

> Date: Sat, 27 Nov 2010 08:45:47 -0800
> From: asterisk.org at sedwards.com
> To: asterisk-users at lists.digium.com
> Subject: Re: [asterisk-users] How to hangup all channels
> 
> On Sat, 27 Nov 2010, Giuseppe D'alessio wrote:
> 
> > Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels.
> 
> 1) sudo /etc/init.d/asterisk restart
> 
> 2) Write a script to do "asterisk -r -x 'core show channels'", parse the 
> output and do "asterisk -r -x 'channel request hangup ${CHANNEL_NAME}" for 
> each channel.
> 
> 3) Write a script to do #2 using AMI.
> 
> -- 
> Thanks in advance,
> -------------------------------------------------------------------------
> Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
> Newline Fax: +1-760-731-3000
> 
> -- 
> _____________________________________________________________________
> -- 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


 If you have received this communication in error we would appreciate
you advising us either by telephone or return of e-mail. The contents
of this message, and any attachments, are the property of DataVox,
and are intended for the confidential use of the named recipient only.
If you are not the intended recipient, employee or agent responsible
for delivery of this message to the intended recipient, take note that
any dissemination, distribution or copying of this communication and
its attachments is strictly prohibited, and may be subject to civil or
criminal action for which you may be liable.
Every effort has been made to ensure that this e-mail or any attachments
are free from viruses. While the company has taken every reasonable
precaution to minimise this risk, neither company, nor the sender can
accept liability for any damage which you sustain as a result of viruses.
It is recommended that you should carry out your own virus checks
before opening any attachments. 

Registered in England. No. 27459085.





More information about the asterisk-users mailing list