Summary: | ASTERISK-06899: func_iconv | ||
Reporter: | Sven Slezak (sunny) | Labels: | |
Date Opened: | 2006-05-04 18:58:20 | Date Closed: | 2006-05-04 19:33:05 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Functions/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) func_iconv.c | |
Description: | ICONV is a dialplan function for converting strings between character sets. Syntax: ICONV(out-charset,in-charset,string) Example: exten => s,1,Set( CIDNAME=${ICONV(UTF-8,ISO-8859-1,${CALLERID(name)})} ) | ||
Comments: | By: Jason Parker (jparker) 2006-05-04 19:28:28 Please review and follow the coding guidelines listed in doc/CODING-GUIDELINES Also, the module structure has been changed lately. Please update to latest svn trunk, to see the latest structure. (specifically, note the staticicity and constness (yes, I made the first word up), as well as the now removed usecnt). By: Jason Parker (jparker) 2006-05-04 19:33:05 Closing. Didn't realize this was a duplicate. Will repost note on other bug. |