| Summary: | ASTERISK-09470: Unresolved symbol ast_agi_register | ||
| Reporter: | Matthew Nicholson (mnicholson) | Labels: | |
| Date Opened: | 2007-05-18 18:46:38 | Date Closed: | 2007-07-11 19:59:04 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Resources/res_agi |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) app_agi_test.c | |
| Description: | When attempting to register a new AGI command using ast_agi_register() from an Asterisk module, an unresolved symbol error is generated. I have verified that res_agi.c was loaded when the error occurred. Embedding res_agi.c and the module in question fixes the issue. ****** ADDITIONAL INFORMATION ****** I have attached a sample module which can be used to reproduce the error. | ||
| Comments: | By: Joshua C. Colp (jcolp) 2007-05-20 13:01:03 Fixed in 1.4 as of revision 65250 and trunk as of revision 65253. | ||