@Bindu wrote:
I am new to FreePBX, I was able to login into FreePBX server using c#. Can anyone please provide me the information to get the caller details like caller phone number, call Id using c#. I checked with the below code snippet but I get a null value when there is an ongoing call. I have used Aster.NET library.
Please required the suggestion for the above implementation.NewExtenEvent extnEvents = new NewExtenEvent(manager);
NewChannelEvent channelEvents = new NewChannelEvent(manager);
string callerNumber=channelEvents.CallerIdNum;
NewCallerIdEvent callEvents = new NewCallerIdEvent(manager);
Posts: 1
Participants: 1