[Home]

Summary:ASTERISK-19340: [patch] CALLERID(subaddr) only allows ASCII
Reporter:andre valentin (avalentin)Labels:patch
Date Opened:2012-02-10 10:18:52.000-0600Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Functions/func_callerid
Versions:10.1.2 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:CentOS 6Attachments:( 0) callerid-subaddr.patch
Description:Currently it is only possible to set subaddr to values which are not filtered by ast_trim_blanks(). But the subaddress is transparent and should allow every character.
The attached patch fixes this by allowing escape sequences to be used.
In our case the first char of the subaddress needs to be a tab (0x9)
Comments:By: andre valentin (avalentin) 2012-02-10 10:23:33.558-0600

Enables handling of escapes in subaddr string.