How do I view the 3CX Logs? I think this might actually be part of the problem. When I make the call, an event is created in the system Application log as follows:
The description for Event ID 1309 from source ASP.NET 2.0.50727.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
3005
An unhandled exception has occurred.
10/6/2010 11:40:14 PM
10/7/2010 3:40:14 AM
8fb1443df34a4d228b712063ff7c4827
2
1
0
/LM/W3SVC/2/ROOT-2-129308964133786000
Full
/
C:\ProgramData\3CX\Data\Http\Interface\ivr\
PBX01
1588
w3wp.exe
NT AUTHORITY\SYSTEM
Exception
There is no EventLog source named 'ASP.NET 2.0.50727.0'. This module requires .NET Framework 2.0.
http://localhost:5484/ivr_start.aspx?IVRHandlerFROM=101&IVRHandlerMENU=999&IVRHandlerTO=999&ISID=From_101_To_999_Menu_999_%230%2F8
/ivr_start.aspx
127.0.0.1
False
NT AUTHORITY\SYSTEM
3
NT AUTHORITY\SYSTEM
False
at WebMonitor.TCXUnhandledExceptionModule.Init(HttpApplication app)
at System.Web.HttpApplication.InitModulesCommon()
at System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers)
at System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)
at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
I checked the HTTP Log files @ C:\inetpub\logs\LogFiles\W3SVC2 and all I found was a single entry as follows:
2010-10-07 03:40:14 127.0.0.1 GET /ivr_start.aspx IVRHandlerFROM=101&IVRHandlerMENU=999&IVRHandlerTO=999&ISID=From_101_To_999_Menu_999_%230%2F8 5484 - 127.0.0.1 3CXIvrEngine/1.0+libwww/5.3.1 500 0 0 1560
John Loper