Tag Archives: ID

3CX Phone System – Caller ID Incorrect with Call Pickup and Call Transfer using Aastra Handset

When you use an Aastra Handset with 3CX you may find that the correct Caller ID is not shown on the handset when you use Call Pickup or the call is transferred to your phone.  This can be corrected by adding the following line in to your provisioning template for your Aastra handsets

sip update callerid: 1

This setting Enables or disables the updating of the Caller ID information during a call, by default the phone has a value of “0” assigned but by adding this line with the value “1” you force this setting to Enabled.

WatchGuard XTM Firewall SNMP OID and Value List

WatchGuard XTM Firewall SNMP OID and Value List

CPU Utilisation in last 5 seconds

OID: .1.3.6.1.4.1.3097.6.3.4.0

Return Value: Numeric (i.e. 234 = 2.34%)

CPU Utilisation in last 1 minute

OID: .1.3.6.1.4.1.3097.6.3.77.0

Return Value: Numeric (i.e. 234 = 2.34%)

CPU Utilisation in last 5 minutes

OID: .1.3.6.1.4.1.3097.6.3.78.0

Return Value: Numeric (i.e. 234 = 2.34%)

CPU Utilisation in last 15 minutes

OID: .1.3.6.1.4.1.3097.6.3.79.0

Return Value: Numeric (i.e. 234 = 2.34%)

Currently Active Connections

OID: .1.3.6.1.4.1.3097.6.3.80.0

Return Value: Numeric (i.e. 44 = 44 Active Connections)

Microsoft Outlook Out of Office (OOF) – Server is Currently Unavailable

When you try and use the Out of Office feature in Microsoft Outlook you may recieve the following error message:

Your automatic reply settings cannot be displayed because the server is currently unavailable.  Try again later.

 

 

 

 

 

 

When you look at the Application Event Log on you Exchange Server you will see Event ID 1310 logged from Source ASP.NET 2.0.50727.0

 

 

 

 

 

Exception information:

Exception type: ConfigurationErrorsException

Exception message: The value for the property ‘maxRequestLength’ is not valid. The error is: The value must be inside the range 0-2097151. (C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\web.config line 2376)

We need to modify the “web.config” file which can be found here “C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\” you need to open the “web.config” file using Notepad and then use the “find” feature in notepad to quickly locate the following line in the file

<system.web>

<httpRuntime maxRequestLength=”52428800″ />

The default value is to high “52428800” so you need to change it as follows

<system.web>

<httpRuntime maxRequestLength=”2066661″ />

The final step in resolving the issue is to save the changes you have made to the “web.config” file and restarting the “Default Website” under IIS Manager (Administrative Tools)

User32.dll – Pre Service Pack 2 Revision History for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Small Business Server 2011 (SBS 2011)

User32.dll – Pre Service Pack 2 Revision History for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Small Business Server 2011 (SBS 2011)

06-Dec-2011 – 6.1.7601.21874 – User32.dll – x86/x64 – http://support.microsoft.com/kb/2627489 – Event 1073 is logged after you cancel the logoff process in Windows 7 or in Windows Server 2008 R2

25-Oct-2011 – 6.1.7601.21846 – User32.dll – x86/x64 – http://support.microsoft.com/kb/2627484 – A handle leak occurs every time that the IGroupPolicyObject interface is created and released in Windows 7 or in Windows Server 2008 R2