-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 2.11
-
Fix Version/s: None
-
Component/s: Fax Configuration
-
Distro:FreePBX Distro
Any time a fax is received from a DID that happens to have an " ' " in the callerID the fax will fail.
Failed Example:
[~|root@pbx]# php /var/lib/asterisk/bin/fax2mail.php --to "test@example.com" --dest "13213635381" --callerid '"TEST'S,CID" <13154240345>' --file /var/spool/asterisk/fax/1368124926.46408.tif --exten "Example
- John Doe (3035)" --delete "true"
{{-bash: syntax error near unexpected token `(' }}
Successful Example:
[~|root@pbx]# php /var/lib/asterisk/bin/fax2mail.php --to "test@example.com" --dest "13213635381" --callerid '"TESTS,CID" <13154240345>' --file /var/spool/asterisk/fax/1368124926.46408.tif --exten "Example
- John Doe (3035)" --delete "true"