Solved 3cx client custom plugin

Status
Not open for further replies.

Syed Muhammad Yasir

Joined
Feb 24, 2017
Messages
16
Reaction score
0
Hello there,

The class CallInformation contains the information of the call. It contains the following :

The state of the call :
Code:
StoreCallInformation.CallState
The call type :
Code:
StoreCallInformation.CallType
Thetimestamp of the end call :
Code:
callInformation.End
The timestamp of the start call :
Code:
callInformation.Start
The call number :
Code:
callInformation.ContactNumber

We are using this class in the MySession.cs > StoreCallInformation(CallInformation callInformation) method.
You can find the logs from here %appdata%\3CXPhone for Windows\Logs
If you need anything else please let me know
 
StoreCallInformation is not firing I don't know why
 
Can you please check from 3CX Client for Windows > Settings > Advanced Settings > General if the option "Enable Jourmaling" is enabled?
It needs to be enabled to be triggered.
 
It worked, Thanks.
 
Hello,
I need the same as "Syed Muhammad Yasir" (to get all call information like duration, time, number and other details) but in Visual Studio 2012. How can I do that?
Thanks.
 
Hello wertyk,

Our 3CX Integration Template is supported in Microsoft Visual Studio 2015 (Pro, Enterprise, Community) .
However you can do the following. You can extract the attached 3CXPluginTemplate.zip .
Open Visual Studio 2012 and import the project.
Let me know how it worked

Thanks
 

Attachments

  • Like
Reactions: wertyk
I copied this zip file to "C:\Users\...\Documents\Visual Studio 2012\Templates\ProjectTemplates\Visual C#" and I tried to create a new project from 3CX Integration Template but when I press "OK" I received message from screenshot.
Can you help me?

Thanks.
 

Attachments

  • 3CXPluginTemplate_Error.jpg
    3CXPluginTemplate_Error.jpg
    20.5 KB · Views: 44
Status
Not open for further replies.