Monday, April 23, 2007

CallManager Express - Blind and Full-Consult transfers

An interesting debate was started today during a new Callmanager Express install:

During lunch one of the junior engineers asked why anyone would use SIP firmware on the handsets instead of SCCP.

A member of our group suggested that the only reason he could think of was to do with call-transfer options available on each platform:

When setting up the Unified CME system the engineer has to select either blind or full-consult transfer mode and set it system wide. If you intend using SCCP handsets you'll only get this option on softkey whereas with SIP image on same handsets you get both options on softkeys.

Now we agreed that most customers normally want consultative transfers (permanant blind transfer is just rude!) but what happens if you need to do a blind-transfer say to voicemail? Is going to SIP the only option?

CME Expert, Anthony Fear, came up with the answer :

"Setup the system up with full-consult transfers but when you need to do a blind transfer - hit 'Transfer' as normal, dial extension and when you hear ringing tone hit 'Transfer' again - Viola a blind transfer in SCCP!"

"Quite why Cisco don't use the same 'Xfer' and 'BlindXfer' softkeys that you get in SIP Image is a mystery. But hey there you go!"

Apparently SIP firmware offers a 'semi-blind transfer' but no-one in the group knew exactly what this meant and so although this could be a legitimate reason to choose SIP over SCCP we decided it's a pretty lame one!

Labels:

Friday, April 20, 2007

CallManager Express Non-Dialable MWI

We've been working on integrating Trixbox with CallManager Express (Full documentation to follow shortly) and stumbled across an issue where a user had accidentally discovered the MWI on and MWI off extention number on our CME system.

To his great amusement he was able to dial the mwi extentions and switch on or off the mwi indicator on any phone on the system. By default these special CME extentions are dialable - This lead us to investigate a way of making them non-dialable like intercoms. Well it turns out it's quite simple. Simply change the number under each number from say 9000 to A9000 and then in Unity Express (or your alternative Voicemail System) simpy change the mwi extentions to the new numbers.

To change the MWI indicator numbers in Unity Express

Reverse Telnet to CUE module : service-module service-engine 0/1 session

Then enter global config:
en
conf t

, then enter:
ccn application ciscomwiapplication

then change the following lines and replace the ???? with your non-dialable mwi extentions:
parameter "strMWI_OFF_DN" "????"
parameter "strMWI_ON_DN" "????"


Viola - CUE can now switch on and off your mwi lights but pesky users cannot!





Regards

Anthony Fear

Labels:

Thursday, April 19, 2007

Cisco Unity Express CallerID problem

We were asked today to help with a Voicemail problem on a CallManager Express system. Turns out that since the installation of the VoIP telephone system, the voicemail module has only been recording callerID on an intermittent basis.

Anthony Fear (our resident CME expert) took up the challenge -
"testing showed that only extentions that were also registered on CUE were able to leave their CallerID, all other callers were recorded as "unknown number". This turns out to be a default 'FEATURE' of CUE. In order for CUE to record any number presented to it you have to enable the feature, heres how:"

"Reverse Telnet onto the CUE module as normal and enter global config, then enter the command : voicemail callerid now all callers numbers will be recorded by the system (unless they withold them of course!)."

So there you go - easy when you know how!

Labels:

Tuesday, March 27, 2007

Cisco Nat Port Forwarding

We are trying to replace a Netgear ADSL router with a Cisco ADSL Router - we've used the GUI configuration tool to get it working but we don't how to configure port forwarding like we had on the netgear! So we can forward smtp, http and such like to our Windows server. Can you help?
This depends on the model of router you have but basically if it's an IOS sytle router then I'm guessing you have used something like the SDM to configure the router? I'm also guessing that you are using NAT (network address translation) on your router which is probably configured on a dialer0 interface. Have a look through the config and you should see a line like:

ip nat inside source list 100 dialer0 overload

If you do then you are use using NAT. You can configure port forwarding (PAT) with a command like:

ip nat inside source static tcp [internal ip] [port number] interface [interface with nat outside] [port number]

example:

ip nat inside source static tcp 192.168.1.1 25 interface dialer0 25

be careful if using this type of command because if you have http enabled on your router then you won't be able to forward port 80 to your server. You'll have to disable it first!

alternatively if you have a fixed ip address on your adsl interface or you have a range of ip addresses on your adsl interface then you can do this:

ip nat inside source static tcp 192.168.1.1 25 84.12.35.69 25

where 84.12.35.69 is your static ip address or one of the range of addresses you have allocated by your ISP.

DMZ
you can also leave out the port number to have everything passed directly to you internal this is useful for debugging or if your internal system has a firewall of it's own!

ip nat inside source static tcp 192.168.1.1 84.12.35.69

Hope this help.



Anthony

Labels: , ,

Monday, March 19, 2007

No email addresses being generated for new user

I was trying to add a new user on a client's SBS 2003 server today - Did all the usual stuff, set the home directory, created a roaming profile, created an exchange mailbox but even after waiting a few minutes (well ok 60 mins to be exact - over the years I've seen some servers take up to 30 mins to finish creating the exchange mailbox) I noticed that the email addresses specified in recipient update policy were not being applied to the account.

I checked everything and double checked again. So then i tried removing the mailbox from the account in ADU&C and adding it back again. Still Nothing....

I started going through everything obvious and then going through the not so obvious:

Application Log - No Errors!
System Log - No Errors!
Sophos Log (ok by this point I was getting desperate) - Still No Errors!

It was at this point that I happened to spot that the same exchange alias name existed in another account "ahhhh! that must be it!" I said to myself - feeling rather chuffed that I've solved it.......made the necessary changes and put my feet up waiting for impending success - But NO! Still nothing!

So, of course, I started Googling but didn't find much. Except a few distant entries that suggested restarting exchange services might help - "yeah right" I thought to myself. But figured I'd give it a go in the evening when everyone was off the server. So this evening I begrudgingly logged on to the Client's server, navigated to the services app then stopped and re-started all the exchange services.

And yup you've guessed it - by the time I'd opened ADU&C the flaming email addresses had been generated and everything was working perfectly!

Sometimes you know - I really hate computers!

Labels: , ,

Sunday, March 18, 2007

Microsoft Outlook with Business Contact Manager

Question from Wellingborough Electrical

"Having Installed Business Contact Manager, when I open up Outlook it says that This Version of Business Contact Manager does not work with Exchange email accounts....."

You have the old version of BCM. Download the latest version from Microsoft and re-install. This version has some other updates including a fix for this.

Labels: , ,

Blogger RSS Feed Not Updating

Question from Brown Dogs Chest Freezer

"My blogger rss feeds are not updating when adding new posts. 3 of the original entries are there but nothing added after that is appearing!....."

Turns out it was problem with the settings in the 'site feed' page.

Site Feed URL should be your full http reference i.e. http://www.computerboffins.com/blog/atom.rss

Site Feed Filename is atom.xml


Site Feed Path should be the path on your ftp server - it had been put down as a http reference. Instead it should be the relative path from your ftp login. i.e. /computerboffins/blog

It is now resolved and working as intended!

Labels: ,