Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels. I want to use the teleyapper system for broadcasting call for security reason but i need that all channels are free when a security call is ready to start! I already search in the old post without success. Can anyone help me? Thanks and sorry for my newbie english -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101127/c105cca4/attachment.htm
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
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-usersIf 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.
Re-top-posting... I was merely pointing out that AGI exists (teach a man to fish...)! Sorry for not being as perfect as you... -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Edwards Sent: 29 November 2010 15:43 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to hangup all channels Un-top-posting...> From: Giuseppe D'alessio > > Thank you, i want to follow your idea, how i can send and receive data> from/to Command Line in PHP Script?On Mon, 29 Nov 2010, Andrew Thomas wrote:> Read http://www.voip-info.org/wiki/view/Asterisk+AGIAn AGI is executed in the context of a channel. Are you suggesting the OP write an AGI so he can call into his system to ask it to hang up all channels? -- 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.