| Summary: | ASTERISK-02160: LOCAL_USER_ADD | ||
| Reporter: | itai_regev (itai_regev) | Labels: | |
| Date Opened: | 2004-07-31 15:43:40 | Date Closed: | 2011-06-07 14:10:30 | 
| Priority: | Minor | Regression? | No | 
| Status: | Closed/Complete | Components: | Core/General | 
| Versions: | Frequency of Occurrence  | ||
| Related Issues:  | |||
| Environment: | Attachments: | ||
| Description: | when trying to use c++ and using this macro i get an error of illegal conversion between void* to struct localuser*, its only solved when changing the modules.h line 161 and adding casting to the result to (struct localuser*)  | ||
| Comments: | By: Mark Spencer (markster) 2004-07-31 16:30:15 What are you linking to asterisk that is in C++? By: cursor_software (cursor_software) 2004-08-01 04:52:34 I believe this report can be closed now, as the suggested fix has been committed to CVS. By: itai_regev (itai_regev) 2004-08-01 08:03:13 just tried to create an easy to use class with play , record, andn basic ivr functions  | ||