Showing posts with label VoIP. Show all posts
Showing posts with label VoIP. Show all posts

Friday, September 6, 2013

How to Check Used User License on Cisco UC560

From CCA > Troubleshoot > IOS Exec Commands, type “show platform software license”

License UDI                  : UC560-FXO-K9:xxxxxxxx
Maximum User Licenses        : 30
Used User Licenses           : 2
Available User Licenses      : 28
Base License                 : 24
CSL Base License             : 16
Max number of upgrade PAK allowed: 13


The user licenses include physical IP phones, CIPC and Jabber client. When the phones are disconnected from UC560, it will free up the license. Standard license is 24 for IP phone devices (physical, CIPC and Jabber), 4 for analog FXS devices and 2 for teleworker/VPN devices.

Monday, September 2, 2013

Jabber on iPhone and Cisco UC560 Through VPN

Currently, I'm trying to connect Jabber to our Cisco UC560 through VPN. When I tried to call to internal extension under same UC560, the call always got disconnected after 10 seconds.

I searched on forums that this is due to inconsistency on source IP address of the calls. So what we can do is to bind all SIP calls to an interface.

Here are the steps:
1. Look for the interface of "voice register global" from running configuration:
- "sh running-config"
- search for "voice register global" in the result
- take note on interface name. For example: "interface Vlan60"  --> Vlan60

2. Run these commands (on the example below if interface is Vlan60):
Voice service voip
Sip
Bind all source-interface Vlan60


Once done, Jabber can work without get disconnected every 10 seconds.

However, I found another issue with SIP trunk. Currently, our company is using VoIPVoIP as SIP provider. Because of the binding command, any incoming calls never got forwarded to phones under UC560. I found that the UC560 SIP trunk configuration always show not registered.

So, I removed the bind command for now. I haven't found the best solution for Jabber.