You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created the following module and the caller id returned contains wrong characters when result is not converted to greeklish ( $run_param['Convert_to_greeklish'] ) (greeklish=greek written in latin characters).
Test phone numbers: 2421026513 , 2421351000 , 2421421510
I've been struggling with this issue, the solution is quite simple (as mentioned in https://issues.freepbx.org/browse/FREEPBX-8137):
comment out "$callerid = $superfecta->stripAccents($callerid);" in Superfecta.class.php and you should be fine.
I've created the following module and the caller id returned contains wrong characters when result is not converted to greeklish ( $run_param['Convert_to_greeklish'] ) (greeklish=greek written in latin characters).
Test phone numbers: 2421026513 , 2421351000 , 2421421510
EDIT: The issue also exists with GoogleContacts module, so I suspect there is a wider problem with unicode characters.
https://issues.freepbx.org/browse/FREEPBX-8137
`<?php
class Greece_11888 extends superfecta_base {
}`
The text was updated successfully, but these errors were encountered: