[Home]

Summary:ASTERISK-00649: [patch] Remove FXS check on app_flash
Reporter:jshugart (jshugart)Labels:
Date Opened:2003-12-10 16:20:28.000-0600Date Closed:2011-06-07 14:04:51
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_flash.c.diff
Description:I need to be able to flash an E&M trunk through AGI.  I had to modify the app_flash.c file to remove the FXS check.  If no one sees an issue with removing this it would be great to have the change added to CVS.  Thanks.
Comments:By: James Golovich (jamesgolovich) 2004-03-24 02:54:06.000-0600

If you can resubmit this as a unified diff against CVS head we can consider this.

It seems this patch just comments part of the code out.  Why not simply have it check if ztp.sigtype of FXS or FXO instead of just FXS?  Quite simple to do that and its more the right way to do it.

By: James Golovich (jamesgolovich) 2004-04-18 01:23:46

Reopen this if someone comes up with a more appropriate patch