Posts

MWI is not working CME/CUE

For such an issue, please make sure SIP domain IP address is correct.

HTTP 500 Internal Server Error on Call manager

Try the following steps- Open CMD and restart WWW and IIS. net stop w3svc net start w3svc iisreset /stop iisreset /start Generally in such a scenraio, you have to start iis twice because it will fail at the first. If WWW service is stuck on stopping, you may kill the service using the following command- taskkill /F /FI "SERVICES eq w3svc"

Recovery on timer expiry

564789: Feb  3 04:20:29.742: ISDN Se0/2/0:23 Q931: RX <- SETUP pd = 8  callref = 0x01B0         Bearer Capability i = 0x8090A2                 Standard = CCITT                 Transfer Capability = Speech                 Transfer Mode = Circuit                 Transfer Rate = 64 kbit/s         Channel ID i = 0xA98381                 Exclusive, Channel 1         Facility i = 0x9F8B0100A1080201010201008400                 Protocol Profile =  Networking Extensions                 0xA1080201010201008400                 Component = Invoke component               ...

Sample H323 configuration with CUCM

! vty-async isdn switch-type primary-net5 ! ! voice rtp send-recv ! voice service voip  allow-connections h323 to h323  allow-connections h323 to sip  allow-connections sip to h323  allow-connections sip to sip  supplementary-service h450.12  fax protocol pass-through g711alaw  h323   no h225 timeout keepalive  modem passthrough nse codec g711alaw redundancy  sip   registrar server expires max 3600 min 3600 ! voice class h323 1   h225 timeout tcp establish 3   call start slow ! ! controller E1 0/0/0  framing NO-CRC4  pri-group timeslots 1-31 ! controller E1 0/0/1  framing NO-CRC4  pri-group timeslots 1-31 ! controller E1 0/1/0  framing NO-CRC4  pri-group timeslots 1-31 ! interface Serial0/0/0:15  no ip address  encapsulation hdlc  isdn switch-type primary-net5  isdn incoming-voice voice  no cdp enable ! interface Serial0/0/1:...

Access Denied in Cisco Unity

********************** Access denied Your Windows Domain Account [UNITY\Administrator] is not associated with a Unity Subscriber. You cannot access the Unity System Administration web pages. Please see your system administrator for more details. ********************** Here is the magic command to get it working- C:\CommServer\>grantunityaccess -u <Domain\user> -s EAdmin eg.  grantunityaccess -u UNITY\Administrator -s EAdmin

How to reset dsp on a VG

To reset all dsp resources- Router#test dsp device <pvdm slot> all reset To reset one dsp resource- Router#test dsp device <pvdm slot> <dsp> reset Please note that rebooting won't reset the DSPs. A few reason codes which needs dsp reset is if there is congestion on our equipement or if we don't have resources available. Cause code 0x80 shows issue on the router on our end. Cause i = 0x80AA -  Switching equipment congestion Cause i = 0x80AF - Resource unavailable , unspecified

How to check hardware model from windows call manager

Its good to write again. Had to take a break in between but it got longer than I thought. Anyways, getting back to our query of the day, I think it would be helpful for many engineers while dealing with this piece of information. I faffed on google too but there was no information on how to check hardware model from windows call manager as nobody was at site While clutching at the straws, I was browsing regedit and it came across. Here is the path- HKEY_LOCAL_MACHINE > Software > Cisco Systems > Model- Hardware. I hope it will help you too.