- Joined
- Oct 6, 2022
- Messages
- 13
- Reaction score
- 1
Hi,
We record the calls in a mysql database, via call journaling.
Request :
It was working fine but since July the Name field is empty. All calls are well recorded.
Before, we had the number or Anonymous, or File+number, etc. Why not anymore? Any idea? Any changein 3CX?
Thank you
Log :
What we want : we need to know the called number (number, or name or name of the called queues)
We record the calls in a mysql database, via call journaling.
Request :
INSERT INTO journal (CallType, Num_appelant, Nom_appelant, ID_appelant, Num_agent, Nom_Agent, Timestamp_Start, Timestamp_Est, Timestamp_End)
VALUES ('[CallType]', '[Number]', '[Name]', '[EntityId]', '[Agent]','[AgentLastName] [AgentFirstName]', '[[CallStartTimeLocal].ToString("yyyy-MM-ddTHH:mm:ssZ")]', '[[CallEstablishedTimeLocal].ToString("yyyy-MM-ddTHH:mm:ssZ")]', '[[CallEndTimeLocal].ToString("yyyy-MM-ddTHH:mm:ssZ")]')
It was working fine but since July the Name field is empty. All calls are well recorded.
Before, we had the number or Anonymous, or File+number, etc. Why not anymore? Any idea? Any changein 3CX?
Thank you
Log :
2022/10/19 13:41:45.502|23691|0092|Verb|CRM: Triggering Call Journaling with values - CallType='Inbound' - PhoneNumber='+33123456789' - ContactName='' - AgentExtension='007' - AgentFirstName='Machin' - AgentLastName='TRUC' - AgentEmail='[email protected]' - ContactRawData='' - StartTime='19/10/2022 11:41:37' - EndTime='19/10/2022 11:41:45' - EstablishedTime='19/10/2022 11:41:37'
2022/10/19 13:41:45.503|23691|0092|Verb|CRM: Processing scenario 'ReportCall'.
2022/10/19 13:41:45.503|23691|0092|Verb|CRM: Executing SQL Query using ConnectionString 'Server=x.x.x.x;Port=xx;Database=xxxxx;User Id=xxxx;Password=xxxxxx' and Query Statement 'INSERT INTO journal (CallType, Num_appelant, Nom_appelant, ID_appelant, Num_agent, Nom_Agent, Timestamp_Start, Timestamp_Est, Timestamp_End) VALUES ('Inbound', '+33123456789', '', '', '007','TRUC Machin', '2022-10-19T13:41:37Z', '2022-10-19T13:41:37Z', '2022-10-19T13:41:45Z')'.
What we want : we need to know the called number (number, or name or name of the called queues)
Last edited by a moderator: