List of Calls | Pbx Manager - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: List of Calls | Pbx Manager (/showthread.php?tid=604) |
List of Calls | Pbx Manager - rslemer - 03-12-2017 There two small bugs, when click in call list on pbx manager Link details is showed as as code ( not as a link ) see attached Shown wrong information about update record ( see attached ) RE: List of Calls | Pbx Manager - joebordes - 03-12-2017 Can you please send me a dump of a few record from the vtiger_pbxmanager table? Send me 5-10 records directly from the database, just that table, so I can have a look with real data. Send it to my email if you want to protect the data thanks RE: List of Calls | Pbx Manager - rslemer - 03-13-2017 Sent to your email Thanks Another thing is possible translate a term "Unknown" ( wrote in table ) when caller id not in coreBOS ? RE: List of Calls | Pbx Manager - joebordes - 03-13-2017 Received. Please, upload a screen shot with the Unknown text. RE: List of Calls | Pbx Manager - rslemer - 03-13-2017 Attached Look occurs this ( sometime, I don't know right conditions, yet ) for caller id not in database, and other times, in caller id at database ... RE: List of Calls | Pbx Manager - joebordes - 03-13-2017 I fixed the link. I also added a global variable for you to change the Unknown to another string: PBX_Unknown_CallerID That "Unknown" cannot be translated because it is saved in the database records when the call is made, if we translate it there, each record will save a different value depending on the current users' language and there will be no way for you to search the records consistently, so I converted the hard coded "Unknown" value into a global variable so you can set it to any string that you want to. As long as you are mono-language you should be able to search correctly. You will have to change the value of he existing records directly in the database. |