[Home]

Summary:ASTERISK-03732: [patch] Fix missing hangups in gastman
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-03-21 17:26:25.000-0600Date Closed:2005-03-31 20:49:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050321__gastman_fix_missed_hangup.diff.txt
Description:Several misc fixes for gastman:

1) There's no "IAX2[" channels.  That's a relic from IAX 1.
2) If there's an @ in the IAX2 channel, but not in the pattern, then compare only the hostname portion of the IAX2 channel name.
3) We occasionally get ghosted channels in Gastman, which cannot be hungup, because they're already gone (we missed an event).  This fixes the ghosts in Gastman, though it does not address the root cause (missed events).

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2005-03-21 20:10:35.000-0600

Added to CVS, thanks!