[Home]

Summary:ASTERISK-02429: [PATCH] Reset inuse info in card database
Reporter:Darren Wiebe (darren)Labels:
Date Opened:2004-09-18 16:25:22Date Closed:2004-09-26 14:09:03
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) diff
Description:In astcc, when the script crashes(it shouldn't ever:-)  ) it leaves the card open and so it cannot be used.  This patch adds a field on to the astcc-admin.cgi program to reset the inuse status on the specified card.

Do you prefer small patches frequently or should I wait and try to get everything in one big patch?
Comments:By: Mark Spencer (markster) 2004-09-19 11:39:48

You should use $dbh->quote() on parameters you're passing to SQL queries.  There is probably a happy medium size of patch between these little ones and a big one which is too large to really analyze

By: Mark Spencer (markster) 2004-09-26 14:00:16

I just made the change myself.