[Home]

Summary:ASTERISK-03232: res_perl won't compile on CVS HEAD
Reporter:paradise (paradise)Labels:
Date Opened:2005-01-09 08:38:49.000-0600Date Closed:2005-01-09 23:42:29.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:no comments!

AstAPIBase.c: In function `asterisk_bridge_call':
AstAPIBase.c:679: error: structure has no member named `allowredirect_in'
AstAPIBase.c:680: error: structure has no member named `allowredirect_out'
AstAPIBase.c:681: error: structure has no member named `allowdisconnect_in'
AstAPIBase.c:682: error: structure has no member named `allowdisconnect_out'
AstAPIBase.c: In function `asterisk_bridge_call_long':
AstAPIBase.c:698: error: structure has no member named `allowredirect_in'
AstAPIBase.c:699: error: structure has no member named `allowredirect_out'
AstAPIBase.c:700: error: structure has no member named `allowdisconnect_in'
AstAPIBase.c:701: error: structure has no member named `allowdisconnect_out'
make: *** [AstAPIBase.o] Error 1


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

seems some changes in core * data structures has caused the problem
Comments:By: paradise (paradise) 2005-01-09 08:41:22.000-0600

sorry, i'm again in wrong category!

By: Anthony Minessale (anthm) 2005-01-09 09:06:35.000-0600

I'm so honnered to hear that res_perl not working is a major bug LOL!
I just updated it this morning from my development edition it will compile now.

By: paradise (paradise) 2005-01-09 09:13:20.000-0600

as i said the specs. (category, severity) of submitted bug is wrong.
btw, thanks ;-)

By: Russell Bryant (russell) 2005-01-09 23:42:29.000-0600

Sorry about that...  I made the patch that broke it but forgot to check Asterisk-addons