I use the asterisk GUI a lot and see this symptom a lot. It is caused by the way the gui executes a system command (to, for example, grab system status). The gui uses the asterisk management interface to make a 'call' to the execute command 'extension' inside the 'asterisk_guitools' context, which simply calls the System() command then executes Hangup(). If something goes wrong while ecexuting the command, then I suppose that it will never get to the Hangup().
Maybe there could be a better way to do this, but I believe that this is what is causing it. David On 12/5/08, Darrick Hartman <[EMAIL PROTECTED]> wrote: > This definitely sounds like a bug in the Asterisk-gui code. I don't > believe any of the developers use it much. I've opened it and played > around with it a little bit, but never on production system. > > This is not an 'astlinux' bug so much as an Asterisk-gui bug. I'd > suggest that those who are experiencing it, report to the Asterisk-gui > group. We're using the latest released version (2.0.4) of the asterisk-gui. > > I will have to say that it does look to be significantly improved over > the original version. I just don't see myself using it or recommending > it's use at this point. > > Darrick > > Tom Lynn wrote: >> I'm also experiencing this since upgrading to 0.6.2. <http://0.6.2.> It >> only began when I started using Digium's Native GUI. >> >> >> >> David Kerr wrote: >> > I find that after a number of days a number of channels remain >> open. For >> > example, current list of active channels is attached and I cannot >> figure >> > out what is causing them. They disappear on reboot, but not on >> asterisk >> > reload. Last reboot was 24 days ago. >> > >> > Anyone know what's causing this? > > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [EMAIL PROTECTED] > > -- Sent from my mobile device ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
